The actual continuous-path embedding as a bounded linear time-space map.
noncomputable def
EulerTimeLp.pathLpOperator
{E : Type u_1}
[NormedAddCommGroup E]
[NormedSpace ℝ E]
(T : ℝ)
(hT : 0 ≤ T)
:
The genuine continuous-path to Bochner L² embedding is a bounded linear map.
Equations
- EulerTimeLp.pathLpOperator T hT = { toFun := EulerTimeLp.pathLp T hT, map_add' := ⋯, map_smul' := ⋯ }.mkContinuous (↑(MeasureTheory.measureUnivNNReal (EulerTimeLp.timeMeasure T)) ^ (1 / 2)) ⋯
Instances For
theorem
EulerTimeLp.pathLpOperator_apply
{E : Type u_1}
[NormedAddCommGroup E]
[NormedSpace ℝ E]
(T : ℝ)
(hT : 0 ≤ T)
(f : C(↑(Set.Icc 0 T), E))
:
The bounded embedding is exactly the actual L² equivalence class of the path.