A genuine bounded angular primitive on the full cylinder L² space.
noncomputable def
EulerCylinderAnglePrimitive.kernelCurve
(P : ℝ)
[Fact (0 < P)]
(u : ↥(EulerLiftedGradientSpace.LiftL2 P))
(s : ℝ)
:
Kernel curve, given by s • translation P (angleShift P s) u.
Equations
Instances For
theorem
EulerCylinderAnglePrimitive.kernelCurve_continuous
(P : ℝ)
[Fact (0 < P)]
(u : ↥(EulerLiftedGradientSpace.LiftL2 P))
:
Continuous (kernelCurve P u)
noncomputable def
EulerCylinderAnglePrimitive.kernelIntegral
(P : ℝ)
[Fact (0 < P)]
(u : ↥(EulerLiftedGradientSpace.LiftL2 P))
:
Kernel integral, given by P⁻¹ • (∫ s in (0 : ℝ)..P, kernelCurve P u s).
Equations
- EulerCylinderAnglePrimitive.kernelIntegral P u = P⁻¹ • ∫ (s : ℝ) in 0..P, EulerCylinderAnglePrimitive.kernelCurve P u s
Instances For
theorem
EulerCylinderAnglePrimitive.kernelIntegral_add
(P : ℝ)
[Fact (0 < P)]
(u v : ↥(EulerLiftedGradientSpace.LiftL2 P))
:
theorem
EulerCylinderAnglePrimitive.kernelIntegral_smul
(P : ℝ)
[Fact (0 < P)]
(r : ℝ)
(u : ↥(EulerLiftedGradientSpace.LiftL2 P))
:
theorem
EulerCylinderAnglePrimitive.kernelIntegral_norm
(P : ℝ)
[Fact (0 < P)]
(u : ↥(EulerLiftedGradientSpace.LiftL2 P))
:
Primitive linear, bundling toFun, map_add, map_smul.
Equations
- EulerCylinderAnglePrimitive.primitiveLinear P = { toFun := EulerCylinderAnglePrimitive.kernelIntegral P, map_add' := ⋯, map_smul' := ⋯ }
Instances For
Primitive, given by (primitiveLinear P).mkContinuous P (kernelIntegral_norm P).
Equations
Instances For
@[simp]
theorem
EulerCylinderAnglePrimitive.primitive_apply
(P : ℝ)
[Fact (0 < P)]
(u : ↥(EulerLiftedGradientSpace.LiftL2 P))
:
theorem
EulerCylinderAnglePrimitive.primitive_translation
(P : ℝ)
[Fact (0 < P)]
(a : EulerLiftedGradientSpace.LiftDomain P)
(u : ↥(EulerLiftedGradientSpace.LiftL2 P))
:
(primitive P) ((EulerLiftedGradientSpace.translation P a) u) = (EulerLiftedGradientSpace.translation P a) ((primitive P) u)
The actual angular operator commutes with all spatial and angular translations.
This same operator acts on every genuine Sobolev derivative coordinate.