kernel-Rat.laplaceSummand_rowI
- Kind
- kernel-term
- Status
- checked
Supports: Rat.laplaceSummand_rowI 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 -- Rat.laplaceSummand_rowI 2>/dev/null | grep -cE '^Rat\.laplaceSummand_rowI[[:space:]]' Evidence notes
Two independent failure modes: theorem_dependency_inventory exits non-zero when a NAMED filter matches nothing, and grep -c exits 1 printing 0 when the anchored line is absent. Anchored with [[:space:]], never \t. ONE name per invocation -- this tool silently keeps only its first. --release is MANDATORY.