kernel-CReal.supOn_ub
- Kind
- kernel-term
- Status
- checked
Supports: CReal.supOn_ub 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.supOn_ub 2>/dev/null | grep -cE '^CReal\.supOn_ub[[:space:]]' Evidence notes
theorem_dependency_inventory exits non-zero for a named filter matching nothing, and grep -c (never -q under pipefail) both consumes the pipe and 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. This theorem shipped under the name CReal.supOn_ub -- ADR-0692's absence probe searched for the guessed name CReal.supOn_upper_bound and found nothing, which is a different, correct observation about a name that never existed; see ADR-0895.