Theorems · Theorem · general topology
IsCompact.binary_compact_cover
∀ {X : Type u_1} [inst : TopologicalSpace X] [R1Space X] {K U V : Set X},
IsCompact K → IsOpen U → IsOpen V → K ⊆ U ∪ V → ∃ K₁ K₂, IsCompact K₁ ∧ IsCompact K₂ ∧ K₁ ⊆ U ∧ K₂ ⊆ V ∧ K = K₁ ∪ K₂If a compact set is covered by two open sets, then we can cover it by two compact subsets.
- Defined in
- Mathlib.Topology.Separation.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceR1Space
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- IsOpenstatement and proof · cited by 2,400
- Disjointproof · cited by 2,201
- IsCompactstatement and proof · cited by 1,282
- closureproof · cited by 1,254
- subset_closureproof · cited by 309
- isClosed_closureproof · cited by 195
- R1Spacestatement and proof · cited by 125
- Set.disjoint_iff_inter_eq_emptyproof · cited by 49
- SeparatedNhdsproof · cited by 33
- IsCompact.closureproof · cited by 25
Cited by1
Results whose statement or proof uses this declaration.
- IsCompact.finite_compact_coverproof · cited by 1