Draft — mutable and not usable as a dependency; its citation marks the draft state.

Lax17.TerminalElementMenger

Terminal element-Menger theorem

concepts/Lax17/TerminalElementMenger.lean · lax-17

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.

    Concept map

    Proven claimDefinitionThis conceptRelated conceptA → B: B builds on A

    Evidence

    Each proof establishes this claim relative to its assumptions.

    Theorem

    For a named-edge multigraph, the canonical available-boundary formulation of terminal element-connectivity is equivalent to the usual formulation by arbitrary terminal element cuts.

    Lean source view on GitHub

    1import Lax17.TerminalConnectivity
    2
    3/-!
    4---
    5title: Terminal element-Menger theorem
    6type: theorem
    7---
    8For a named-edge multigraph, the canonical available-boundary formulation of
    9terminal element-connectivity is equivalent to the usual formulation by
    10arbitrary terminal element cuts.
    11-/
    12
    13namespace Lax17.TerminalElementMenger
    14
    15universe u
    16
    17/-- Terminal element-connectivity in arbitrary-cut form. -/
    18axiom terminalElementMenger :
    19 ∀ {V : Type u} [Fintype V] [DecidableEq V]
    20 (H : Lax17.TerminalConnectivity.EdgeIndexedGraph V)
    21 (terminals : Finset V) (k : ℕ),
    22 H.TerminalElementConnectedAtLeast terminals k ↔
    23 ∀ ⦃a : V⦄, a ∈ terminals →
    24 ∀ ⦃b : V⦄, b ∈ terminals → a ≠ b →
    25 ∀ C : H.ElementCut terminals a b, k ≤ C.order
    26
    27end Lax17.TerminalElementMenger
    28
    Show Proof

    Used by

    none

    From Mathlib

    none

    Community review

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.

    0 comments

    Loading discussion…