kernel-Nat.coprime_mul_right_right
- Kind
- kernel-term
- Status
- checked
Supports: The proposition declared as `Nat.Coprime.coprime_mul_right_right` in the pinned Mathlib v4.30 source.
cargo test -p axeyum-lean-kernel --lib nat_prelude:: Evidence notes
`Nat.coprime_mul_right_right` in `crates/axeyum-lean-kernel/src/nat_prelude/coprime_lemmas.rs (declare_coprime_mul_right_right)`. `n | (n*k)` is `dvd_mul` directly, feeding `coprime_of_dvd_right`.