Theorems · Theorem · general topology
Continuous.preimage_connectedComponent
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f : α → β},
Continuous f → ∀ (y : β), f ⁻¹' connectedComponent y = ⋃ x ∈ f ⁻¹' connectedComponent y, connectedComponent xThe preimage of a connected component is the union of the connected components at the points of that preimage.
- Defined in
- Mathlib.Topology.Connected.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.preimagestatement and proof · cited by 4,946
- Set.univproof · cited by 3,945
- Continuousstatement and proof · cited by 2,592
- Set.iUnionstatement and proof · cited by 2,483
- Set.iUnion_congr_Propproof · cited by 374
- Continuous.continuousOnproof · cited by 311
- connectedComponentstatement and proof · cited by 68
- connectedComponentInproof · cited by 33
- connectedComponentIn_univproof · cited by 3
- ContinuousOn.preimage_connectedComponentInproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.