Mathlib Map

Theorems · Theorem · group theory

mul_dvd_mul_iff_right

∀ {α : Type u_1} [inst : CommMonoidWithZero α] [IsCancelMulZero α] {a b c : α}, c ≠ 0 → (a * c ∣ b * c ↔ a ∣ b)

Given two elements a, b of a commutative cancellative MonoidWithZero and a nonzero element c, a*c divides b*c iff a divides b.

Defined in
Mathlib.Algebra.GroupWithZero.Divisibility
Cited by
8 results in Mathlib
Foundations
Depth 9 from the axioms · uses propext
Assumes
CommMonoidWithZeroIsCancelMulZero

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.