creal-model-add_comm
- Kind
- kernel-term
- Status
- checked
Supports: The additive-commutativity law of the AxReal package is modelled by CReal.add_comm, with an empty axiom footprint.
out=$(cargo run -q -p axeyum-lean-kernel --example creal_model_witness 2>/dev/null) && test "$(printf '%s\n' "$out" | grep -Ec '^law[[:space:]]+AxReal[.]add_comm[[:space:]]+CReal[.]add_comm[[:space:]]+\[\][[:space:]]')" -ge 1 Evidence notes
Anchored on the AxReal law name, the CReal witness name AND the empty footprint column, so a rename, a swapped pairing, or a witness that grew a dependency on a trusted declaration all fail. Verified to fail when the subject is mangled.