Documentation

MathlibNt.AnalyticNumberTheory.LargeSieve.AggregateCauchyFourthMoment

theorem AnalyticNumberTheory.LargeSieve.piLp_four_norm_pow {ι : Type u_1} [Fintype ι] (v : PiLp 4 fun (x : ι) => ) :
v ^ 4 = i : ι, v.ofLp i ^ 4
theorem AnalyticNumberTheory.LargeSieve.aggregate_cauchy_fourth {ι : Type u_1} [Fintype ι] (f : ι) (s : ) (r B : ) (hr : 0 < r) (hB : 0 B) (hf : ∀ (i : ι), Differentiable (f i)) (hcircle : zMetric.sphere s r, i : ι, f i z ^ 4 B) :
i : ι, deriv (f i) s ^ 4 B / r ^ 4

Apply Banach-valued Cauchy once in the finite ℓ⁴ space, not separately and then bound each coordinate by the entire family. No cardinality loss.

theorem AnalyticNumberTheory.LargeSieve.aggregate_weighted_cauchy_fourth {ι : Type u_1} [Fintype ι] (f : ι) (w : ι) (hw : ∀ (i : ι), 0 w i) (s : ) (r B : ) (hr : 0 < r) (hB : 0 B) (hf : ∀ (i : ι), Differentiable (f i)) (hcircle : zMetric.sphere s r, i : ι, w i * f i z ^ 4 B) :
i : ι, w i * deriv (f i) s ^ 4 B / r ^ 4

Nonnegative scalar weights are absorbed in the ℓ⁴ coordinates before Cauchy.