QIQTH.Fock.SchwartzDecay
← all sections · ← OneParticleBW · WedgeAnalyticity →
Fock · entries 320–325 of 1000
Definition 320 (minkBilin). source ↗
The continuous bilinear Minkowski pairing rescaled by 1/(2π): L v w = (v₀ w₀ − v₁ w₁) / (2π). Writing the bespoke minkowskiFourier as a VectorFourier.fourierIntegral for this L lets us borrow Mathlib’s Fourier-decay machinery.
Used by minkBilin_apply, minkowskiFourier_eq_fourierIntegral, schwartz_Krep_memLp, schwartz_Krep_decay_sq.
Lemma 321 (minkBilin_apply). source ↗
Proof. Immediate from the definitions.
Used by minkowskiFourier_eq_fourierIntegral, schwartz_Krep_memLp, schwartz_Krep_decay_sq.
Lemma 322 (minkowskiFourier_eq_fourierIntegral). source ↗
Bridge: the bespoke Minkowski-Fourier transform IS a VectorFourier.fourierIntegral for the bilinear form minkBilin (with the standard 2π Fourier character). This is what lets us import Mathlib’s decay estimates.
Proof. By minkowskiDot, minkBilin_apply.
Used by schwartz_Krep_memLp, schwartz_Krep_decay_sq.
Lemma 323 (abs_sinh_le_cosh). source ↗
|sinh θ| ≤ cosh θ.
Proof. Immediate from the definitions.
Used by schwartz_Krep_memLp, schwartz_Krep_decay_sq.
Lemma 324 (schwartz_Krep_memLp). source ↗
General Schwartz 1/cosh decay of the localized amplitude. For any Schwartz f and m ≠ 0, ‖Krep m f θ‖ ≤ C · (cosh θ)⁻¹ with C = 4πS / (√2·|m|), where S = ∫‖f‖ + ∫‖D f‖ is a finite Schwartz constant. Hence Krep m f ∈ L²(ℝ).
Proof. By massShell, minkowskiFourier, Krep_memLp_of_decay, minkBilin, minkBilin_apply, minkowskiFourier_eq_fourierIntegral, abs_sinh_le_cosh.
Used by fourierL2_Krep_ne_zero.
Lemma 325 (schwartz_Krep_decay_sq). source ↗
General Schwartz 1/cosh² decay of the localized amplitude (one derivative more than schwartz_Krep_memLp). For any Schwartz f and m ≠ 0, ‖Krep m f θ‖ ≤ 16π²·S₂/(√2·m²) · (cosh θ)⁻² with S₂ = ∫‖f‖ + ∫‖Df‖ + ∫‖D²f‖. The (cosh θ)⁻² decay (via the n = 2 Fourier-decay estimate) is what makes the horizon amplitude L¹ and differentiable at the bifurcation surface x = 0 (the softer Route-B regularity).
Proof. By massShell, minkowskiFourier, minkBilin, minkBilin_apply, minkowskiFourier_eq_fourierIntegral, abs_sinh_le_cosh.
Used by integrable_Krep, norm_Krep_le_exp.