Mathlib Map

Theorems · Theorem · commutative algebra

exists_squarefree_dvd_pow_of_ne_zero

∀ {R : Type u_1} [inst : CommMonoidWithZero R] [UniqueFactorizationMonoid R] {x : R},
  x ≠ 0 → ∃ y n, Squarefree y ∧ y ∣ x ∧ x ∣ y ^ n
Defined in
Mathlib.Algebra.Squarefree.Basic
Cited by
1 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidWithZeroUniqueFactorizationMonoid

Around this declaration

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

Cites24

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

Cited by1

Results whose statement or proof uses this declaration.