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

Lax17.SmallLinkedSubsets

Linking small terminal subsets

concepts/Lax17/SmallLinkedSubsets.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

    Disjoint equally large subsets of a node-well-linked set can be linked inside the same cluster.

    Lean source view on GitHub

    1import Lax17.Linkedness
    2
    3/-!
    4---
    5title: Linking small terminal subsets
    6type: theorem
    7---
    8Disjoint equally large subsets of a node-well-linked set can be linked
    9inside the same cluster.
    10-/
    11
    12namespace Lax17.SmallLinkedSubsets
    13
    14universe u
    15
    16/-- Disjoint equally large subsets of a node-well-linked set are linked
    17inside the same cluster. -/
    18axiom smallLinkedSubsets :
    19 ∀ {V : Type u} [DecidableEq V] (G : SimpleGraph V)
    20 (C X A B : Finset V),
    21 Lax17.Linkedness.NodeWellLinkedIn G C X →
    22 A ⊆ X → B ⊆ X → Disjoint A B → A.card = B.card →
    23 Lax17.Linkedness.NodeLinkedIn G C A B
    24
    25end Lax17.SmallLinkedSubsets
    26
    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…