Theorems · Theorem · general topology
isClosedMap_sum
∀ {X : Type u} {Y : Type v} {Z : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y]
[inst_2 : TopologicalSpace Z] {f : X ⊕ Y → Z},
IsClosedMap f ↔ (IsClosedMap fun a => f (Sum.inl a)) ∧ IsClosedMap fun b => f (Sum.inr b)- Defined in
- Mathlib.Topology.Constructions.SumProd
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.imageproof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.extproof · cited by 2,266
- IsClosedproof · cited by 1,639
- IsClosedMapstatement and proof · cited by 138
- Topology.IsClosedEmbedding.isClosedMapproof · cited by 19
- IsClosed.unionproof · cited by 17
- IsClosedMap.compproof · cited by 6
- Topology.IsClosedEmbedding.inlproof · cited by 1
- Topology.IsClosedEmbedding.inrproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- IsClosedMap.sumMapproof · cited by 0