kernel-Nat.dvd_of_dvd_mul_right
- Kind
- kernel-term
- Status
- checked
Supports: The proposition declared as `Nat.Coprime.dvd_of_dvd_mul_right` in the pinned Mathlib v4.30 source.
cargo test -p axeyum-lean-kernel --lib nat_prelude:: Evidence notes
`Nat.dvd_of_dvd_mul_right` in `crates/axeyum-lean-kernel/src/nat_prelude/coprime_lemmas.rs (declare_dvd_of_dvd_mul_right)`. `Nat.gauss_lemma` at (k, n, m), with the hypothesis `dvd k (mul m n)` transported along `mul_comm m n` to the `dvd k (mul n m)` shape `gauss_lemma` expects.