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