Documentation

Atlas.GeometryOfManifolds.code.EllipticParametrix

@[reducible, inline]
abbrev MultiIndex (n : ) :

A multi-index $\alpha = (\alpha_1, \ldots, \alpha_n) \in \mathbb{N}^n$ on $n$ variables.

Instances For
    def multiIndexDegree {n : } (α : MultiIndex n) :

    Total degree $|\alpha| = \sum_i \alpha_i$ of a multi-index.

    Instances For
      noncomputable def multiIndexMonomial {n : } (α : MultiIndex n) (ξ : Fin n) :

      The monomial $\xi^\alpha = \prod_i \xi_i^{\alpha_i}$ associated to multi-index $\alpha$.

      Instances For
        noncomputable def multiIndicesBounded (n k : ) :

        The finite set of multi-indices $\alpha \in \mathbb{N}^n$ with each component $\alpha_i \le k$.

        Instances For
          noncomputable def multiIndicesOfDegree (n k : ) :

          The finite set of multi-indices of total degree exactly $k$.

          Instances For
            noncomputable def multiIndicesOfDegreeLE (n k : ) :

            The finite set of multi-indices of total degree $\le k$.

            Instances For
              noncomputable def principalSymbol {n k : } {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace F] (A : MultiIndex nE →L[] F) (ξ : Fin n) :

              The principal symbol $\sigma_k(L)(\xi) = \sum_{|\alpha| = k} \xi^\alpha A_\alpha$ of a differential operator with leading-order coefficients $A_\alpha$.

              Instances For
                structure IsEllipticOperator (n : ) {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace F] (L : E →L[] F) :
                Type (max u_1 u_2)

                An elliptic linear differential operator $L: \Gamma(E) \to \Gamma(F)$ of order $k$: locally $L = \sum_{|\alpha| \le k} A_\alpha \partial^\alpha$, with bijective principal symbol $\sigma_k(L)(\xi)$ for all $\xi \ne 0$.

                Instances For
                  noncomputable def IsEllipticOperator.symbol {n : } {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace F] {L : E →L[] F} (hL : IsEllipticOperator n L) (ξ : Fin n) :

                  The principal symbol $\sigma(L)(\xi)$ of an elliptic operator $L$, evaluated at cotangent direction $\xi$.

                  Instances For
                    structure IsSmoothingOperator {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] (sobolevNorm : E) (S : E →L[] E) :

                    A smoothing operator $S$: bounded for each Sobolev norm with a one-step gain in regularity, $\|S x\|_{s+1} \le C_s \|x\|_s$.

                    • regularity_improvement (s : ) : C > 0, ∀ (x : E), sobolevNorm (s + 1) (S x) C * sobolevNorm s x
                    Instances For
                      noncomputable def principalSymbolAt {n k : } {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace F] {M : Type u_3} (A : MMultiIndex nE →L[] F) (x : M) (ξ : Fin n) :

                      Pointwise principal symbol $\sigma_k(L)(x, \xi) = \sum_{|\alpha| = k} \xi^\alpha A_\alpha(x)$ of an operator on a manifold $M$ at point $x$ and cotangent vector $\xi$.

                      Instances For
                        structure IsEllipticOperatorOnManifold (n : ) (M : Type u_1) [TopologicalSpace M] [ChartedSpace (EuclideanSpace (Fin n)) M] [CompactSpace M] [IsManifold (modelWithCornersSelf (EuclideanSpace (Fin n))) M] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace F] (L : (ME)MF) :
                        Type (max (max u_1 u_2) u_3)

                        An elliptic linear differential operator $L: \Gamma(E) \to \Gamma(F)$ on a compact manifold $M$: pointwise of order $k$ with bijective principal symbol at every $(x, \xi)$, $\xi \ne 0$.

                        Instances For
                          noncomputable def IsEllipticOperatorOnManifold.symbol {n : } {M : Type u_1} [TopologicalSpace M] [ChartedSpace (EuclideanSpace (Fin n)) M] [CompactSpace M] [IsManifold (modelWithCornersSelf (EuclideanSpace (Fin n))) M] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace F] {L : (ME)MF} (hL : IsEllipticOperatorOnManifold n M L) (x : M) (ξ : Fin n) :

                          The principal symbol of an elliptic operator on a manifold, evaluated at $(x, \xi)$.

                          Instances For