Theorems · Theorem · general topology
ContinuousOn.preimage_connectedComponentIn
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f : α → β} {F : Set β},
ContinuousOn f (f ⁻¹' F) →
∀ (y : β), f ⁻¹' connectedComponentIn F y = ⋃ x ∈ f ⁻¹' connectedComponentIn F y, connectedComponentIn (f ⁻¹' F) xThe preimage of a connected component of F is the union of the connected components of
f ⁻¹' F at the points of that preimage.
- Defined in
- Mathlib.Topology.Connected.Basic
- Cited by
- 2 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.
Cites16
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.preimagestatement and proof · cited by 4,946
- Set.iUnionstatement · cited by 2,483
- ContinuousOnstatement and proof · cited by 1,411
- Set.mem_preimageproof · cited by 190
- subset_antisymmproof · cited by 150
- Set.image_preimage_subsetproof · cited by 75
- Set.iUnion₂_subsetproof · cited by 48
- Set.mem_biUnionproof · cited by 37
- connectedComponentInstatement and proof · cited by 33
- connectedComponentIn_subsetproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- Topology.IsCoinducing.locallyConnectedSpaceproof · cited by 1
- Continuous.preimage_connectedComponentproof · cited by 0