kernel-Int.fib_two_mul_add_one_eq_natfib_natabs
- Kind
- kernel-term
- Status
- checked
Supports: Int.fib_two_mul_add_one_eq_natfib_natabs is admitted by the trusted kernel gate with the type recorded in formal.kernel_statement.
cargo run -q --release -p axeyum-lean-kernel --example int_theorem_inventory 2>/dev/null | grep -cE '^theorem[[:space:]]Int\.fib_two_mul_add_one_eq_natfib_natabs[[:space:]]' Evidence notes
int_theorem_inventory lists every Declaration::Theorem in the integer prelude with its canonical type; the grep asserts the exact tab-anchored name. --release is MANDATORY: this binary also builds creal/complex/cpoint, which overflow the default debug thread stack. Confirmed to exit 1 on a deliberately wrong name (…_WRONG) and 0 on the real one.