Theorems · Theorem · general topology
Metric.uniformEquicontinuous_of_continuity_modulus
∀ {α : Type u_1} {β : Type u_2} [inst : PseudoMetricSpace α] {ι : Type u_4} [inst_1 : PseudoMetricSpace β] (b : ℝ → ℝ),
Filter.Tendsto b (nhds 0) (nhds 0) →
∀ (F : ι → β → α), (∀ (x y : β) (i : ι), dist (F i x) (F i y) ≤ b (dist x y)) → UniformEquicontinuous FFor a family of functions between (pseudo) metric spaces, a convenient way to prove uniform equicontinuity is to show that all of the functions share a common global continuity modulus.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- absproof · cited by 1,814
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- sub_zeroproof · cited by 938
- tsub_zeroproof · cited by 123
- le_abs_selfproof · cited by 113
- UniformEquicontinuousstatement · cited by 35
- abs_distproof · cited by 10
- Metric.tendsto_nhds_nhdsproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Metric.equicontinuous_of_continuity_modulusproof · cited by 0