Theorems · Theorem · commutative algebra
UniqueFactorizationMonoid.count_normalizedFactors_eq
∀ {R : Type u_2} [inst : CommMonoidWithZero R] [inst_1 : UniqueFactorizationMonoid R] [inst_2 : NormalizationMonoid R]
[inst_3 : DecidableEq R] {p x : R},
Irreducible p →
normalize p = p →
∀ {n : ℕ}, p ^ n ∣ x → ¬p ^ (n + 1) ∣ x → Multiset.count p (UniqueFactorizationMonoid.normalizedFactors x) = nThe number of times an irreducible factor p appears in normalizedFactors x is defined by
the number of times it divides x.
See also multiplicity_eq_count_normalizedFactors if n is given by multiplicity p x.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENatproof · cited by 4,985
- Multisetproof · cited by 2,627
- CommMonoidWithZerostatement and proof · cited by 913
- Irreduciblestatement and proof · cited by 496
- Multiset.countstatement and proof · cited by 302
- UniqueFactorizationMonoidstatement and proof · cited by 279
- NormalizationMonoidstatement and proof · cited by 165
- emultiplicityproof · cited by 156
- UniqueFactorizationMonoid.normalizedFactorsstatement and proof · cited by 151
- normalizestatement and proof · cited by 137
- Nat.cast_injectiveproof · cited by 39
- UniqueFactorizationMonoid.emultiplicity_eq_count_normalizedFactorsproof · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- Ideal.count_associates_eqproof · cited by 2
- UniqueFactorizationMonoid.count_normalizedFactors_eq'proof · cited by 1