Documentation

LeanPool.NavierStokesAndEuler.Euler.FinitePathTensor

A continuous multilinear map with continuous-path values gives a genuine continuous path of tensors. Finite spatial coordinates establish continuity; the actual operator norm is preserved without a coordinate count in the bound.

Coordinates, given by ContinuousLinearMap.pi (fun w => (ContinuousLinearMap.id ℝ (E [×n]→L[ℝ] V)).flipMultilinear (fun i => Module.finBasisE (w i))).

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Reassembly, given by ((coordinates (E := E) (V := V) n).toLinearMap.leftInverse).toContinuousLinearMap.

    Equations
    Instances For

      Tensor path, bundling toFun, continuous_toFun.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        @[simp]
        theorem EulerFinitePathTensor.tensorPath_apply {K : Type u_1} {E : Type u_2} {V : Type u_3} [TopologicalSpace K] [NormedAddCommGroup E] [NormedSpace E] [FiniteDimensional E] [NormedAddCommGroup V] [NormedSpace V] [FiniteDimensional V] (n : ) (A : E n]→L[] C(K, V)) (t : K) (v : Fin nE) :
        ((tensorPath n A) t) v = (A v) t

        Tensor path linear, bundling toFun, map_add, map_smul.

        Equations
        Instances For

          Tensor path map, bundling toLinearMap, cont, 1.

          Equations
          Instances For
            @[simp]
            theorem EulerFinitePathTensor.tensorPathMap_apply {K : Type u_1} {E : Type u_2} {V : Type u_3} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup E] [NormedSpace E] [FiniteDimensional E] [NormedAddCommGroup V] [NormedSpace V] [FiniteDimensional V] (n : ) (A : E n]→L[] C(K, V)) (t : K) (v : Fin nE) :
            (((tensorPathMap n) A) t) v = (A v) t
            theorem EulerFinitePathTensor.tensorPath_iteratedFDeriv {K : Type u_1} {E : Type u_2} {V : Type u_3} [TopologicalSpace K] [CompactSpace K] [NormedAddCommGroup E] [NormedSpace E] [FiniteDimensional E] [NormedAddCommGroup V] [NormedSpace V] [FiniteDimensional V] (f : EC(K, V)) (hf : ContDiff (↑) f) (n : ) (x : E) (t : K) :
            ((tensorPathMap n) (iteratedFDeriv n f x)) t = iteratedFDeriv n (fun (y : E) => (f y) t) x