Theorems · Theorem · number theory
Int.succ_dvd_or_succ_dvd_of_succ_sum_dvd_mul
∀ {p : ℕ},
Nat.Prime p →
∀ {m n : ℤ} {k l : ℕ},
↑(p ^ k) ∣ m → ↑(p ^ l) ∣ n → ↑(p ^ (k + l + 1)) ∣ m * n → ↑(p ^ (k + 1)) ∣ m ∨ ↑(p ^ (l + 1)) ∣ n- Defined in
- Mathlib.Data.Int.NatPrime
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.Primestatement and proof · cited by 2,059
- Nat.succ_dvd_or_succ_dvd_of_succ_sum_dvd_mulproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.