kernel-CReal.integral_const
- Kind
- kernel-term
- Status
- checked
Supports: CReal.integral_const 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 -- integral_const 2>/dev/null | grep -cE '^CReal\.integral_const[[:space:]]' Evidence notes
build_creal_prelude admits CReal.integral_const through the trusted Kernel::add_declaration gate. theorem_dependency_inventory exits non-zero for a named filter matching nothing; grep -c asserts the exact tab-anchored line. Verified as an unmutated CONTROL during this batch's mutation testing: with CReal.integral_converges and CReal.sharedIndexToCanonical's display names corrupted in an isolated /data0 snapshot, this exact grep still returned 1 (exit 0) against the rebuilt binary -- confirming the pattern is not vacuously green, i.e. it discriminates on THIS theorem's own name rather than on the build succeeding in general. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.