kernel-CReal.evt_approx_max
- Kind
- kernel-term
- Status
- checked
Supports: CReal.evt_approx_max is admitted by the trusted kernel gate with the type recorded in formal.statement.
cargo run -q --release -p axeyum-lean-kernel --example theorem_dependency_inventory -- CReal.evt_approx_max 2>/dev/null | grep -cE '^CReal\.evt_approx_max[[:space:]]' Evidence notes
theorem_dependency_inventory exits non-zero for a named filter matching nothing, and grep -c (never -q under pipefail) both consumes the pipe and asserts the exact tab-anchored line is present. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.