kernel-Int.gcd_eq_one_of_gcd_mul_right_eq_one_right
- Kind
- kernel-term
- Status
- checked
Supports: The proposition declared as `Int.gcd_eq_one_of_gcd_mul_right_eq_one_right` in the pinned Mathlib v4.30 source.
cargo test -p axeyum-lean-kernel --lib int_prelude:: Evidence notes
`declare_gcd_eq_one_of_gcd_mul_right_eq_one` (`crates/axeyum-lean-kernel/src/int_prelude/gcd.rs`), the right-hand mirror of `Int.gcd_eq_one_of_gcd_mul_right_eq_one_left`: `Nat.dvd_mul` gives `n | n*m`, transported to `n | m*n` by `Nat.mul_comm`, and `Nat.coprime_of_dvd_right` closes it.