kernel-CReal.polyEval_polyAdd
- Kind
- kernel-term
- Status
- checked
Supports: CReal.polyEval_polyAdd 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.polyEval_polyAdd 2>/dev/null | grep -cE '^CReal\.polyEval_polyAdd[[:space:]]' Evidence notes
The producing prelude admits CReal.polyEval_polyAdd through the trusted Kernel::add_declaration gate, which re-checks the proof term against the stated type. theorem_dependency_inventory exits non-zero for a named filter matching nothing (a deleted/renamed theorem cannot read as a re-derived one), and grep -c (never -q) both avoids a SIGPIPE-under-pipefail false negative and independently 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.