Theorems · Theorem · general topology
LipschitzOnWith.dist_le_mul
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] {K : NNReal} {s : Set α}
{f : α → β}, LipschitzOnWith K f s → ∀ x ∈ s, ∀ y ∈ s, dist (f x) (f y) ≤ ↑K * dist x yAlias of the forward direction of lipschitzOnWith_iff_dist_le_mul.
- Defined in
- Mathlib.Topology.MetricSpace.Lipschitz
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 149 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Realstatement · cited by 25,697
- NNRealstatement and proof · cited by 4,310
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- NNReal.toRealstatement · cited by 1,260
- LipschitzOnWithstatement · cited by 164
- lipschitzOnWith_iff_dist_le_mulproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- LipschitzOnWith.le_add_mulproof · cited by 2
- dist_le_of_approx_trajectories_ODE_of_memproof · cited by 2
- ODE.FunSpace.dist_comp_iterate_next_leproof · cited by 1
- LipschitzOnWith.extend_piproof · cited by 1
- LipschitzOnWith.cauchySeq_compproof · cited by 0