Theorems · Theorem · general topology
nhdsWithin_pi_eq
∀ {ι : Type u_5} {X : ι → Type u_6} [inst : (i : ι) → TopologicalSpace (X i)] {I : Set ι},
I.Finite →
∀ (s : (i : ι) → Set (X i)) (x : (i : ι) → X i),
nhdsWithin x (I.pi s) =
(⨅ i ∈ I, Filter.comap (fun x => x i) (nhdsWithin (x i) (s i))) ⊓
⨅ i, ⨅ (_ : i ∉ I), Filter.comap (fun x => x i) (nhds (x i))- Defined in
- Mathlib.Topology.NhdsWithin
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 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.
Cites20
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- nhdsWithinstatement · cited by 1,912
- Set.Finitestatement and proof · cited by 1,814
- iInfstatement and proof · cited by 1,690
- Filter.principalproof · cited by 740
- Filter.comapstatement and proof · cited by 546
- Set.pistatement · cited by 405
- Function.evalproof · cited by 140
Cited by1
Results whose statement or proof uses this declaration.
- nhdsWithin_pi_univ_eqproof · cited by 0