Documentation

LeanPool.NavierStokesAndEuler.Euler.Foundations.WeightedConvolution

Weighted Convolution #

theorem EulerWeightedConvolution.triangular_sum_le_product (N : ) (a b : ) (ha : ∀ (n : ), 0 a n) (hb : ∀ (n : ), 0 b n) :
nFinset.range (N + 1), lFinset.range n, a (l + 1) * b (n - l) (∑ lFinset.range (N + 1), a l) * jFinset.range (N + 1), b j
theorem EulerWeightedConvolution.external_commutator_term (ρ : ) ( : 0 < ρ) (j l : ) (hl : 1 l) (a b : ) (ha : 0 a) (hb : 0 b) :
EulerPacketWeights.weight ρ (j + l) * ((j + l).choose l) * a * b ρ⁻¹ * (EulerPacketWeights.weight ρ l * a) * (↑(j + 1) * EulerPacketWeights.weight ρ (j + 1) * b)
theorem EulerWeightedConvolution.external_commutator_sum (ρ : ) ( : 0 < ρ) (N : ) (a b : ) (ha : ∀ (n : ), 0 a n) (hb : ∀ (n : ), 0 b n) :
nFinset.range (N + 1), lFinset.range n, EulerPacketWeights.weight ρ n * (n.choose (l + 1)) * a (l + 1) * b (n - l) (ρ⁻¹ * lFinset.range (N + 1), EulerPacketWeights.weight ρ l * a l) * jFinset.range (N + 1), j * EulerPacketWeights.weight ρ j * b j

The full truncated external-commutator convolution has a constant independent of the cutoff.

theorem EulerWeightedConvolution.shifted_triangular_sum_le_product (N : ) (a b : ) (ha : ∀ (n : ), 0 a n) (hb : ∀ (n : ), 0 b n) :
nFinset.range N, lFinset.range (n + 1), a l * b (n - l + 1) (2 * lFinset.range (N + 1), a l) * jFinset.range (N + 1), b j
theorem EulerWeightedConvolution.shifted_source_term (ρ : ) ( : 0 < ρ) (j l : ) (a b : ) (ha : 0 a) (hb : 0 b) :
↑(j + l + 1) * EulerPacketWeights.weight ρ (j + l + 1) * ((j + l).choose l) * a * b EulerPacketWeights.weight ρ l * a * (↑(j + 1) * EulerPacketWeights.weight ρ (j + 1) * b)
theorem EulerWeightedConvolution.shifted_source_sum (ρ : ) ( : 0 < ρ) (N : ) (a b : ) (ha : ∀ (n : ), 0 a n) (hb : ∀ (n : ), 0 b n) :
nFinset.range N, lFinset.range (n + 1), ↑(n + 1) * EulerPacketWeights.weight ρ (n + 1) * (n.choose l) * a l * b (n - l + 1) (2 * lFinset.range (N + 1), EulerPacketWeights.weight ρ l * a l) * jFinset.range (N + 1), j * EulerPacketWeights.weight ρ j * b j

The pressure-source derivative shift sums with a cutoff-independent constant.