Documentation

LeanPool.NavierStokesAndEuler.Euler.AnglePrimitiveParity

The normalized angular primitive reverses joint reflection parity.

theorem EulerAngleMeanZeroPrimitive.primitive_neg {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (P : ) (f : E) :
(primitive P fun (θ : ) => -f θ) = fun (θ : ) => -primitive P f θ
theorem EulerAngleMeanZeroPrimitive.primitive_reflection {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] [CompleteSpace E] (P : ) (hP : P 0) (f : E) (hf : Continuous f) (hper : Function.Periodic f P) (hmean : (θ : ) in 0..P, f θ = 0) :
(primitive P fun (θ : ) => -f (-θ)) = fun (θ : ) => primitive P f (-θ)

Reflection of the argument contributes one minus sign to a primitive.