Translation Operator on L²(ℝ) #
Defines the additive translation operator S_t φ(u) = φ(u - t) on L²(ℝ), the additive
analogue of the dilation operator U_a via logarithmic coordinates. Proves measure
preservation, L² norm invariance, and axiomatizes strong continuity of translations.
Reference: lamportform.tex, Section 2.
The translation operator #
The translation operator S_t on functions ℝ → ℂ, defined by
(S_t φ)(u) = φ(u - t).
Reference: lamportform.tex, Section 2: additive translation on log coordinates.
Equations
- ConnesLean.translationOp t φ u = φ (u - t)
Instances For
Translation by 0 is the identity.
Translation is additive: S_s ∘ S_t = S_{s+t}.
Dilation on RPos conjugates to translation on ℝ via exp:
(U_{exp(t)} g)(exp(u)) = (S_t (g ∘ exp))(u).
This is the key bridge between the multiplicative setup (Stage 1) and the additive setup (Stage 2).
L² properties of the translation operator #
Translation by t preserves Lebesgue measure on ℝ.
Strong continuity of translations in L² #
Axiom (Strong continuity of translations in L²):
For measurable φ with finite L² norm, the map t ↦ ∫ ‖φ(u) − φ(u−t)‖² du
is continuous.
This is a standard result: the translation group {S_t}_{t ∈ ℝ} is
strongly continuous on L²(ℝ) (Engel-Nagel, Thm I.5.8).
Why axiom: Mathlib does not currently provide strong continuity of the translation group on Lp spaces. The proof requires density of continuous compactly supported functions in L² plus uniform continuity, or dominated convergence — both paths need unformalized infrastructure.
Soundness: All preconditions (measurability, finite L² norm) are standard analytic hypotheses matching Engel-Nagel Thm I.5.8. No structure parameters.
Reference: Engel-Nagel, One-Parameter Semigroups, Theorem I.5.8.