Mathlib Map

Theorems · Theorem · general topology

IsDiscrete.iUnion

∀ {X : Type u_1} [inst : TopologicalSpace X] {ι : Sort u_3} [Finite ι] {s : ι → Set X},
  (∀ (i : ι), IsDiscrete (s i)) → (∀ (i : ι), IsClosed (s i)) → IsDiscrete (⋃ i, s i)

The union of finitely many discrete closed subsets is discrete.

Defined in
Mathlib.Topology.DiscreteSubset
Cited by
3 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceFinite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.