Mixed proof: one sibling and one foreign assumption
Lax771644.MixedSiblingAndForeign · concepts/Lax771644/MixedSiblingAndForeign.lean · lax-771644
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Theorem
Statement 2 is proved from statement 1 of this concept and from statement 3 of . One assumption arrow is local, the other crosses to another concept box, so the drawing has to place a turnstile that is a sibling proof on one side and a cross-concept proof on the other.
Concept map
Evidence
This concept declares 2 statements. Each proof establishes one of them relative to its assumptions.
1 s1 proven
Lean source view on GitHub
| 1 | import Mathlib.Data.Nat.Notation |
| 2 | import Lax771644.Foundations |
| 3 | |
| 4 | /-! |
| 5 | --- |
| 6 | title: Mixed proof: one sibling and one foreign assumption |
| 7 | type: theorem |
| 8 | --- |
| 9 | Statement 2 is proved from statement 1 of this concept *and* from statement 3 |
| 10 | of `SiblingConclusionRight`. One assumption arrow is local, the other crosses to |
| 11 | another concept box, so the drawing has to place a turnstile that is a sibling |
| 12 | proof on one side and a cross-concept proof on the other. |
| 13 | |
| 14 | # Formalization notes |
| 15 | |
| 16 | The foreign rung picks up exactly where the local rung |
| 17 | leaves off, after a free weakening from stage 40 to stage 12. |
| 18 | -/ |
| 19 | |
| 20 | namespace Lax771644.MixedSiblingAndForeign |
| 21 | |
| 22 | /-- Descent from stage 42 to stage 40. -/ |
| 23 | axiom s1 : Foundations.Descent 42 40 |
| 24 | |
| 25 | /-- Descent from stage 42 all the way down to stage 10. -/ |
| 26 | axiom s2 : Foundations.Descent 42 10 |
| 27 | |
| 28 | end Lax771644.MixedSiblingAndForeign |
| 29 |
Formalization notes
The foreign rung picks up exactly where the local rung leaves off, after a free weakening from stage 40 to stage 12.
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments