Theorems · Theorem · general topology
LipschitzOnWith.ediam_image2_le
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β]
[inst_2 : PseudoEMetricSpace γ] (f : α → β → γ) {K₁ K₂ : NNReal} (s : Set α) (t : Set β),
(∀ b ∈ t, LipschitzOnWith K₁ (fun x => f x b) s) →
(∀ a ∈ s, LipschitzOnWith K₂ (f a) t) →
Metric.ediam (Set.image2 f s t) ≤ ↑K₁ * Metric.ediam s + ↑K₂ * Metric.ediam t- Defined in
- Mathlib.Topology.EMetricSpace.Lipschitz
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 151 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- ENNRealstatement · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- LE.le.transproof · cited by 3,151
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealstatement · cited by 1,279
- EDist.edistproof · cited by 735
- add_le_addproof · cited by 666
- Set.image2statement and proof · cited by 311
- LipschitzOnWithstatement and proof · cited by 164
- Metric.ediamstatement and proof · cited by 159
- PseudoEMetricSpace.edist_triangleproof · cited by 24
Cited by3
Results whose statement or proof uses this declaration.
- ediam_mul_leproof · cited by 0
- LipschitzOnWith.isBounded_image2proof · cited by 0
- ediam_add_leproof · cited by 0