Theorems · Theorem · general topology
derivedSet_closure
∀ {X : Type u_1} [inst : TopologicalSpace X] [T1Space X] (A : Set X), derivedSet (closure A) = derivedSet AIn a T1Space, the derivedSet of the closure of a set is equal to the derived set of the
set itself.
Note: this doesn't hold in a space with the indiscrete topology. For example, if X is a type with
two elements, x and y, and A := {x}, then closure A = Set.univ and derivedSet A = {y},
but derivedSet Set.univ = Set.univ.
- Defined in
- Mathlib.Topology.DerivedSet
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceT1Space
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Compl.complproof · cited by 2,925
- Set.Nonemptyproof · cited by 2,627
- IsOpenproof · cited by 2,400
- le_antisymmproof · cited by 2,068
- closurestatement and proof · cited by 1,254
- Filter.principalproof · cited by 740
- subset_closureproof · cited by 309
- T1Spacestatement and proof · cited by 275
- IsOpen.interproof · cited by 98
- Set.Nonempty.some_memproof · cited by 42
Cited by1
Results whose statement or proof uses this declaration.
- isClosed_derivedSetproof · cited by 0