While this submission is a draft, it cannot be used by other submissions.

Sibling proof with the conclusion on the right

Lax771644.SiblingConclusionRight · concepts/Lax771644/SiblingConclusionRight.lean · lax-771644

proven

Loading review…

Sign in with ORCID

Community review

Flags

Each flag is tied to a public ORCID identity and explains why this concept may be incorrect.

No flags have been submitted.

    Community review

    Flag this concept

    State precisely what appears incorrect. This explanation will be public under your ORCID name.

    No source line selected.

    Natural Language Statement

    Theorem

    Three numbered statements, where statement 3 is proved from statements 1 and 2 of the same concept. This is the plain sibling-proof shape: the turnstile sits below the rightmost dock and both of its assumption arrows come from docks to its left.

    Concept map
    2 concepts
    100%
    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A
    Evidence

    This concept declares 3 statements. Each proof establishes one of them relative to its assumptions.

    Lean source view on GitHub

    1import Mathlib.Data.Nat.Notation
    2import Lax771644.Foundations
    3
    4/-!
    5---
    6title: Sibling proof with the conclusion on the right
    7type: theorem
    8---
    9Three numbered statements, where statement 3 is proved from statements 1 and 2
    10of the same concept. This is the plain sibling-proof shape: the turnstile sits
    11below the rightmost dock and both of its assumption arrows come from docks to
    12its left.
    13
    14# Formalization notes
    15
    16The three rungs are chosen so that the composite really is the composite:
    17121112 \to 11 followed by 111011 \to 10 gives 121012 \to 10.
    18-/
    19
    20namespace Lax771644.SiblingConclusionRight
    21
    22/-- Descent from stage 12 to stage 11. -/
    23axiom s1 : Foundations.Descent 12 11
    24
    25/-- Descent from stage 11 to stage 10. -/
    26axiom s2 : Foundations.Descent 11 10
    27
    28/-- Descent from stage 12 to stage 10, the composite of the two rungs above. -/
    29axiom s3 : Foundations.Descent 12 10
    30
    31end Lax771644.SiblingConclusionRight
    32
    Show ProofShow ProofShow Proof
    Formalization notes

    The three rungs are chosen so that the composite really is the composite: 121112 \to 11 followed by 111011 \to 10 gives 121012 \to 10.

    Builds on
    Used by

    none

    From Mathlib

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above.

    Loading discussion…