Theorems · Theorem · general topology
isEmbedding_sumElim
∀ {X : Type u} {Y : Type v} {Z : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y]
[inst_2 : TopologicalSpace Z] {f : X → Z} {g : Y → Z},
Topology.IsEmbedding (Sum.elim f g) ↔
Topology.IsEmbedding f ∧
Topology.IsEmbedding g ∧
Disjoint (closure (Set.range f)) (Set.range g) ∧ Disjoint (Set.range f) (closure (Set.range g))- Defined in
- Mathlib.Topology.Constructions.SumProd
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.rangestatement and proof · cited by 4,705
- Disjointstatement and proof · cited by 2,201
- closurestatement and proof · cited by 1,254
- Set.mem_range_selfproof · cited by 328
- subset_closureproof · cited by 309
- Topology.IsEmbeddingstatement · cited by 294
- Topology.IsInducingproof · cited by 266
- Disjoint.ne_of_memproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- Topology.IsEmbedding.sumElimproof · cited by 1