Mathlib Map

Theorems · Theorem · group theory

mul_dvd_mul_iff_left

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

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

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

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 by24

Results whose statement or proof uses this declaration.