kernel-Nat.zero_choose_succ
- Kind
- kernel-term
- Status
- checked
Supports: Nat.zero_choose_succ is admitted by the trusted kernel gate with the exact type recorded in formal.statement.
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- zero_choose_succ 2>/dev/null | grep -xFc $'Nat.zero_choose_succ\t1\t((x0 : AxNat) -> Eq.{1} AxNat (AxNat.choose AxNat.zero (AxNat.succ x0)) AxNat.zero)')" -ge 1 Evidence notes
The inventory builds the Nat prelude and prints Kernel::render_lean of the admitted type; the exact-line check fails on a missing declaration or type drift.