Mathlib Map

Theorems · Theorem · commutative algebra

dvd_antisymm_of_normalize_eq

∀ {α : Type u_1} [inst : MonoidWithZero α] [inst_1 : NormalizationMonoid α] [IsLeftCancelMulZero α] {a b : α},
  normalize a = a → normalize b = b → a ∣ b → b ∣ a → a = b
Defined in
Mathlib.Algebra.GCDMonoid.Basic
Cited by
15 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MonoidWithZeroNormalizationMonoidIsLeftCancelMulZero

Around this declaration

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

Cites5

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

Cited by15

Results whose statement or proof uses this declaration.