Sibling proof with the conclusion on the left
Lax771644.SiblingConclusionLeft · concepts/Lax771644/SiblingConclusionLeft.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
The mirror image of the previous concept: statement 1 is proved from statements 2 and 3. The turnstile therefore sits below the leftmost dock while both of its assumption arrows arrive from docks to its right.
Concept map
Evidence
Lean source view on GitHub
| 1 | import Mathlib.Data.Nat.Notation |
| 2 | import Lax771644.Foundations |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Sibling proof with the conclusion on the left |
| 7 | type: theorem |
| 8 | --- |
| 9 | The mirror image of the previous concept: statement 1 is proved from statements |
| 10 | 2 and 3. The turnstile therefore sits below the *leftmost* dock while both of |
| 11 | its assumption arrows arrive from docks to its right. |
| 12 | |
| 13 | # Formalization notes |
| 14 | |
| 15 | Same ladder, different band of rungs, so that the two concepts cannot be |
| 16 | confused when both are on screen. |
| 17 | -/ |
| 18 | |
| 19 | namespace Lax771644.SiblingConclusionLeft |
| 20 | |
| 21 | /-- Descent from stage 22 to stage 20, the composite of the two rungs below. -/ |
| 22 | axiom s1 : Foundations.Descent 22 20 |
| 23 | |
| 24 | /-- Descent from stage 22 to stage 21. -/ |
| 25 | axiom s2 : Foundations.Descent 22 21 |
| 26 | |
| 27 | /-- Descent from stage 21 to stage 20. -/ |
| 28 | axiom s3 : Foundations.Descent 21 20 |
| 29 | |
| 30 | end Lax771644.SiblingConclusionLeft |
| 31 |
Formalization notes
Same ladder, different band of rungs, so that the two concepts cannot be confused when both are on screen.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments