kernel-Nat.binaryRec_succ
- Kind
- kernel-term
- Status
- checked
Supports: Nat.binaryRec_succ is admitted by the trusted kernel gate with the type recorded in formal.statement.
test "$(cargo run -q --release -p axeyum-lean-kernel --example nat_theorem_inventory -- binaryRec_succ 2>/dev/null | grep -Ec '^Nat\.binaryRec_succ[[:space:]]')" -ge 1 Evidence notes
`grep -Ec` consumes the pipe and the tested COUNT decides the exit status; `nat_theorem_inventory` prints nothing for a name that does not exist. Pattern verified with `/usr/bin/grep` (GNU grep, not the interactive `ugrep` shell function): 1 for `^Nat\.binaryRec_succ[[:space:]]`, 0 for a fabricated sibling name against the same output. `--release` is required; the debug build SIGABRTs building the constructed environment.