Theorems · Theorem · general topology
continuous_prod_of_continuous_lipschitzWith
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : PseudoEMetricSpace α] [inst_1 : TopologicalSpace β]
[inst_2 : PseudoEMetricSpace γ] (f : α × β → γ) (K : NNReal),
(∀ (a : α), Continuous fun y => f (a, y)) → (∀ (b : β), LipschitzWith K fun x => f (x, b)) → Continuous fConsider a function f : α × β → γ. Suppose that it is continuous on each “vertical section”
{a} × univ, a : α, and is Lipschitz continuous on each “horizontal section”
univ × {b}, b : β with the same Lipschitz constant K. Then it is continuous.
The actual statement uses (Lipschitz) continuity of fun y ↦ f (a, y) and fun x ↦ f (x, b)
instead of continuity of f on subsets of the product space.
- Defined in
- Mathlib.Topology.EMetricSpace.Lipschitz
- Cited by
- 1 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- NNRealstatement and proof · cited by 4,310
- Set.univproof · cited by 3,945
- Continuousstatement and proof · cited by 2,592
- PseudoEMetricSpacestatement and proof · cited by 1,536
- LipschitzWithstatement and proof · cited by 316
- dense_univproof · cited by 12
- continuous_prod_of_dense_continuous_lipschitzWithproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- continuous_prod_of_continuous_lipschitzWith'proof · cited by 1