Documentation

Mathlib.Topology.ContinuousMap.ContinuousMapZero

Continuous maps sending zero to zero #

This is the type of continuous maps from X to R such that (0 : X) ↦ (0 : R) for which we provide the scoped notation C(X, R)₀. We provide this as a dedicated type solely for the non-unital continuous functional calculus, as using various terms of type Ideal C(X, R) were overly burdensome on type class synthesis.

Of course, one could generalize to maps between pointed topological spaces, but that goes beyond the purpose of this type.

structure ContinuousMapZero (X : Type u_1) (R : Type u_2) [Zero X] [Zero R] [TopologicalSpace X] [TopologicalSpace R] extends C(X, R) :
Type (max u_1 u_2)

The type of continuous maps which map zero to zero.

Note that one should never use the structure projection ContinuousMapZero.toContinuousMap and instead favor the coercion (↑) : C(X, R)₀ → C(X, R) available from the instance of ContinuousMapClass. All the instances on C(X, R)₀ from C(X, R) passes through this coercion, not the structure projection. Of course, the two are definitionally equal, but not reducibly so.

The type of continuous maps which map zero to zero.

Note that one should never use the structure projection ContinuousMapZero.toContinuousMap and instead favor the coercion (↑) : C(X, R)₀ → C(X, R) available from the instance of ContinuousMapClass. All the instances on C(X, R)₀ from C(X, R) passes through this coercion, not the structure projection. Of course, the two are definitionally equal, but not reducibly so.

Equations
  • One or more equations did not get rendered due to their size.
Equations
theorem ContinuousMapZero.ext {X : Type u_1} {R : Type u_3} [Zero X] [Zero R] [TopologicalSpace X] [TopologicalSpace R] {f g : ContinuousMapZero X R} (h : ∀ (x : X), f x = g x) :
f = g

Composition of continuous maps which map zero to zero.

Equations
  • g.comp f = { toContinuousMap := (↑g).comp f, map_zero' := }
@[simp]
theorem ContinuousMapZero.comp_apply {X : Type u_1} {Y : Type u_2} {R : Type u_3} [Zero X] [Zero Y] [Zero R] [TopologicalSpace X] [TopologicalSpace Y] [TopologicalSpace R] (g : ContinuousMapZero Y R) (f : ContinuousMapZero X Y) (x : X) :
(g.comp f) x = g (f x)
theorem ContinuousMapZero.le_def {X : Type u_1} {R : Type u_3} [Zero X] [Zero R] [TopologicalSpace X] [TopologicalSpace R] [PartialOrder R] (f g : ContinuousMapZero X R) :
f g ∀ (x : X), f x g x
@[deprecated ContinuousMapZero.isEmbedding_toContinuousMap (since := "2024-10-26")]

Alias of ContinuousMapZero.isEmbedding_toContinuousMap.

@[deprecated ContinuousMapZero.isClosedEmbedding_toContinuousMap (since := "2024-10-20")]

Alias of ContinuousMapZero.isClosedEmbedding_toContinuousMap.

def ContinuousMapZero.id {R : Type u_3} [Zero R] [TopologicalSpace R] {s : Set R} [Zero s] (h0 : 0 = 0) :

The identity function as an element of C(s, R)₀ when 0 ∈ (s : Set R).

Equations
@[simp]
theorem ContinuousMapZero.id_toFun {R : Type u_3} [Zero R] [TopologicalSpace R] {s : Set R} [Zero s] (h0 : 0 = 0) (a✝ : s) :
(ContinuousMapZero.id h0) a✝ = a✝
Equations
@[simp]
theorem ContinuousMapZero.coe_zero {X : Type u_1} {R : Type u_2} [Zero X] [TopologicalSpace X] [TopologicalSpace R] [Zero R] :
Equations
@[simp]
Equations
@[simp]
Equations
@[simp]
theorem ContinuousMapZero.coe_smul {X : Type u_1} {R : Type u_2} [Zero X] [TopologicalSpace X] [TopologicalSpace R] {M : Type u_3} [Zero R] [SMulZeroClass M R] [ContinuousConstSMul M R] (m : M) (f : ContinuousMapZero X R) :
(m f) = m f
Equations

The coercion C(X, R)₀ → C(X, R) bundled as a non-unital star algebra homomorphism.

Equations

The coercion C(X, R)₀ → C(X, R) bundled as a continuous linear map.

Equations
def ContinuousMapZero.evalCLM {X : Type u_1} {R : Type u_2} [Zero X] [TopologicalSpace X] [TopologicalSpace R] [CommSemiring R] [TopologicalSemiring R] (𝕜 : Type u_3) [Semiring 𝕜] [Module 𝕜 R] [ContinuousConstSMul 𝕜 R] (x : X) :

The evaluation at a point, as a continuous linear map from C(X, R)₀ to R.

Equations
@[simp]
theorem ContinuousMapZero.evalCLM_apply {X : Type u_1} {R : Type u_2} [Zero X] [TopologicalSpace X] [TopologicalSpace R] [CommSemiring R] [TopologicalSemiring R] {𝕜 : Type u_3} [Semiring 𝕜] [Module 𝕜 R] [ContinuousConstSMul 𝕜 R] (x : X) (f : ContinuousMapZero X R) :
(evalCLM 𝕜 x) f = f x

Coercion to a function as an AddMonoidHom. Similar to ContinuousMap.coeFnAddMonoidHom.

Equations
@[simp]
theorem ContinuousMapZero.coe_sum {X : Type u_1} {R : Type u_2} [Zero X] [TopologicalSpace X] [TopologicalSpace R] [CommSemiring R] [TopologicalSemiring R] {ι : Type u_3} (s : Finset ι) (f : ιContinuousMapZero X R) :
(s.sum f) = is, (f i)
Equations
Equations
@[simp]
@[deprecated ContinuousMapZero.isUniformEmbedding_toContinuousMap (since := "2024-10-01")]

Alias of ContinuousMapZero.isUniformEmbedding_toContinuousMap.

@[deprecated ContinuousMapZero.isUniformEmbedding_comp (since := "2024-10-01")]
theorem ContinuousMapZero.uniformEmbedding_comp {X : Type u_1} {R : Type u_2} [Zero X] [TopologicalSpace X] [Zero R] [UniformSpace R] {Y : Type u_3} [UniformSpace Y] [Zero Y] (g : ContinuousMapZero Y R) (hg : IsUniformEmbedding g) :

Alias of ContinuousMapZero.isUniformEmbedding_comp.

The uniform equivalence C(X, R)₀ ≃ᵤ C(Y, R)₀ induced by a homeomorphism of the domains sending 0 : X to 0 : Y.

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

The functor C(·, R)₀ from topological spaces with zero (and ContinuousMapZero maps) to non-unital star algebras.

Equations

The functor C(X, ·)₀ from non-unital topological star algebras (with non-unital continuous star homomorphisms) to non-unital star algebras.

Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem ContinuousMapZero.nonUnitalStarAlgHom_postcomp_apply (X : Type u_1) {M : Type u_3} {R : Type u_4} {S : Type u_5} [Zero X] [CommSemiring M] [TopologicalSpace X] [TopologicalSpace R] [TopologicalSpace S] [CommSemiring R] [StarRing R] [TopologicalSemiring R] [ContinuousStar R] [CommSemiring S] [StarRing S] [TopologicalSemiring S] [ContinuousStar S] [Module M R] [Module M S] [ContinuousConstSMul M R] [ContinuousConstSMul M S] (φ : R →⋆ₙₐ[M] S) (hφ : Continuous φ) (f : ContinuousMapZero X R) :
(nonUnitalStarAlgHom_postcomp X φ ) f = { toFun := φ, continuous_toFun := , map_zero' := }.comp f
noncomputable instance ContinuousMapZero.instNorm {α : Type u_1} {R : Type u_3} [TopologicalSpace α] [CompactSpace α] [Zero α] [NormedAddCommGroup R] :
Equations