Theorems · Theorem · general topology
LipschitzWith.prodMk
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β]
[inst_2 : PseudoEMetricSpace γ] {f : α → β} {Kf : NNReal},
LipschitzWith Kf f → ∀ {g : α → γ} {Kg : NNReal}, LipschitzWith Kg g → LipschitzWith (max Kf Kg) fun x => (f x, g x)If f and g are Lipschitz functions, so is the induced map f × g to the product type.
- Defined in
- Mathlib.Topology.EMetricSpace.Lipschitz
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 148 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealproof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealproof · cited by 1,279
- EDist.edistproof · cited by 735
- LipschitzWithstatement and proof · cited by 316
- Monotone.map_maxproof · cited by 55
- max_le_maxproof · cited by 23
- ENNReal.coe_monoproof · cited by 10
- Prod.edist_eqproof · cited by 4
- max_mulproof · cited by 3
Cited by4
Results whose statement or proof uses this declaration.
- LipschitzWith.maxproof · cited by 1
- LipschitzWith.prodMk_leftproof · cited by 1
- LipschitzWith.minproof · cited by 1
- LipschitzWith.prodMk_rightproof · cited by 1