Mathlib Map

Theorems · Theorem · general topology

union_mem_nhdsSet

∀ {X : Type u_2} [inst : TopologicalSpace X] {s₁ s₂ t₁ t₂ : Set X},
  s₁ ∈ nhdsSet t₁ → s₂ ∈ nhdsSet t₂ → s₁ ∪ s₂ ∈ nhdsSet (t₁ ∪ t₂)
Defined in
Mathlib.Topology.NhdsSet
Cited by
1 results in Mathlib
Foundations
Depth 52 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.

Cites6

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

Cited by1

Results whose statement or proof uses this declaration.