Theorems · Theorem · general topology
ContinuousMap.exists_finite_approximation_of_mem_nhds_diagonal
∀ {X : Type u_1} {V : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace V] [TotallyDisconnectedSpace X]
[T2Space X] [CompactSpace X] {S : Set (V × V)} (f : C(X, V)),
S ∈ nhdsSet (Set.diagonal V) → ∃ n g h, Continuous g ∧ ∀ (x : X), (f x, h (g x)) ∈ SFor any continuous function f : X → V, with X profinite, and S a neighbourhood of the
diagonal in V × V, the function f can be S-approximated by a function factoring through
Fin n, for some n.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- TopologicalSpacestatement and proof · cited by 24,529
- SetLike.coeproof · cited by 8,199
- Filterstatement · cited by 8,121
- Set.preimageproof · cited by 4,946
- Bot.botproof · cited by 4,720
- Set.univproof · cited by 3,945
- Continuousstatement · cited by 2,592
- ContinuousMapstatement and proof · cited by 2,491
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
Cited by2
Results whose statement or proof uses this declaration.