cas-groebner-unit-ideal-recombines-to-one
- Kind
- witness-replay
- Status
- checked
Supports: the cofactor identity c1*g1+c2*g2+c3*g3 = 1 for the three named generators, re-derived independently of the Groebner walk that produced the cofactors
cargo test -p axeyum-cas --lib groebner_cert::tests::unit_ideal_certificate_recombines -- --exact 2>/dev/null | grep -cE '^test groebner_cert::tests::unit_ideal_certificate_recombines \.\.\. ok$' Evidence notes
Verified both directions on this host: the real test path gives count=1, exit=0; the same command against a deliberately wrong test path (…_WRONG) gives count=0, exit=1. `grep -cE` consumes the pipe so it cannot SIGPIPE.