Mathlib Map

Theorems · Theorem · group theory

NoZeroDivisors.eq_zero_or_eq_zero_of_mul_eq_zero

∀ {M₀ : Type u_2} {inst : Mul M₀} {inst_1 : Zero M₀} [self : NoZeroDivisors M₀] {a b : M₀}, a * b = 0 → a = 0 ∨ b = 0

For all a and b of M₀, a * b = 0 implies a = 0 or b = 0.

Defined in
Mathlib.Algebra.GroupWithZero.Defs
Cited by
14 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
NoZeroDivisors

Around this declaration

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

Cites1

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

Cited by14

Results whose statement or proof uses this declaration.