cas-ratint-horowitz-properness-guard-is-load-bearing
- Kind
- witness-replay
- Status
- checked
Supports: the properness bound deg B < deg D2 is independently load-bearing: B perturbed by a whole copy of D2 satisfies the core identity exactly and is rejected only by that bound
cargo test -p axeyum-cas --lib ratint::tests::wrong_degree_b_is_vacuous_without_the_properness_guard -- --exact 2>/dev/null | grep -cE '^test ratint::tests::wrong_degree_b_is_vacuous_without_the_properness_guard \.\.\. ok$' Evidence notes
This is the adversarial-fixture discipline applied correctly: a mutant over an instance where EVERY OTHER GUARD PASSES. The fixture recomputes the core identity by hand for the perturbed B and asserts it still holds, so the test is measuring the properness guard and nothing else. The `grep -cE` on the test's own `... ok` line makes the command fail if the test is renamed away as well as if it fails.