kernel-CReal.e_converges
- Kind
- kernel-term
- Status
- checked
Supports: CReal.e_converges 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 -- e_converges 2>/dev/null | grep -cE '^CReal\.e_converges[[:space:]]' Evidence notes
build_creal_prelude admits CReal.e_converges through the trusted Kernel::add_declaration gate. theorem_dependency_inventory exits non-zero for a named filter matching nothing; grep -c (never -q) both consumes the pipe and asserts the exact tab-anchored line is present. Verified on this tree: the command currently prints exactly one matching line for CReal.e_converges. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.