Mathlib Map

Theorems · Theorem · group theory

mul_eq_mul_right_iff

∀ {M₀ : Type u_1} [inst : MulZeroClass M₀] [IsRightCancelMulZero M₀] {a b c : M₀}, a * c = b * c ↔ a = b ∨ c = 0
Defined in
Mathlib.Algebra.GroupWithZero.Defs
Cited by
12 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MulZeroClassIsRightCancelMulZero

Around this declaration

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

Cites3

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

Cited by12

Results whose statement or proof uses this declaration.