The category of seminormed groups #
We define SemiNormedGrp
, the category of seminormed groups and normed group homs between
them, as well as SemiNormedGrp₁
, the subcategory of norm non-increasing morphisms.
The category of seminormed abelian groups and bounded group homomorphisms.
- carrier : Type u
The underlying seminormed abelian group.
- str : SeminormedAddCommGroup self.carrier
Instances For
Construct a bundled SemiNormedGrp
from the underlying type and typeclass.
Equations
Instances For
The type of morphisms in SemiNormedGrp
- hom' : NormedAddGroupHom M.carrier N.carrier
The underlying
NormedAddGroupHom
.
Instances For
Equations
Turn a morphism in SemiNormedGrp
back into a NormedAddGroupHom
.
Equations
Instances For
Typecheck a NormedAddGroupHom
as a morphism in SemiNormedGrp
.
Equations
Instances For
Use the ConcreteCategory.hom
projection for @[simps]
lemmas.
Equations
Instances For
The results below duplicate the ConcreteCategory
simp lemmas, but we can keep them for dsimp
.
SemiNormedGrp₁
is a type synonym for SemiNormedGrp
,
which we shall equip with the category structure consisting only of the norm non-increasing maps.
- carrier : Type u
The underlying seminormed abelian group.
- str : SeminormedAddCommGroup self.carrier
Instances For
Construct a bundled SemiNormedGrp₁
from the underlying type and typeclass.
Equations
Instances For
The type of morphisms in SemiNormedGrp₁
- hom' : NormedAddGroupHom M.carrier N.carrier
The underlying
NormedAddGroupHom
. - normNoninc : self.hom'.NormNoninc
Instances For
Equations
Equations
Equations
Turn a morphism in SemiNormedGrp₁
back into a norm-nonincreasing NormedAddGroupHom
.
Equations
Instances For
Promote a NormedAddGroupHom
to a morphism in SemiNormedGrp₁
.
Equations
Instances For
Use the ConcreteCategory.hom
projection for @[simps]
lemmas.
Equations
Instances For
Equations
The results below duplicate the ConcreteCategory
simp lemmas, but we can keep them for dsimp
.
Equations
Promote an isomorphism in SemiNormedGrp
to an isomorphism in SemiNormedGrp₁
.