Exact censuses enumerate the whole layer

Lax733996.ExactCensus · concepts/Lax733996/ExactCensus.lean · lax-733996

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

    Lemma

    A census of reachable vertices with the correct cardinality contains every vertex of the layer. Distinctness is enforced by the finite-set representation.

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

    Each proof establishes this claim relative to its assumptions.

    In the paper

    • page 1 of this submission's paper

    Lean source view on GitHub

    1import Lax733996.Counting
    2
    3/-!
    4---
    5title: Exact censuses enumerate the whole layer
    6type: lemma
    7---
    8A census of reachable vertices with the correct cardinality contains every
    9vertex of the layer. Distinctness is enforced by the finite-set representation.
    10-/
    11
    12namespace Lax733996.ExactCensus
    13
    14open Lax733996.Reachability Counting
    15
    16axiom complete {N : ℕ} (G : Graph N) (a : Fin N) (k : ℕ) (S : Finset (Fin N)) :
    17 Census G a k (layer G a k).card S → S = layer G a k
    18
    19end Lax733996.ExactCensus
    20
    Show Proof
    Builds on
    Used by

    none

    From Mathlib

    none

    Discussion

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

    Loading discussion…