kernel-Complex.hornerFromTop_succ_zero
- Kind
- kernel-term
- Status
- checked
Supports: Complex.hornerFromTop_succ_zero 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 -- Complex.hornerFromTop_succ_zero 2>/dev/null | grep -cE '^Complex\.hornerFromTop_succ_zero[[:space:]]' Evidence notes
The producing prelude admits Complex.hornerFromTop_succ_zero 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.