Mathlib Map

Theorems · Theorem · commutative algebra

squarefree_mul_iff

∀ {R : Type u_1} [inst : CommMonoidWithZero R] [IsCancelMulZero R] {x y : R} [DecompositionMonoid R],
  Squarefree (x * y) ↔ IsRelPrime x y ∧ Squarefree x ∧ Squarefree y

x * y is square-free iff x and y have no common factors and are themselves square-free.

Defined in
Mathlib.Algebra.Squarefree.Basic
Cited by
4 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidWithZeroIsCancelMulZeroDecompositionMonoid

Around this declaration

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

Cites11

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

Cited by4

Results whose statement or proof uses this declaration.