kernel-CReal.powerSeriesTerm
- Kind
- kernel-term
- Status
- checked
Supports: CReal.powerSeriesTerm is admitted by the trusted kernel gate with the type recorded in formal.statement.
cargo run -q --release -p axeyum-lean-kernel --example kernel_declaration_projection -- --require-declaration CReal.powerSeriesTerm --require-kind definition 2>/dev/null | grep -cE '^found[[:space:]]creal[[:space:]]definition[[:space:]]CReal\.powerSeriesTerm[[:space:]]' Evidence notes
CReal.powerSeriesTerm is a Declaration::Definition, so theorem_dependency_inventory / nat_theorem_inventory / prelude_theorem_inventory (which all filter to Declaration::Theorem) cannot see it. kernel_declaration_projection --require-declaration searches every constructed prelude's environment for an exact display-name match of the given kind and exits non-zero on no match. Verified directly on this tree: exit 0, count 1. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.