Theorems · Theorem · general topology
UniformOnFun.hasBasis_uniformity
∀ (α : Type u_1) (β : Type u_2) [inst : UniformSpace β] (𝔖 : Set (Set α)),
𝔖.Nonempty →
DirectedOn (fun x1 x2 => x1 ⊆ x2) 𝔖 →
(uniformity (UniformOnFun α β 𝔖)).HasBasis (fun SV => SV.1 ∈ 𝔖 ∧ SV.2 ∈ uniformity β) fun SV =>
UniformOnFun.gen 𝔖 SV.1 SV.2If 𝔖 : Set (Set α) is nonempty and directed, then the uniformity of α →ᵤ[𝔖] β admits the
family {(f, g) | ∀ x ∈ S, (f x, g x) ∈ V} for S ∈ 𝔖 and V ∈ 𝓤 β as a filter basis.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 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.
Cites11
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
- Filterstatement · cited by 8,121
- Set.Nonemptystatement and proof · cited by 2,627
- UniformSpacestatement and proof · cited by 2,040
- uniformitystatement and proof · cited by 765
- Filter.HasBasisstatement · cited by 604
- DirectedOnstatement and proof · cited by 271
- UniformOnFunstatement · cited by 150
- Filter.basis_setsproof · cited by 105
- UniformOnFun.genstatement · cited by 18
- UniformOnFun.hasBasis_uniformity_of_basisproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- UniformOnFun.isUniformEmbedding_toFun_finiteproof · cited by 2