Cycle, first half
Lax771644.CycleAlpha · concepts/Lax771644/CycleAlpha.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Half of a genuine cross-concept cycle: this statement is proved from the statement of , which is in turn proved from this one. Neither becomes proven — the archive's notion of provenness is a least fixed point — so both should be drawn open and inside the grey display-cycle envelope.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
Lean source view on GitHub
| 1 | import Mathlib.Data.Nat.Notation |
| 2 | import Lax771644.Foundations |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Cycle, first half |
| 7 | type: theorem |
| 8 | --- |
| 9 | Half of a genuine cross-concept cycle: this statement is proved from the |
| 10 | statement of `CycleBeta`, which is in turn proved from this one. Neither becomes |
| 11 | proven — the archive's notion of provenness is a least fixed point — so both |
| 12 | should be drawn open and inside the grey display-cycle envelope. |
| 13 | |
| 14 | # Formalization notes |
| 15 | |
| 16 | The two statements are given the same type, which is the only way two proofs |
| 17 | can genuinely stand in for one another; each proof really is the other statement |
| 18 | and nothing else. |
| 19 | -/ |
| 20 | |
| 21 | namespace Lax771644.CycleAlpha |
| 22 | |
| 23 | /-- Descent from stage 300 to stage 290. -/ |
| 24 | axiom alpha : Foundations.Descent 300 290 |
| 25 | |
| 26 | end Lax771644.CycleAlpha |
| 27 |
Formalization notes
The two statements are given the same type, which is the only way two proofs can genuinely stand in for one another; each proof really is the other statement and nothing else.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments