Theorems · Theorem · general topology
generalized_tube_lemma
∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {s : Set X},
IsCompact s →
∀ {t : Set Y},
IsCompact t → ∀ {n : Set (X × Y)}, IsOpen n → s ×ˢ t ⊆ n → ∃ u v, IsOpen u ∧ IsOpen v ∧ s ⊆ u ∧ t ⊆ v ∧ u ×ˢ v ⊆ nIf s and t are compact sets and n is an open neighborhood of s × t, then there exist
open neighborhoods u ⊇ s and v ⊇ t such that u × v ⊆ n.
See also IsCompact.nhdsSet_prod_eq.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 6 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.
Cites11
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
- Filterproof · cited by 8,121
- IsOpenstatement and proof · cited by 2,400
- SProd.sprodstatement and proof · cited by 1,750
- IsCompactstatement and proof · cited by 1,282
- Filter.HasBasis.mem_iffproof · cited by 193
- hasBasis_nhdsSetproof · cited by 20
- IsOpen.mem_nhdsSetproof · cited by 17
- Filter.HasBasis.prodproof · cited by 11
- IsCompact.nhdsSet_prod_eqproof · cited by 5
Cited by6
Results whose statement or proof uses this declaration.
- TopologicalSpace.Compacts.continuous_prodproof · cited by 2
- SeparatedNhds.of_isCompact_isCompactproof · cited by 2
- IsLocalHomeomorph.exists_lift_nhdsproof · cited by 1
- ContinuousMap.continuous_prodMk_constproof · cited by 1
- IsCompact.continuous_sSupproof · cited by 1
- FDerivMeasurableAux.isOpen_A_with_paramproof · cited by 1