Correctness of one counting step
Lax733996.CountingStep · concepts/Lax733996/CountingStep.lean · lax-733996
No public endorsements yet.
Loading review…
Sign in with ORCIDNatural Language Statement
Lemma
Starting from the correct layer size, valid classifications produce exactly the size of the next layer. Such classifications exist.
Concept map
Evidence
Each proof establishes this claim relative to its assumptions.
In the paper
- page 2 of this submission's paper
Lean source view on GitHub
| 1 | import Lax733996.Counting |
| 2 | |
| 3 | /-! |
| 4 | --- |
| 5 | title: Correctness of one counting step |
| 6 | type: lemma |
| 7 | --- |
| 8 | Starting from the correct layer size, valid classifications produce exactly |
| 9 | the size of the next layer. Such classifications exist. |
| 10 | -/ |
| 11 | |
| 12 | namespace Lax733996.CountingStep |
| 13 | |
| 14 | open Lax733996.Reachability Counting |
| 15 | |
| 16 | axiom correct {N : ℕ} (G : Graph N) (a : Fin N) (k d : ℕ) : |
| 17 | CountStep G a k (layer G a k).card d ↔ d = (layer G a (k + 1)).card |
| 18 | |
| 19 | end Lax733996.CountingStep |
| 20 |
Discussion
Ask a question or add context. Endorsements and structured flags are kept in the review panel above.
0 comments