Exact censuses enumerate the whole layer
Lax733996.ExactCensus · concepts/Lax733996/ExactCensus.lean · lax-733996
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural 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
In the paper
- page 1 of this submission's paper
Lean source view on GitHub
| 1 | import Lax733996.Counting |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Exact censuses enumerate the whole layer |
| 6 | type: lemma |
| 7 | --- |
| 8 | A census of reachable vertices with the correct cardinality contains every |
| 9 | vertex of the layer. Distinctness is enforced by the finite-set representation. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax733996.ExactCensus |
| 13 | |
| 14 | open Lax733996.Reachability Counting |
| 15 | |
| 16 | axiom 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 | |
| 19 | end Lax733996.ExactCensus |
| 20 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments