Theorems · Theorem · general topology
coinduced_eq_induced_of_isOpenQuotientMap_of_isInducing
∀ {A : Type u_4} {B : Type u_5} {C : Type u_6} {D : Type u_7} [inst : TopologicalSpace A] [inst_1 : TopologicalSpace B]
[inst_2 : TopologicalSpace D] (f : A → B) (g : C → D) (p : A → C) (q : B → D),
g ∘ p = q ∘ f →
Topology.IsInducing f →
Function.Surjective p →
IsOpenQuotientMap q →
Function.Injective g →
q ⁻¹' q '' Set.range f ⊆ Set.range f → TopologicalSpace.coinduced p inst = TopologicalSpace.induced g inst_2Given the following diagram with f inducing, p surjective,
q an open quotient map, and g injective. Suppose the image of A in B is stable
under the equivalence mod q, then the coinduced topology on C (from A)
coincides with the induced topology (from D).
``
A -f→ B
∣ ∣
p q
↓ ↓
C -g→ D
`
A typical application is when K ≤ H are subgroups of G, then the quotient topology on H/K
is also the subspace topology from G/K`.
- Defined in
- Mathlib.Topology.Maps.OpenQuotient
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.imagestatement and proof · cited by 5,609
- Set.preimagestatement and proof · cited by 4,946
- Set.rangestatement and proof · cited by 4,705
- IsOpenproof · cited by 2,400
- Set.extproof · cited by 2,266
- Eq.leproof · cited by 605
- Eq.geproof · cited by 375
- Topology.IsInducingstatement and proof · cited by 266
- TopologicalSpace.inducedstatement · cited by 148
- IsOpenQuotientMapstatement and proof · cited by 65
Cited by2
Results whose statement or proof uses this declaration.
- isQuotientMap_of_isOpenQuotientMap_of_isInducingproof · cited by 0
- isEmbedding_of_isOpenQuotientMap_of_isInducingproof · cited by 0