kernel-CReal.riemannSum_sharedAccuracyClose_at
- Kind
- kernel-term
- Status
- checked
Supports: CReal.riemannSum_sharedAccuracyClose_at 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 -- riemannSum_sharedAccuracyClose_at 2>/dev/null | grep -cE '^CReal\.riemannSum_sharedAccuracyClose_at[[:space:]]' Evidence notes
build_creal_prelude admits CReal.riemannSum_sharedAccuracyClose_at 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. Verified with /usr/bin/grep directly (not the ugrep-backed interactive `grep` function) against a freshly built --release binary on this tree, returning count 1. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.