Category of topological commutative rings #
We introduce the category TopCommRingCat
of topological commutative rings together with the
relevant forgetful functors to topological spaces and commutative rings.
A bundled topological commutative ring.
- α : Type u
carrier of a topological commutative ring.
- isCommRing : CommRing self.α
- isTopologicalSpace : TopologicalSpace self.α
- isTopologicalRing : TopologicalRing self.α
Instances For
Equations
- TopCommRingCat.instInhabited = { default := TopCommRingCat.mk PUnit.{?u.3 + 1} }
Equations
- TopCommRingCat.instCoeSortType = { coe := TopCommRingCat.α }
Equations
- One or more equations did not get rendered due to their size.
Construct a bundled TopCommRingCat
from the underlying type and the appropriate typeclasses.
Equations
Instances For
@[simp]
theorem
TopCommRingCat.coe_of
(X : Type u)
[CommRing X]
[TopologicalSpace X]
[TopologicalRing X]
:
(TopCommRingCat.of X).α = X
Equations
- R.forgetTopologicalSpace = R.isTopologicalSpace
instance
TopCommRingCat.forgetCommRing
(R : TopCommRingCat)
:
CommRing ((CategoryTheory.forget TopCommRingCat).obj R)
Equations
- R.forgetCommRing = R.isCommRing
Equations
- ⋯ = ⋯
Equations
- One or more equations did not get rendered due to their size.
Equations
- R.forgetToCommRingCatTopologicalSpace = R.isTopologicalSpace
The forgetful functor to TopCat
.
Equations
- One or more equations did not get rendered due to their size.
instance
TopCommRingCat.forgetToTopCatCommRing
(R : TopCommRingCat)
:
CommRing ↑((CategoryTheory.forget₂ TopCommRingCat TopCat).obj R)
Equations
- R.forgetToTopCatCommRing = R.isCommRing
Equations
- ⋯ = ⋯
instance
TopCommRingCat.instReflectsIsomorphismsTopCatForget₂ :
(CategoryTheory.forget₂ TopCommRingCat TopCat).ReflectsIsomorphisms
The forgetful functors to Type
do not reflect isomorphisms,
but the forgetful functor from TopCommRingCat
to TopCat
does.