kernel-Nat.dist_eq_zero
- Kind
- kernel-term
- Status
- checked
Supports: ∀ {n m : ℕ}, n = m → n.dist m = 0
test "$(cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory -- dist_eq_zero 2>/dev/null | grep -Ec '^Nat\.dist_eq_zero[[:space:]]')" -ge 1 Evidence notes
`build_nat_prelude` admits `Nat.dist_eq_zero` through the trusted `Kernel::add_declaration` gate (`nat_prelude/dist.rs`, `declare_dist_more_all`, lane draw9-first-theorems). `nat_theorem_inventory`'s rendered type matches this fact's `formal.statement`. Anchored with `^Nat\.dist_eq_zero[[:space:]]` so a sibling name cannot satisfy this row; `grep -Ec` consumes the pipe so the tested count decides the exit status. Run `--release` -- the debug build of this inventory example SIGABRTs on stack depth (unrelated to this proof).