Documentation

Atlas.IntroductionToPartialDifferentialEquations.code.CM1.NormsDivergence

noncomputable def VectorCalculus.ckNorm (k : ) (Ω : Set ) (f : ) :

The $C^k$ norm on $\Omega \subset \mathbb{R}$ (Definition 7.1.1): $\|f\|_{C^k(\Omega)} = \sum_{a=0}^{k} \sup_{x \in \Omega} |f^{(a)}(x)|$.

Instances For
    noncomputable def VectorCalculus.lpNorm {n : } (p : ) (Ω : Set (Fin n)) (f : (Fin n)) (μ : MeasureTheory.Measure (Fin n) := by volume_tac) :

    The $L^p$ norm of $f$ on $\Omega \subset \mathbb{R}^n$ (Definition 7.1.2): $\|f\|_{L^p(\Omega)} = \left(\int_\Omega |f(x)|^p\, d^n x\right)^{1/p}$.

    Instances For

      A vector field on $\mathbb{R}^n$ (Definition 7.2.1): an $\mathbb{R}^n$-valued function $\mathbf{F} : \mathbb{R}^n \to \mathbb{R}^n$.

      Instances For
        noncomputable def VectorCalculus.divergence {n : } (F : (Fin n)Fin n) (x : Fin n) :

        The divergence of a vector field $\mathbf{F}$ on $\mathbb{R}^n$ (Definition 7.2.2): $\nabla \cdot \mathbf{F}(x) = \sum_{i=1}^n \partial_i F^i(x)$.

        Instances For
          opaque VectorCalculus.outwardUnitNormal {n : } (Ω : Set (Fin n)) (σ : Fin n) :
          Fin n

          The (opaque) outward unit normal vector $\hat{\mathbf{N}}(\sigma)$ to the boundary $\partial \Omega$ at a point $\sigma$, used in the statement of the divergence theorem.

          The (opaque) surface measure $d\sigma$ on the boundary of $\Omega$, used in the statement of the divergence theorem.

          noncomputable def VectorCalculus.boundaryFluxIntegral {n : } (Ω : Set (Fin n)) (F : (Fin n)Fin n) :

          The boundary flux integral $\int_{\partial \Omega} \mathbf{F}(\sigma) \cdot \hat{\mathbf{N}}(\sigma)\, d\sigma$ appearing on the right-hand side of the divergence theorem.

          Instances For
            theorem VectorCalculus.divergence_theorem {n : } (Ω : Set (Fin n)) (F : (Fin n)Fin n) ( : IsOpen Ω) (hΩc : IsConnected Ω) (hF : ContDiff 1 F) :
            (x : Fin n) in Ω, divergence F x = boundaryFluxIntegral Ω F

            Divergence theorem (Theorem 7.1): for a sufficiently regular domain $\Omega$ and a $C^1$ vector field $\mathbf{F}$, $\int_\Omega \nabla \cdot \mathbf{F}\, d^n x = \int_{\partial \Omega} \mathbf{F}(\sigma) \cdot \hat{\mathbf{N}}(\sigma)\, d\sigma$.