Theorems · Theorem · general topology
UniformOnFun.nhds_eq_of_basis
∀ {α : Type u_1} (β : Type u_2) [inst : UniformSpace β] (𝔖 : Set (Set α)) {ι : Sort u_5} {p : ι → Prop}
{V : ι → Set (β × β)},
(uniformity β).HasBasis p V →
∀ (f : UniformOnFun α β 𝔖),
nhds f =
⨅ s ∈ 𝔖,
⨅ i,
⨅ (_ : p i), Filter.principal {g | ∀ x ∈ s, ((UniformOnFun.toFun 𝔖) f x, (UniformOnFun.toFun 𝔖) g x) ∈ V i}A version of UniformOnFun.hasBasis_nhds_of_basis
with weaker conclusion and weaker assumptions.
We make no assumptions about the set 𝔖
but conclude only that the neighbourhoods filter is equal to some indexed infimum.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Equivstatement · cited by 8,337
- Filterstatement · cited by 8,121
- Set.ofPredstatement and proof · cited by 6,101
- nhdsstatement · cited by 5,554
- UniformSpacestatement and proof · cited by 2,040
- iInfstatement and proof · cited by 1,690
- uniformitystatement and proof · cited by 765
- Filter.principalstatement and proof · cited by 740
- Filter.HasBasisstatement and proof · cited by 604
- Filter.comapproof · cited by 546
Cited by2
Results whose statement or proof uses this declaration.
- UniformConvergenceCLM.nhds_zero_eq_of_basisproof · cited by 2
- UniformOnFun.nhds_eqproof · cited by 2