Theorems · Theorem · general topology
UniformOnFun.uniformSpace_eq_inf_precomp_of_cover
∀ {α : Type u_1} {β : Type u_2} [inst : UniformSpace β] (𝔖 : Set (Set α)) {δ₁ : Type u_5} {δ₂ : Type u_6} (φ₁ : δ₁ → α)
(φ₂ : δ₂ → α) (𝔗₁ : Set (Set δ₁)) (𝔗₂ : Set (Set δ₂)),
Set.MapsTo (fun x => φ₁ '' x) 𝔗₁ 𝔖 →
Set.MapsTo (fun x => φ₂ '' x) 𝔗₂ 𝔖 →
Set.MapsTo (fun x => φ₁ ⁻¹' x) 𝔖 𝔗₁ →
Set.MapsTo (fun x => φ₂ ⁻¹' x) 𝔖 𝔗₂ →
(∀ S ∈ 𝔖, S ⊆ Set.range φ₁ ∪ Set.range φ₂) →
UniformOnFun.uniformSpace α β 𝔖 =
UniformSpace.comap (⇑(UniformOnFun.ofFun 𝔗₁) ∘ (fun x => x ∘ φ₁) ∘ ⇑(UniformOnFun.toFun 𝔖))
(UniformOnFun.uniformSpace δ₁ β 𝔗₁) ⊓
UniformSpace.comap (⇑(UniformOnFun.ofFun 𝔗₂) ∘ (fun x => x ∘ φ₂) ∘ ⇑(UniformOnFun.toFun 𝔖))
(UniformOnFun.uniformSpace δ₂ β 𝔗₂)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 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.
Cites34
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
- Set.Elemproof · cited by 7,166
- Set.imagestatement and proof · cited by 5,609
- Set.preimagestatement and proof · cited by 4,946
- Set.rangestatement and proof · cited by 4,705
- Set.univproof · cited by 3,945
- le_antisymmproof · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
- iInfproof · cited by 1,690
- le_rflproof · cited by 1,558
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.uniformSpace_eq_inf_precomp_of_coverproof · cited by 1