Mathlib Map

Theorems · Theorem · general topology

Set.Finite.isOpen_biInter

∀ {X : Type u} {α : Type u_1} [inst : TopologicalSpace X] {s : Set α} {f : α → Set X},
  s.Finite → (∀ i ∈ s, IsOpen (f i)) → IsOpen (⋂ i ∈ s, f i)
Defined in
Mathlib.Topology.Basic
Cited by
10 results in Mathlib
Foundations
Depth 80 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.

Cites9

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

Cited by10

Results whose statement or proof uses this declaration.