kernel-succ-add
- Kind
- kernel-term
- Status
- checked
Supports: succ a + b = succ (a + b) for all a b
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- succ_add 2>/dev/null | grep -Ec '^Nat\.succ_add[[:space:]]')" -ge 1 Evidence notes
`build_nat_prelude` admits this theorem only through the trusted kernel gate, so a successful build IS the type-check; the command both performs it and prints the admitted type, which is copied verbatim into formal.statement. Nothing here is transcribed.