Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
theorem
BrunTitchmarsh.card_range_filter_prime_isBigO :
(fun (N : ℕ) => ↑(Finset.filter Nat.Prime (Finset.range N)).card) =O[Filter.atTop] fun (N : ℕ) => ↑N / Real.log ↑N
theorem
BrunTitchmarsh.range_filter_isPrimePow_subset_union
(N : ℕ)
:
Finset.filter IsPrimePow (Finset.range N) ⊆ Finset.filter Nat.Prime (Finset.range N) ∪ Finset.image (fun (p : ℕ × ℕ) => p.1 ^ p.2) (Finset.Ico 1 ⌈√↑N⌉₊ ×ˢ Finset.range (Nat.log 2 N + 1))
theorem
BrunTitchmarsh.card_isPrimePow_isBigO :
(fun (N : ℕ) => ↑(Finset.filter IsPrimePow (Finset.range N)).card) =O[Filter.atTop] fun (N : ℕ) => ↑N / Real.log ↑N
theorem
BrunTitchmarsh.card_range_filter_isPrimePow_le :
∃ (C : ℝ), ∀ (N : ℕ), ↑(Finset.filter IsPrimePow (Finset.range N)).card ≤ C * (↑N / Real.log ↑N)