Theorems · Theorem · general topology
UniformOnFun.hasBasis_uniformity_of_covering_of_basis
∀ {α : Type u_1} {β : Type u_2} [inst : UniformSpace β] (𝔖 : Set (Set α)) {ι : Type u_5} {ι' : Type u_6} [Nonempty ι]
{t : ι → Set α} {p : ι' → Prop} {V : ι' → Set (β × β)},
(∀ (i : ι), t i ∈ 𝔖) →
Directed (fun x1 x2 => x1 ⊆ x2) t →
(∀ s ∈ 𝔖, ∃ i, s ⊆ t i) →
(uniformity β).HasBasis p V →
(uniformity (UniformOnFun α β 𝔖)).HasBasis (fun i => p i.2) fun i => UniformOnFun.gen 𝔖 (t i.1) (V i.2)Let t i be a nonempty directed subfamily of 𝔖
such that every s ∈ 𝔖 is included in some t i.
Let V bounded by p be a basis of entourages of β.
Then UniformOnFun.gen 𝔖 (t i) (V j) bounded by p j is a basis of entourages of α →ᵤ[𝔖] β.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpaceNonempty
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- LE.le.transproof · cited by 3,151
- Set.Nonemptyproof · cited by 2,627
- UniformSpacestatement and proof · cited by 2,040
- uniformitystatement and proof · cited by 765
- Filter.HasBasisstatement and proof · cited by 604
- DirectedOnproof · cited by 271
- Set.Subset.rflproof · cited by 255
- Directedstatement and proof · cited by 213
- UniformOnFunstatement · cited by 150
- Set.range_subset_iffproof · cited by 99
- Set.Nonempty.monoproof · cited by 88
Cited by2
Results whose statement or proof uses this declaration.
- UniformOnFun.hasAntitoneBasis_uniformityproof · cited by 2
- CompactExhaustion.hasBasis_compactConvergenceUniformityproof · cited by 0