ordered-ring-interface-is-the-same-over-the-axiom-free-integers-1
- Kind
- kernel-term
- Status
- checked
Supports: The finding itself: all 30 binder types agree, and none differ. The example's exit status depends on it (`--require-identical` exits 1 on any difference), so this row cannot pass on a run that found a difference.
out=$(cargo run --release -q -p axeyum-solver --features full --example ring_interface_pin -- --require-identical 2>&1) && test "$(printf "%s\n" "$out" | grep -Ec 'ring interface telescope: 30 binders, 30 identical, 0 differing')" -ge 1 Evidence notes
Anchored on the count line the example computes from the comparison, not on prose. Mutated output (any binder differing) changes '30 identical, 0 differing' and the pattern stops matching; the command also exits nonzero. Verified discriminating by scripts/new-fact.py.