Theorems · Theorem · commutative algebra
Associates.count_pow
∀ {α : Type u_1} [inst : CommMonoidWithZero α] [inst_1 : UniqueFactorizationMonoid α]
[inst_2 : DecidableEq (Associates α)] [inst_3 : (p : Associates α) → Decidable (Irreducible p)] [Nontrivial α]
{a : Associates α},
a ≠ 0 → ∀ {p : Associates α}, Irreducible p → ∀ (k : ℕ), p.count (a ^ k).factors = k * p.count a.factors- Cited by
- 3 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nontrivialstatement and proof · cited by 2,416
- MulZeroClass.zero_mulproof · cited by 1,625
- pow_zeroproof · cited by 1,094
- CommMonoidWithZerostatement and proof · cited by 913
- Irreduciblestatement and proof · cited by 496
- UniqueFactorizationMonoidstatement and proof · cited by 279
- pow_succ'proof · cited by 228
- Associatesstatement and proof · cited by 210
- pow_ne_zeroproof · cited by 208
- Associates.factorsstatement and proof · cited by 97
- Associates.countstatement and proof · cited by 79
- Associates.FactorSetproof · cited by 52
Cited by3
Results whose statement or proof uses this declaration.
- Associates.eq_pow_count_factors_of_dvd_powproof · cited by 2
- Associates.count_factors_eq_find_of_dvd_powproof · cited by 1
- Associates.dvd_count_powproof · cited by 1