One statement with three proofs
Lax771644.ThreeProofsOneStatement · concepts/Lax771644/ThreeProofsOneStatement.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Statement 2 is the conclusion of three different proofs: one sibling proof from statement 1 of this concept, and two proofs whose assumptions live in other concepts. Three turnstiles have to fan into a single dock.
Concept map
Evidence
Lean source view on GitHub
| 1 | import Mathlib.Data.Nat.Notation |
| 2 | import Lax771644.Foundations |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: One statement with three proofs |
| 7 | type: theorem |
| 8 | --- |
| 9 | Statement 2 is the conclusion of three different proofs: one sibling proof from |
| 10 | statement 1 of this concept, and two proofs whose assumptions live in other |
| 11 | concepts. Three turnstiles have to fan into a single dock. |
| 12 | |
| 13 | # Formalization notes |
| 14 | |
| 15 | Statement 2 descends far enough that any of the three routes reaches it. |
| 16 | -/ |
| 17 | |
| 18 | namespace Lax771644.ThreeProofsOneStatement |
| 19 | |
| 20 | /-- Descent from stage 72 to stage 71. -/ |
| 21 | axiom s1 : Foundations.Descent 72 71 |
| 22 | |
| 23 | /-- Descent from stage 72 down to stage 5. -/ |
| 24 | axiom s2 : Foundations.Descent 72 5 |
| 25 | |
| 26 | end Lax771644.ThreeProofsOneStatement |
| 27 |
Formalization notes
Statement 2 descends far enough that any of the three routes reaches it.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments