Documentation

Mathlib.Topology.Algebra.ContinuousAffineMap.Topology

Topology on the space of continuous affine maps #

This file defines a topology on the space of continuous affine maps between topological affine spaces. This is the coarsest topology satisfying the following two properties:

theorem ContinuousAffineMap.continuous_rng {R : Type u_1} {V : Type u_2} {W : Type u_3} {P : Type u_4} {Q : Type u_5} [NormedField R] [AddCommGroup V] [Module R V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [AddCommGroup W] [Module R W] [TopologicalSpace W] [AddTorsor W Q] [TopologicalSpace Q] [IsTopologicalAddTorsor P] [IsTopologicalAddTorsor Q] {α : Type u_6} [TopologicalSpace α] [IsTopologicalAddGroup W] {f : αP →ᴬ[R] Q} (h₁ : ∀ (p : P), Continuous fun (x : α) => (f x) p) (h₂ : Continuous fun (x : α) => (f x).contLinear) :
theorem ContinuousAffineMap.continuous_rng_iff {R : Type u_1} {V : Type u_2} {W : Type u_3} {P : Type u_4} {Q : Type u_5} [NormedField R] [AddCommGroup V] [Module R V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [AddCommGroup W] [Module R W] [TopologicalSpace W] [AddTorsor W Q] [TopologicalSpace Q] [IsTopologicalAddTorsor P] [IsTopologicalAddTorsor Q] {α : Type u_6} [TopologicalSpace α] [IsTopologicalAddGroup W] (f : αP →ᴬ[R] Q) :
Continuous f (∀ (p : P), Continuous fun (x : α) => (f x) p) Continuous fun (x : α) => (f x).contLinear
theorem ContinuousAffineMap.continuous_rng_of_exists {R : Type u_1} {V : Type u_2} {W : Type u_3} {P : Type u_4} {Q : Type u_5} [NormedField R] [AddCommGroup V] [Module R V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [AddCommGroup W] [Module R W] [TopologicalSpace W] [AddTorsor W Q] [TopologicalSpace Q] [IsTopologicalAddTorsor P] [IsTopologicalAddTorsor Q] {α : Type u_6} [TopologicalSpace α] [IsTopologicalAddGroup W] [ContinuousSMul R V] {f : αP →ᴬ[R] Q} (h₁ : ∃ (p : P), Continuous fun (x : α) => (f x) p) (h₂ : Continuous fun (x : α) => (f x).contLinear) :

The space of continuous affine maps from a topological vector space to a topological affine space is homeomorphic to the product of the codomain with the space of continuous linear maps, by taking the value of the affine map at (0 : V) and the linear part.

Equations
Instances For

    The space of continuous affine maps between topological vector spaces is isomorphic (as a topological vector space) to the product of the codomain with the space of continuous linear maps, by taking the value of the affine map at (0 : V) and the linear part.

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

      The space of continuous affine maps from a topological vector space to a topological affine space is isomorphic (as a topological affine space) to the product of the codomain with the space of continuous linear maps, by taking the value of the affine map at (0 : V) and the linear part.

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