Finite sums in the complex Borel calculus #
The Dirichlet kernel and the Fejér majorant #
D_N(θ) = ∑_{k ≤ N} e^{ikθ}.
Equations
- CommutingRepetition.VN.Modular.dirK N t = ∑ k ∈ Finset.range (N + 1), CommutingRepetition.VN.Modular.eitf (↑k) t
Instances For
The Fejér majorant Q_N = 4(N+1)^{-2}|D_N|².
Equations
- CommutingRepetition.VN.Modular.fejerMaj N t = 4 / (↑N + 1) ^ 2 * ‖CommutingRepetition.VN.Modular.dirK N t‖ ^ 2
Instances For
Haar-distributed vectors #
ζ is Haar distributed for E: the Fourier moments ⟪ζ, e^{ikE}ζ⟫ vanish for
every nonzero integer k (HJX Lemma 2.2).
Equations
- CommutingRepetition.VN.Modular.IsHaarVec hE ζ = ∀ (k : ℤ), k ≠ 0 → inner ℂ ζ ((CommutingRepetition.VN.Modular.eit E hE ↑k) ζ) = 0
Instances For
The spectral measure is concentrated on [0, 2π].
The uniform tail estimate near the branch cut: ν((δ, 2π−δ)ᶜ) ≤ 4‖ζ‖²δ, with a
constant independent of E.
From the tail estimate to an operator estimate #
E ζ − G(E) ζ = (id − G)(E) ζ, with id truncated to the spectrum.
The key ‖·‖-estimate: if the symbol G approximates the identity to η away from
the branch cut and to B everywhere, then ‖Eζ − G(E)ζ‖² ≤ η²‖ζ‖² + 4B²‖ζ‖²δ. Both the
constants and G are independent of E.
Trigonometric approximation of the identity away from the branch cut #
The piecewise-linear sawtooth on [0, 2π]: it equals t·2π/(2π−δ) on [0, 2π−δ] and
drops linearly back to 0 on [2π−δ, 2π], so it vanishes at both endpoints and is within
δ of the identity on [0, 2π−δ].
Equations
Instances For
A trigonometric polynomial as a symbol on ℝ.
Equations
- CommutingRepetition.VN.Modular.trigSym s c t = ∑ k ∈ s, c k * CommutingRepetition.VN.Modular.eitf (↑k) t
Instances For
Trigonometric approximation of the identity on [δ, 2π−δ], with a global bound that
does not depend on the polynomial.
Uniform trigonometric approximation of a Haar-distributed self-adjoint operator
(HJX Lemma 2.6(i)'s analytic input). Given a bound r on ‖ζ‖ and an ε > 0, one fixed
trigonometric polynomial ∑_{k∈s} c k z^k satisfies ‖Eζ − ∑_{k∈s} c k e^{ikE} ζ‖ ≤ ε
simultaneously for every Haar pair (E, ζ).
The unitary group as a strong limit of its exponential partial sums #
The partial sums of the exponential series ∑_{k<N} (it)^k E^k / k!.
Equations
- CommutingRepetition.VN.Modular.expPoly E t N = ∑ k ∈ Finset.range N, CommutingRepetition.VN.Modular.expCoef t k • E ^ k
Instances For
The N-th partial sum of the symbol e^{itl}, with l truncated to the spectrum.
Equations
- CommutingRepetition.VN.Modular.expSym E t N l = ∑ k ∈ Finset.range N, (Complex.I * ↑t * ↑(CommutingRepetition.VN.Modular.trunc E l)) ^ k / ↑k.factorial
Instances For
The unitary group is the strong limit of the exponential partial sums:
∑_{k<N} (it)^k E^k / k! ζ → e^{itE} ζ.