kernel-Rat.matMul_id_right
- Kind
- kernel-term
- Status
- checked
Supports: Rat.matMul_id_right is admitted by the trusted kernel gate with the type recorded in formal.statement. It shares Rat.sumRange_delta with the left unit law and is the shorter of the two: the delta's hypothesis wants `t != j`, which is exactly the shape Rat.matId_off_diag takes on this side, so no ne_symm is needed and the tail closes with mul_one without a mul_comm.
cargo run -q --release -p axeyum-lean-kernel --example theorem_dependency_inventory -- Rat.matMul_id_right 2>/dev/null | grep -cE '^Rat\.matMul_id_right[[:space:]]' Evidence notes
Verified BOTH directions on this tree. Real name: prints 1, exit 0. A fabricated name prints 0 and exits 1. Pass ONE name per invocation -- this tool consumes only its FIRST name argument and silently ignores the rest. `--release` is MANDATORY (debug SIGABRTs on a stack overflow). `[[:space:]]` and NOT `\t`.