Topological subcategories of Action V G
#
For a concrete category V
, where the forgetful functor factors via TopCat
,
and a monoid G
, equipped with a topological space instance,
we define the full subcategory ContAction V G
of all objects of Action V G
where the induced action is continuous.
We also define a category DiscreteContAction V G
as the full subcategory of ContAction V G
,
where the underlying topological space is discrete.
Finally we define inclusion functors into Action V G
and TopCat
in terms
of HasForget₂
instances.
Equations
Equations
For HasForget₂ V TopCat
a predicate on an X : Action V G
saying that the induced action on
the underlying topological space is continuous.
Equations
- X.IsContinuous = ContinuousSMul ↑G ↑((CategoryTheory.forget₂ (Action V G) TopCat).obj X)
Instances For
For HasForget₂ V TopCat
, this is the full subcategory of Action V G
where the induced
action is continuous.
Equations
- ContAction V G = CategoryTheory.FullSubcategory Action.IsContinuous
Instances For
Equations
- ContAction.instCategory V G = CategoryTheory.FullSubcategory.category Action.IsContinuous
Equations
- ContAction.instConcreteCategory V G = CategoryTheory.FullSubcategory.concreteCategory Action.IsContinuous
Equations
- ContAction.instHasForget₂Action V G = CategoryTheory.FullSubcategory.hasForget₂ Action.IsContinuous
Equations
- ContAction.instHasForget₂ V G = CategoryTheory.HasForget₂.trans (ContAction V G) (Action V G) V
Equations
Equations
- ContAction.instCoeAction V G = { coe := fun (X : ContAction V G) => X.obj }
A predicate on an X : ContAction V G
saying that the topology on the underlying type of X
is discrete.
Equations
- X.IsDiscrete = DiscreteTopology ↑((CategoryTheory.forget₂ (ContAction V G) TopCat).obj X)
Instances For
The subcategory of ContAction V G
where the topology is discrete.
Equations
- DiscreteContAction V G = CategoryTheory.FullSubcategory ContAction.IsDiscrete
Instances For
Equations
- DiscreteContAction.instCategory V G = CategoryTheory.FullSubcategory.category ContAction.IsDiscrete
Equations
- DiscreteContAction.instConcreteCategory V G = CategoryTheory.FullSubcategory.concreteCategory ContAction.IsDiscrete
Equations
- DiscreteContAction.instHasForget₂ContAction V G = CategoryTheory.FullSubcategory.hasForget₂ ContAction.IsDiscrete
Equations
Equations
- ⋯ = ⋯