Documentation

Atlas.GeometryOfManifolds.code.ParametrixOnManifold

@[reducible, inline]
abbrev ParametrixOnManifold.SmoothSection {E_model : Type u_1} [NormedAddCommGroup E_model] [NormedSpace E_model] {H : Type u_2} [TopologicalSpace H] (I : ModelWithCorners E_model H) (M : Type u_3) [TopologicalSpace M] [ChartedSpace H M] (F : Type u_4) [NormedAddCommGroup F] [NormedSpace F] (V : MType u_5) [TopologicalSpace (Bundle.TotalSpace F V)] [(x : M) → TopologicalSpace (V x)] [FiberBundle F V] [(x : M) → AddCommGroup (V x)] [(x : M) → Module (V x)] [VectorBundle F V] :
Type (max u_3 u_5)

A smooth section of a vector bundle $V \to M$ over a manifold $M$, i.e. an element of $\Gamma(V) = C^\infty(M, V)$.

Instances For
    structure ParametrixOnManifold.SobolevNormFamily {E_model : Type u_1} [NormedAddCommGroup E_model] [NormedSpace E_model] {H : Type u_2} [TopologicalSpace H] (I : ModelWithCorners E_model H) {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [CompactSpace M] (FE : Type u_4) [NormedAddCommGroup FE] [NormedSpace FE] (VE : MType u_5) [TopologicalSpace (Bundle.TotalSpace FE VE)] [(x : M) → TopologicalSpace (VE x)] [FiberBundle FE VE] [(x : M) → AddCommGroup (VE x)] [(x : M) → Module (VE x)] [VectorBundle FE VE] :
    Type (max u_3 u_5)

    A family of Sobolev norms $\|\cdot\|_{W^s}$ on smooth sections of a vector bundle over a compact manifold $M$, indexed by the regularity index $s \in \mathbb{N}$, satisfying non-negativity, monotonicity in $s$, and the triangle inequality.

    Instances For
      structure ParametrixOnManifold.IsSmoothingOnManifold {E_model : Type u_1} [NormedAddCommGroup E_model] [NormedSpace E_model] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E_model H} {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [CompactSpace M] {FE : Type u_4} [NormedAddCommGroup FE] [NormedSpace FE] {VE : MType u_5} [TopologicalSpace (Bundle.TotalSpace FE VE)] [(x : M) → TopologicalSpace (VE x)] [FiberBundle FE VE] [(x : M) → AddCommGroup (VE x)] [(x : M) → Module (VE x)] [VectorBundle FE VE] (W : SobolevNormFamily I FE VE) (S : SmoothSection I M FE VE →ₗ[] SmoothSection I M FE VE) :

      A linear operator $S$ on $\Gamma(V)$ is a smoothing operator if it improves Sobolev regularity by one degree: for every $s$, there exists $C > 0$ with $\|S\sigma\|_{W^{s+1}} \leq C \|\sigma\|_{W^s}$.

      Instances For
        structure ParametrixOnManifold.HasParametrixOnManifold {E_model : Type u_1} [NormedAddCommGroup E_model] [NormedSpace E_model] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E_model H} {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [CompactSpace M] [IsManifold I M] {FE : Type u_4} [NormedAddCommGroup FE] [NormedSpace FE] {VE : MType u_5} [TopologicalSpace (Bundle.TotalSpace FE VE)] [(x : M) → TopologicalSpace (VE x)] [FiberBundle FE VE] [(x : M) → AddCommGroup (VE x)] [(x : M) → Module (VE x)] [VectorBundle FE VE] {FF : Type u_6} [NormedAddCommGroup FF] [NormedSpace FF] {VF : MType u_7} [TopologicalSpace (Bundle.TotalSpace FF VF)] [(x : M) → TopologicalSpace (VF x)] [FiberBundle FF VF] [(x : M) → AddCommGroup (VF x)] [(x : M) → Module (VF x)] [VectorBundle FF VF] (L : SmoothSection I M FE VE →ₗ[] SmoothSection I M FF VF) :
        Type (max (max u_3 u_5) u_7)

        A linear operator $L : \Gamma(V_E) \to \Gamma(V_F)$ between sections of two vector bundles on a compact manifold $M$ has a parametrix $P : \Gamma(V_F) \to \Gamma(V_E)$ if both $P \circ L - \mathrm{id}$ and $L \circ P - \mathrm{id}$ are smoothing operators (raising Sobolev regularity $W^s \to W^{s+1}$).

        Instances For
          structure ParametrixOnManifold.IsEllipticOnManifold {E_model : Type u_1} [NormedAddCommGroup E_model] [NormedSpace E_model] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E_model H} {M : Type u_3} [TopologicalSpace M] [ChartedSpace H M] [CompactSpace M] {FE : Type u_4} [NormedAddCommGroup FE] [NormedSpace FE] {VE : MType u_5} [TopologicalSpace (Bundle.TotalSpace FE VE)] [(x : M) → TopologicalSpace (VE x)] [FiberBundle FE VE] [(x : M) → AddCommGroup (VE x)] [(x : M) → Module (VE x)] [VectorBundle FE VE] {FF : Type u_6} [NormedAddCommGroup FF] [NormedSpace FF] {VF : MType u_7} [TopologicalSpace (Bundle.TotalSpace FF VF)] [(x : M) → TopologicalSpace (VF x)] [FiberBundle FF VF] [(x : M) → AddCommGroup (VF x)] [(x : M) → Module (VF x)] [VectorBundle FF VF] (L : SmoothSection I M FE VE →ₗ[] SmoothSection I M FF VF) :
          Type (max (max (max u_1 u_3) u_4) u_6)

          A linear differential operator $L$ of order $m$ between sections of vector bundles on $M$ is elliptic if its principal symbol $\sigma_m(L)(x, \xi) : (V_E)_x \to (V_F)_x$ is a linear bijection for every $x \in M$ and every nonzero cotangent vector $\xi$, and is homogeneous of degree $m$ in $\xi$.

          Instances For