Documentation

Mathlib.Topology.Algebra.SeparationQuotient.Basic

Algebraic operations on SeparationQuotient #

In this file we define algebraic operations (multiplication, addition etc) on the separation quotient of a topological space with corresponding operation, provided that the original operation is continuous.

We also prove continuity of these operations and show that they satisfy the same kind of laws (Monoid etc) as the original ones.

Finally, we construct a section of the quotient map which is a continuous linear map SeparationQuotient E →L[K] E.

Equations
Equations
@[simp]
@[simp]
Equations
Equations
@[simp]
theorem SeparationQuotient.mkAddMonoidHom_apply {M : Type u_1} [TopologicalSpace M] [AddZeroClass M] [ContinuousAdd M] (a✝ : M) :
SeparationQuotient.mkAddMonoidHom a✝ = SeparationQuotient.mk a✝
@[simp]
theorem SeparationQuotient.mkMonoidHom_apply {M : Type u_1} [TopologicalSpace M] [MulOneClass M] [ContinuousMul M] (a✝ : M) :
SeparationQuotient.mkMonoidHom a✝ = SeparationQuotient.mk a✝
Equations
Equations
Equations
Equations
Equations

SeparationQuotient.mk as a RingHom.

Equations
Instances For
    @[simp]
    theorem SeparationQuotient.mkRingHom_apply {R : Type u_1} [TopologicalSpace R] [NonAssocSemiring R] [TopologicalSemiring R] (a✝ : R) :
    SeparationQuotient.mkRingHom a✝ = SeparationQuotient.mk a✝

    SeparationQuotient.mk as a continuous linear map.

    Equations
    Instances For