kernel-CReal.integral_add
- Kind
- kernel-term
- Status
- checked
Supports: CReal.integral_add 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_add 2>/dev/null | grep -cE '^CReal\.integral_add[[:space:]]' Evidence notes
build_creal_prelude admits CReal.integral_add 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's display name corrupted in an isolated /data0 snapshot, this grep still returned 1 (exit 0) for CReal.integral_add itself in the rebuilt binary (its dependency line changed to name CReal.integral_converges_MUTATED, but its own name-anchored line was untouched), confirming the checker discriminates on THIS theorem's presence, not on its dependencies' names. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.