Theorems · Theorem · general topology
Uniform.exists_is_open_mem_uniformity_of_forall_mem_eq
∀ {α : Type ua} {β : Type ub} [inst : UniformSpace α] [inst_1 : TopologicalSpace β] {r : SetRel α α} {s : Set β}
{f g : β → α},
(∀ x ∈ s, ContinuousAt f x) →
(∀ x ∈ s, ContinuousAt g x) → Set.EqOn f g s → r ∈ uniformity α → ∃ t, IsOpen t ∧ s ⊆ t ∧ ∀ x ∈ t, (f x, g x) ∈ rConsider two functions f and g which coincide on a set s and are continuous there.
Then there is an open neighborhood of s on which f and g are uniformly close.
- Defined in
- Mathlib.Topology.UniformSpace.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpaceTopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Set.iUnionproof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- UniformSpacestatement and proof · cited by 2,040
- uniformitystatement and proof · cited by 765
- ContinuousAtstatement and proof · cited by 697
- Set.EqOnstatement and proof · cited by 603
- SetRelstatement and proof · cited by 581
Cited by1
Results whose statement or proof uses this declaration.
- FDerivMeasurableAux.isOpen_A_with_paramproof · cited by 1