Fix incorrect axioms in number.Gcd and add a Coq realization.
Counter-example: gcd 4 (4 mod 2) = gcd 4 0 = 4 <> 2 = gcd 4 2.
lib/coq/number/Gcd.v
0 → 100644
Please register or sign in to comment
Counter-example: gcd 4 (4 mod 2) = gcd 4 0 = 4 <> 2 = gcd 4 2.