Documentation

LeanPool.NavierStokesAndEuler.Euler.CylinderPathProduct

Actual nonlinear products of smooth continuous cylinder paths #

The existing complete H6 multiplication constructs the product. Its real mixed translation orbit is smooth because each input has a smooth H6 orbit. The output representative is the literal pointwise product at every point.

@[instance_reducible]

Cache the standard NormedAddCommGroup (F →L[ℝ] G) instance to shorten typeclass synthesis.

Equations
Instances For
    @[instance_reducible]

    Cache the standard NormedSpace ℝ (F →L[ℝ] G) instance to shorten typeclass synthesis.

    Equations
    Instances For
      @[instance_reducible]

      Cache the standard NormedAddCommGroup C(K,E) instance to shorten typeclass synthesis.

      Equations
      Instances For
        @[instance_reducible]

        Cache the standard NormedSpace ℝ C(K,E) instance to shorten typeclass synthesis.

        Equations
        Instances For
          @[instance_reducible]

          Cache the standard NormedAddCommGroup C(K,F) instance to shorten typeclass synthesis.

          Equations
          Instances For
            @[instance_reducible]

            Cache the standard NormedSpace ℝ C(K,F) instance to shorten typeclass synthesis.

            Equations
            Instances For
              @[instance_reducible]

              Cache the standard NormedAddCommGroup C(K,G) instance to shorten typeclass synthesis.

              Equations
              Instances For
                @[instance_reducible]

                Cache the standard NormedSpace ℝ C(K,G) instance to shorten typeclass synthesis.

                Equations
                Instances For
                  @[instance_reducible]

                  Cache the standard NormedAddCommGroup (C(K,F) →L[ℝ] C(K,G)) instance to shorten typeclass synthesis.

                  Equations
                  Instances For
                    @[instance_reducible]

                    Cache the standard NormedSpace ℝ (C(K,F) →L[ℝ] C(K,G)) instance to shorten typeclass synthesis.

                    Equations
                    Instances For
                      @[simp]
                      theorem EulerCylinderPathProduct.pathBilinear_apply {K : Type u_1} [TopologicalSpace K] [CompactSpace K] {E : Type u_2} {F : Type u_3} {G : Type u_4} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (B : E →L[] F →L[] G) (p : C(K, E)) (q : C(K, F)) (t : K) :
                      (((pathBilinear B) p) q) t = (B (p t)) (q t)
                      theorem EulerCylinderPathProduct.contDiff_pathBilinear {K : Type u_1} [TopologicalSpace K] [CompactSpace K] {E : Type u_2} {F : Type u_3} {G : Type u_4} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {X : Type u_5} [NormedAddCommGroup X] [NormedSpace X] (B : E →L[] F →L[] G) (f : XC(K, E)) (g : XC(K, F)) (hf : ContDiff (↑) f) (hg : ContDiff (↑) g) :
                      ContDiff fun (x : X) => ((pathBilinear B) (f x)) (g x)

                      The actual continuous L² product, constructed in the complete H6 algebra.

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