Documentation

Atlas.IntroductionToPartialDifferentialEquations.code.CM6.HeatSymmetryEnergy

theorem CM6.heat_translation_invariance {n : } (D A t₀ : ) (x₀ : Fin n) (u_t Δu : (Fin n)) (hpde : ∀ (t : ) (x : Fin n), u_t t x - D * Δu t x = 0) (t : ) (x : Fin n) :
A * u_t (t - t₀) (x - x₀) - D * (A * Δu (t - t₀) (x - x₀)) = 0

Translation invariance of the heat equation expressed at the level of the pointwise PDE relation: if $u_t - D \Delta u = 0$ everywhere, then for any constants $A, t_0 \in \mathbb{R}$ and $x_0 \in \mathbb{R}^n$, the analogous identity holds with $u_t, \Delta u$ evaluated at $(t - t_0, x - x_0)$ and multiplied by $A$.

noncomputable def CM6.totalThermalEnergy {n : } (u : (Fin n)) (t : ) :

The total thermal energy of $u$ at time $t$ (Definition 2.0.2): $\mathcal{T}(t) = \int_{\mathbb{R}^n} u(t, x)\, d^n x$.

Instances For