Deep chain, link 7 of 9
Lax771644.Chain07 · concepts/Lax771644/Chain07.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Link 7 of a linear chain of nine single-statement concepts, each proved from the previous one. The chain exists to make the layout engine draw a long, deep path with no branching.
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: Deep chain, link 7 of 9 |
| 7 | type: theorem |
| 8 | --- |
| 9 | Link 7 of a linear chain of nine single-statement concepts, each proved from |
| 10 | the previous one. The chain exists to make the layout engine draw a long, deep |
| 11 | path with no branching. |
| 12 | |
| 13 | # Formalization notes |
| 14 | |
| 15 | Each link weakens the previous rung by one, so the chain is a genuine |
| 16 | composition rather than nine restatements. |
| 17 | -/ |
| 18 | |
| 19 | namespace Lax771644.Chain07 |
| 20 | |
| 21 | /-- Descent from stage 510 to stage 503. -/ |
| 22 | axiom rung : Foundations.Descent 510 503 |
| 23 | |
| 24 | end Lax771644.Chain07 |
| 25 |
Formalization notes
Each link weakens the previous rung by one, so the chain is a genuine composition rather than nine restatements.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments