Theorems · Theorem · commutative algebra
succ_dvd_or_succ_dvd_of_succ_sum_dvd_mul
∀ {M : Type u_1} [inst : CommMonoidWithZero M] [IsCancelMulZero M] {p : M},
Prime p → ∀ {a b : M} {k l : ℕ}, p ^ k ∣ a → p ^ l ∣ b → p ^ (k + l + 1) ∣ a * b → p ^ (k + 1) ∣ a ∨ p ^ (l + 1) ∣ b- Defined in
- Mathlib.Algebra.Prime.Lemmas
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 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.
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- CommMonoidWithZerostatement and proof · cited by 913
- pow_oneproof · cited by 894
- pow_succproof · cited by 374
- pow_addproof · cited by 315
- Primestatement and proof · cited by 277
- pow_ne_zeroproof · cited by 208
- mul_left_commproof · cited by 184
- IsCancelMulZerostatement and proof · cited by 177
- mul_right_inj'proof · cited by 56
- Prime.ne_zeroproof · cited by 47
Cited by1
Results whose statement or proof uses this declaration.
- multiplicity_mulproof · cited by 5