kernel-Nat.binaryRecAux_agree_of_fuel
- Kind
- kernel-term
- Status
- checked
Supports: Nat.binaryRecAux_agree_of_fuel 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 -- binaryRecAux_agree_of_fuel 2>/dev/null | grep -Ec '^Nat\.binaryRecAux_agree_of_fuel[[:space:]]')" -ge 1 Evidence notes
`build_nat_prelude` admits this theorem only through the trusted `Kernel::add_declaration` gate, which re-checks the proof term against the stated type. `nat_theorem_inventory` prints nothing for a name that does not exist, and `grep -Ec` consumes the pipe so the tested COUNT decides the exit status. The pattern is anchored `^Nat\.<name>[[:space:]]` and was verified with `/usr/bin/grep` (GNU grep), not the interactive `ugrep` shell function: 1 for the real name, 0 for a fabricated sibling. Run `--release`; the debug build SIGABRTs building the full constructed environment.