Two sibling proofs of the same statement
Lax771644.TwoProofsOneStatement · concepts/Lax771644/TwoProofsOneStatement.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Statement 3 carries two independent proofs, one from statement 1 and one from statement 2. Two turnstiles point at the same dock.
Concept map
Evidence
Lean source view on GitHub
| 1 | import Mathlib.Data.Nat.Notation |
| 2 | import Lax771644.Foundations |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Two sibling proofs of the same statement |
| 7 | type: theorem |
| 8 | --- |
| 9 | Statement 3 carries two independent proofs, one from statement 1 and one from |
| 10 | statement 2. Two turnstiles point at the same dock. |
| 11 | |
| 12 | # Formalization notes |
| 13 | |
| 14 | The two routes descend through different intermediate rungs, so they really |
| 15 | are two different proofs and not the same term twice. |
| 16 | -/ |
| 17 | |
| 18 | namespace Lax771644.TwoProofsOneStatement |
| 19 | |
| 20 | /-- Descent from stage 62 to stage 61. -/ |
| 21 | axiom s1 : Foundations.Descent 62 61 |
| 22 | |
| 23 | /-- Descent from stage 62 to stage 60. -/ |
| 24 | axiom s2 : Foundations.Descent 62 60 |
| 25 | |
| 26 | /-- Descent from stage 62 to stage 55, reachable through either route. -/ |
| 27 | axiom s3 : Foundations.Descent 62 55 |
| 28 | |
| 29 | end Lax771644.TwoProofsOneStatement |
| 30 |
Formalization notes
The two routes descend through different intermediate rungs, so they really are two different proofs and not the same term twice.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments