Theorems · Theorem · general topology
continuousOn_prod_of_continuousOn_lipschitzOnWith
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : PseudoEMetricSpace α] [inst_1 : TopologicalSpace β]
[inst_2 : PseudoEMetricSpace γ] (f : α × β → γ) {s : Set α} {t : Set β} (K : NNReal),
(∀ a ∈ s, ContinuousOn (fun y => f (a, y)) t) →
(∀ b ∈ t, LipschitzOnWith K (fun x => f (x, b)) s) → ContinuousOn f (s ×ˢ t)Consider a function f : α × β → γ. Suppose that it is continuous on each “vertical fiber”
{a} × t, a ∈ s, and is Lipschitz continuous on each “horizontal fiber” s × {b}, b ∈ t
with the same Lipschitz constant K. Then it is continuous on s × t.
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
- 6 results in Mathlib
- Foundations
- Depth 150 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- TopologicalSpacestatement and proof · cited by 24,529
- NNRealstatement and proof · cited by 4,310
- SProd.sprodstatement · cited by 1,750
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ContinuousOnstatement and proof · cited by 1,411
- subset_closureproof · cited by 309
- Set.Subset.rflproof · cited by 255
- LipschitzOnWithstatement and proof · cited by 164
- continuousOn_prod_of_subset_closure_continuousOn_lipschitzOnWithproof · cited by 3
Cited by6
Results whose statement or proof uses this declaration.
- continuousOn_prod_of_continuousOn_lipschitzOnWith'proof · cited by 2
- continuousOn_cfc_nnreal_setProdproof · cited by 1
- continuousOn_cfc_setProdproof · cited by 1
- continuousOn_cfcₙ_nnreal_setProdproof · cited by 1
- continuousOn_cfcₙ_setProdproof · cited by 1