Theorems · Theorem · general topology
isLocallyClosed_tfae
∀ {X : Type u_1} [inst : TopologicalSpace X] (s : Set X),
[IsLocallyClosed s, IsOpen (coborder s), ∀ x ∈ s, ∃ U ∈ nhds x, IsClosed (Subtype.val ⁻¹' s),
∀ x ∈ s, ∃ U, x ∈ U ∧ IsOpen U ∧ U ∩ closure s ⊆ s, IsOpen (Subtype.val ⁻¹' s)].TFAEA set s is locally closed if one of the equivalent conditions below hold
1. It is the intersection of some open set and some closed set.
2. The coborder (closure s \ s)ᶜ is open.
3. s is closed in some neighborhood of x for all x ∈ s.
4. Every x ∈ s has some open neighborhood U such that U ∩ closure s ⊆ s.
5. s is open in the closure of s.
- Defined in
- Mathlib.Topology.LocallyClosed
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites52
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
- Filterstatement · cited by 8,121
- Set.Elemstatement · cited by 7,166
- Set.imageproof · cited by 5,609
- nhdsstatement and proof · cited by 5,554
- Set.preimagestatement and proof · cited by 4,946
- Set.rangeproof · cited by 4,705
- Set.univproof · cited by 3,945
- LE.le.transproof · cited by 3,151
- Compl.complproof · cited by 2,925
- Set.iUnionproof · cited by 2,483
Cited by2
Results whose statement or proof uses this declaration.
- isLocallyClosed_iff_isOpen_coborderproof · cited by 1
- IsLocallyClosed.isOpen_preimage_val_closureproof · cited by 0