Cycle, second half
Lax771644.CycleBeta · concepts/Lax771644/CycleBeta.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
The other half of the cycle with . Its proof assumes , whose proof assumes this statement.
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, second half |
| 7 | type: theorem |
| 8 | --- |
| 9 | The other half of the cycle with `CycleAlpha`. Its proof assumes |
| 10 | `CycleAlpha.alpha`, whose proof assumes this statement. |
| 11 | |
| 12 | # Formalization notes |
| 13 | |
| 14 | See `CycleAlpha` for why the two statements share a type. |
| 15 | -/ |
| 16 | |
| 17 | namespace Lax771644.CycleBeta |
| 18 | |
| 19 | /-- Descent from stage 300 to stage 290. -/ |
| 20 | axiom beta : Foundations.Descent 300 290 |
| 21 | |
| 22 | end Lax771644.CycleBeta |
| 23 |
Formalization notes
See for why the two statements share a type.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments