X-continuous maps #
Given a family X i of topological spaces, we introduce a predicate
ContinuousGeneratedBy X on maps g : Y ⟶ Z saying that
g is X-continuous, i.e. for any continuous map f : X i → Y,
the composition g ∘ f is continuous.
References #
Given a family X i of topological space, this is a predicate
on maps g : Y → Z between topological spaces saying that for any
continuous map f : X i → Y, the composition g ∘ f is continuous.
We say that g is X-continuous.
Equations
- Topology.ContinuousGeneratedBy X g = ∀ ⦃i : ι⦄ (f : C(X i, Y)), Continuous (g ∘ ⇑f)
Instances For
A X-continuous map g : Y → Z induces a continuous map
between the types Y and Z equipped with the X-generated topology.
Equations
- hg.continuousMap = { toFun := ⇑Topology.WithGeneratedByTopology.equiv.symm ∘ g ∘ ⇑Topology.WithGeneratedByTopology.equiv, continuous_toFun := ⋯ }
Instances For
The (bundled) type of X-continuous maps Y → Z.
- toFun : Y → Z
the underlying map of a
X-continuous map - prop : ContinuousGeneratedBy X self.toFun
Instances For
Equations
- Topology.instFunLikeContinuousMapGeneratedBy = { coe := fun (f : Topology.ContinuousMapGeneratedBy X Y Z) => f.toFun, coe_injective' := ⋯ }
The identity, as a X-continous map.
Equations
- Topology.ContinuousMapGeneratedBy.id = { toFun := id, prop := ⋯ }
Instances For
The composition of X-continuous maps.
Instances For
The identity WithGeneratedByTopology.equiv.symm : Y → WithGeneratedByTopology X Y
as a X-continuous map.
Equations
- Topology.WithGeneratedByTopology.equivSymmAsContinuousMapGeneratedBy X Y = { toFun := ⇑Topology.WithGeneratedByTopology.equiv.symm, prop := ⋯ }
Instances For
The identity WithGeneratedByTopology.equiv : WithGeneratedByTopology X Y → Y
as a X-continuous map.
Equations
- Topology.WithGeneratedByTopology.equivAsContinuousMapGeneratedBy X Y = { toFun := ⇑Topology.WithGeneratedByTopology.equiv, prop := ⋯ }