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

One statement with three proofs

Lax771644.ThreeProofsOneStatement · concepts/Lax771644/ThreeProofsOneStatement.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

    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
    2 concepts
    100%
    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A
    Evidence

    Lean source view on GitHub

    1import Mathlib.Data.Nat.Notation
    2import Lax771644.Foundations
    3
    4/-!
    5---
    6title: One statement with three proofs
    7type: theorem
    8---
    9Statement 2 is the conclusion of three different proofs: one sibling proof from
    10statement 1 of this concept, and two proofs whose assumptions live in other
    11concepts. Three turnstiles have to fan into a single dock.
    12
    13# Formalization notes
    14
    15Statement 2 descends far enough that any of the three routes reaches it.
    16-/
    17
    18namespace Lax771644.ThreeProofsOneStatement
    19
    20/-- Descent from stage 72 to stage 71. -/
    21axiom s1 : Foundations.Descent 72 71
    22
    23/-- Descent from stage 72 down to stage 5. -/
    24axiom s2 : Foundations.Descent 72 5
    25
    26end Lax771644.ThreeProofsOneStatement
    27
    Show ProofShow Proof 1Show Proof 2Show Proof 3
    Formalization notes

    Statement 2 descends far enough that any of the three routes reaches it.

    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…