Theorems · Theorem · general topology
UniformFun.gc
∀ (α : Type u_1) (β : Type u_2), GaloisConnection (fun 𝓐 => Filter.map (UniformFun.phi α β) (𝓐 ×ˢ ⊤)) fun 𝓕 => UniformFun.filter α β 𝓕
The function UniformFun.filter α β : Filter (β × β) → Filter ((α →ᵤ β) × (α →ᵤ β))
has a lower adjoint l (in the sense of GaloisConnection). The exact definition of l is not
interesting; we will only use that it exists (in UniformFun.mono and
UniformFun.iInf_eq) and that
l (Filter.map (Prod.map f f) 𝓕) = Filter.map (Prod.map ((∘) f) ((∘) f)) (l 𝓕) for each
𝓕 : Filter (γ × γ) and f : γ → α (in UniformFun.comap_eq).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Top.topstatement · cited by 9,680
- Filterstatement and proof · cited by 8,121
- SProd.sprodstatement · cited by 1,750
- Filter.mapstatement · cited by 819
- GaloisConnectionstatement · cited by 253
- Set.image_subset_iffproof · cited by 203
- UniformFunstatement and proof · cited by 106
- Filter.setsproof · cited by 56
- FilterBasis.setsproof · cited by 42
- Filter.le_generate_iffproof · cited by 7
- FilterBasis.generateproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- UniformFun.iInf_eqproof · cited by 6
- UniformFun.monoproof · cited by 2