Documentation

Carleson.Classical.ControlApproximationEffectBasic

theorem ENNReal.le_on_subset {X : Type} [MeasurableSpace X] (μ : MeasureTheory.Measure X) {f g : XENNReal} {E : Set X} (hE : MeasurableSet E) (hf : Measurable f) (hg : Measurable g) {a : ENNReal} (h : xE, a f x + g x) :
E'E, MeasurableSet E' μ E 2 * μ E' ((∀ xE', a / 2 f x) xE', a / 2 g x)
theorem Dirichlet_Hilbert_eq {N : } {x : } :
(max (1 - |x|) 0) * dirichletKernel' N x = Complex.exp (Complex.I * (-N * x)) * k x + (starRingEnd ) (Complex.exp (Complex.I * (-N * x)) * k x)
theorem le_iSup_of_tendsto {α : Type u_1} {β : Type u_2} [TopologicalSpace α] [CompleteLinearOrder α] [OrderTopology α] [Nonempty β] [SemilatticeSup β] {f : βα} {a : α} (ha : Filter.Tendsto f Filter.atTop (nhds a)) :
a iSup f
theorem integrable_annulus {x : } (hx : x Set.Icc 0 (2 * Real.pi)) {f : } (hf : IntervalIntegrable f MeasureTheory.volume (-Real.pi) (3 * Real.pi)) {r : } (r_nonneg : 0 r) (rle1 : r < 1) :
theorem domain_reformulation {g : } (hg : IntervalIntegrable g MeasureTheory.volume (-Real.pi) (3 * Real.pi)) {N : } {x : } (hx : x Set.Icc 0 (2 * Real.pi)) :
(y : ) in x - Real.pi..x + Real.pi, g y * ((max (1 - |x - y|) 0) * dirichletKernel' N (x - y)) = (y : ) in {y : | dist x y Set.Ioo 0 1}, g y * ((max (1 - |x - y|) 0) * dirichletKernel' N (x - y))
noncomputable def operatorBound (g : ) (x : ) :

The function used to bound the partial Fourier sum in partialFourierSum_bound

Equations
  • One or more equations did not get rendered due to their size.
Instances For