Theorems · Theorem · general topology
connectedComponent_prod
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] (x : α) (y : β),
connectedComponent (x, y) = connectedComponent x ×ˢ connectedComponent yThe connected component of (x, y) in the product space is the product of the connected
components of x and y.
- Defined in
- Mathlib.Topology.Connected.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 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
- SProd.sprodstatement · cited by 1,750
- subset_antisymmproof · cited by 150
- continuous_fstproof · cited by 103
- continuous_sndproof · cited by 91
- connectedComponentstatement and proof · cited by 68
- mem_connectedComponentproof · cited by 21
- isPreconnected_connectedComponentproof · cited by 12
- IsPreconnected.subset_connectedComponentproof · cited by 10
- Continuous.mapsTo_connectedComponentproof · cited by 3
- IsPreconnected.prodproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.