Mathlib Map

Theorems · Theorem · general topology

isClopen_inter_of_disjoint_cover_clopen

∀ {X : Type u} [inst : TopologicalSpace X] {s a b : Set X},
  IsClopen s → s ⊆ a ∪ b → IsOpen a → IsOpen b → Disjoint a b → IsClopen (s ∩ a)

The intersection of a disjoint covering by two open sets of a clopen set will be clopen.

Defined in
Mathlib.Topology.Clopen
Cited by
3 results in Mathlib
Foundations
Depth 63 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.

Cites14

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.