kernel-Complex.hornerFromTop_diag_eq_polyEval
- Kind
- kernel-term
- Status
- checked
Supports: Complex.hornerFromTop_diag_eq_polyEval 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 -- hornerFromTop_diag_eq_polyEval 2>/dev/null | grep -cE '^Complex\.hornerFromTop_diag_eq_polyEval[[:space:]]' Evidence notes
build_complex_prelude admits Complex.hornerFromTop_diag_eq_polyEval 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. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.