kernel-CReal.piLeFour
- Kind
- kernel-term
- Status
- checked
Supports: CReal.piLeFour 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 -- piLeFour 2>/dev/null | grep -cE '^CReal\.piLeFour[[:space:]]' Evidence notes
build_creal_prelude admits this theorem 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. ONE NAME PER INVOCATION: this tool silently discards every name argument after the first. --release is MANDATORY.