Isolated island (no statements, no uses)
Lax771644.IsolatedIsland · concepts/Lax771644/IsolatedIsland.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Definition
A definition-concept that declares no statement, imports no other concept of this submission, and is imported by none. It is here to check that the drawing places a concept with no incident edge at all.
Concept map
Lean source view on GitHub
| 1 | import Mathlib.Data.Nat.Notation |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Isolated island (no statements, no uses) |
| 6 | type: definition |
| 7 | --- |
| 8 | A definition-concept that declares no statement, imports no other concept of |
| 9 | this submission, and is imported by none. It is here to check that the drawing |
| 10 | places a concept with no incident edge at all. |
| 11 | |
| 12 | # Formalization notes |
| 13 | |
| 14 | The marker predicate is never used anywhere. Its only purpose is to give |
| 15 | this module a declaration so that it is a concept rather than an empty file. |
| 16 | -/ |
| 17 | |
| 18 | namespace Lax771644.IsolatedIsland |
| 19 | |
| 20 | /-- A marker predicate that nothing in this submission ever mentions. -/ |
| 21 | def marker : Prop := ∀ n : ℕ, n = n |
| 22 | |
| 23 | end Lax771644.IsolatedIsland |
| 24 |
Formalization notes
The marker predicate is never used anywhere. Its only purpose is to give this module a declaration so that it is a concept rather than an empty file.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments