def
Helicity.fourierCoeffVector
(u : ↥(MeasureTheory.Lp (EuclideanSpace ℝ (Fin 3)) 2 MeasureTheory.volume))
(k : Index3)
:
Fourier coefficients of a vector-valued L2 function.
Equations
Instances For
The summand for the helicity bilinear form in Fourier space.
Equations
- Helicity.helicitySummand k u_hat v_hat = (∑ i : Fin 3, u_hat i * star (Complex.I • Helicity.crossProduct (fun (j : Fin 3) => ↑(k j)) v_hat i)).re
Instances For
def
Helicity.helicityBilinear
(u v : ↥(MeasureTheory.Lp (EuclideanSpace ℝ (Fin 3)) 2 MeasureTheory.volume))
:
Continuous bilinear form associated with helicity.
Equations
- Helicity.helicityBilinear u v = ∑' (k : Index3), Helicity.helicitySummand k (Helicity.fourierCoeffVector u k) (Helicity.fourierCoeffVector v k)
Instances For
def
Helicity.helicity_functional
(u : ↥(MeasureTheory.Lp (EuclideanSpace ℝ (Fin 3)) 2 MeasureTheory.volume))
:
The concrete helicity functional.
Equations
Instances For
Fourier-Space Beltrami Wave Construction #
Equations
Instances For
def
Helicity.globalHelicity
(u : ↥(MeasureTheory.Lp (EuclideanSpace ℝ (Fin 3)) 2 MeasureTheory.volume))
:
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Helicity.cross_product_bound
(k a : Fin 3 → ℂ)
:
∑ i : Fin 3, Complex.normSq (crossProduct k a i) ≤ (∑ i : Fin 3, Complex.normSq (k i)) * ∑ i : Fin 3, Complex.normSq (a i)