kernel-CReal.sharedIndexToCanonical
- Kind
- kernel-term
- Status
- checked
Supports: CReal.sharedIndexToCanonical 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 -- sharedIndexToCanonical 2>/dev/null | grep -cE '^CReal\.sharedIndexToCanonical[[:space:]]' Evidence notes
build_creal_prelude admits CReal.sharedIndexToCanonical through the trusted Kernel::add_declaration gate. theorem_dependency_inventory exits non-zero for a named filter matching nothing; grep -c (never -q) asserts the exact tab-anchored line. Mutation-tested on an isolated /data0 snapshot: renaming the display string from "sharedIndexToCanonical" to "sharedIndexToCanonical_MUTATED" at crates/axeyum-lean-kernel/src/creal.rs:4380 makes this exact grep return 0 matches (exit 1) in the rebuilt binary, while unrelated control names (CReal.integral_const, CReal.integral_add) in the SAME rebuild still matched. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.