Documentation

Atlas.DifferentialAnalysis.code.HeatEquation

@[reducible, inline]

The (n + 1)-dimensional spacetime ℝ^{1+n}, with the first coordinate playing the role of time and the remaining n coordinates the spatial ones.

Instances For

    The unit vector in the time direction of SpaceTime n.

    Instances For
      noncomputable def DifferentialOperators.spatialDirection (n : ) (i : Fin n) :

      The unit vector in the i-th spatial direction of SpaceTime n.

      Instances For

        The positive spatial Laplacian acting on tempered distributions on SpaceTime n: Σᵢ ∂ᵢ² summed over the spatial directions.

        Instances For

          The heat operator ∂ₜ − Δ on tempered distributions on SpaceTime n.

          Instances For

            A tempered distribution u vanishes on an open set U if it pairs to zero with every Schwartz function whose support is contained in U.

            Instances For

              The distributional support of u: the set of points without any open neighbourhood on which u vanishes (i.e., the complement of the largest open set on which u vanishes).

              Instances For

                A tempered distribution has compact distributional support iff its distributional support is a compact set.

                Instances For

                  The time coordinate (first component) of a point in SpaceTime n.

                  Instances For

                    A tempered distribution u is supported in the half-space {t ≥ c} if its distributional support lies in {x | timeCoord x ≥ c}.

                    Instances For

                      If two tempered distributions both vanish on an open set U, so does their difference.

                      The distributional support of u - v is contained in the union of the distributional supports of u and v.

                      If u is supported in {t ≥ a} and v is supported in {t ≥ b}, then u - v is supported in {t ≥ min a b}.

                      A distribution with compact distributional support is supported in some half-space {t ≥ b} (i.e. has a lower time bound).

                      The forward fundamental solution of the heat operator on SpaceTime n: a tempered distribution E such that (∂ₜ − Δ) E = δ₀ and E is supported in {t ≥ 0}.

                      Instances For

                        Defining property of the forward fundamental solution: applying the heat operator returns the Dirac delta at the origin.

                        The forward fundamental solution of the heat operator is supported in the forward time half-space {t ≥ 0}.

                        Convolution u * v of two tempered distributions, defined whenever v has compact distributional support.

                        Instances For

                          The heat operator commutes with convolution against a compactly supported distribution: (∂ₜ − Δ)(u * f) = ((∂ₜ − Δ)u) * f.

                          Convolution by the Dirac delta at the origin is the identity.

                          Time supports add under convolution: if u is supported in {t ≥ a} and f is supported in {t ≥ b}, then u * f is supported in {t ≥ a + b}.

                          Uniqueness for the homogeneous heat equation under a one-sided time support condition: if (∂ₜ − Δ) v = 0 as a tempered distribution and v is supported in some forward half-space {t ≥ T'}, then v = 0.

                          The heat operator distributes over subtraction: (∂ₜ − Δ)(u − v) = (∂ₜ − Δ)u − (∂ₜ − Δ)v.