Theorems · Theorem · commutative algebra
Associates.count_mul_of_coprime
∀ {α : Type u_1} [inst : CommMonoidWithZero α] [inst_1 : UniqueFactorizationMonoid α]
[inst_2 : DecidableEq (Associates α)] [inst_3 : (p : Associates α) → Decidable (Irreducible p)] {a b : Associates α},
b ≠ 0 →
∀ {p : Associates α},
Irreducible p →
(∀ (d : Associates α), d ∣ a → d ∣ b → ¬Prime d) →
p.count a.factors = 0 ∨ p.count a.factors = p.count (a * b).factors- Cited by
- 0 results in Mathlib
- Foundations
- Depth 62 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.
- Top.topproof · cited by 9,680
- add_zeroproof · cited by 2,707
- MulZeroClass.zero_mulproof · cited by 1,625
- CommMonoidWithZerostatement and proof · cited by 913
- Irreduciblestatement and proof · cited by 496
- UniqueFactorizationMonoidstatement and proof · cited by 279
- Primestatement and proof · cited by 277
- Associatesstatement and proof · cited by 210
- Associates.factorsstatement and proof · cited by 97
- Associates.countstatement and proof · cited by 79
- Associates.count.congr_simpproof · cited by 10
- Associates.factors_zeroproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.