kernel-Int.dvd_of_dvd_mul_right_of_gcd_one
- Kind
- kernel-term
- Status
- checked
Supports: The proposition declared as `Int.dvd_of_dvd_mul_right_of_gcd_one` in the pinned Mathlib v4.30 source.
cargo test -p axeyum-lean-kernel --lib int_prelude:: Evidence notes
`declare_dvd_of_dvd_mul_right_of_gcd_one` (`crates/axeyum-lean-kernel/src/int_prelude/gcd.rs`): exactly `Int.gauss_lemma`'s statement with its two hypotheses reordered to match Mathlib's argument order. `Eq Nat (gcd a b) 1` type-checks directly where `gauss_lemma` expects a `Coprime a b` proof, since `Int.Coprime` is a `Definition` that unfolds to exactly that equation -- no explicit cast term needed.