Mathlib Map

Theorems · Theorem · group theory

eq_zero_of_mul_eq_self_left

∀ {M₀ : Type u_1} {a b : M₀} [inst : MulZeroOneClass M₀] [IsRightCancelMulZero M₀], b ≠ 1 → b * a = a → a = 0

An element of a right-cancellative MulZeroOneClass fixed by left multiplication by an element other than one must be zero.

Defined in
Mathlib.Algebra.GroupWithZero.Basic
Cited by
5 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MulZeroOneClassIsRightCancelMulZero

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 by5

Results whose statement or proof uses this declaration.