kernel-Int.fib_two
- Kind
- kernel-term
- Status
- checked
Supports: Int.fib_two is admitted by the trusted kernel gate with the type recorded in formal.statement.
test "$(cargo run -q --release -p axeyum-lean-kernel --example int_theorem_inventory 2>/dev/null | grep -c '^theorem[[:space:]]Int\.fib_two[[:space:]]')" -eq 1 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.