Theorems · Theorem · general topology
continuousOn_prod_of_subset_closure_continuousOn_lipschitzOnWith
∀ {α : Type u} {β : Type v} {γ : Type w} [inst : PseudoEMetricSpace α] [inst_1 : TopologicalSpace β]
[inst_2 : PseudoEMetricSpace γ] (f : α × β → γ) {s s' : Set α} {t : Set β},
s' ⊆ s →
s ⊆ closure s' →
∀ (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. Moreover, it suffices
to require continuity on vertical fibers for a from a subset s' ⊆ s that is dense in s.
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
- 3 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.
Cites42
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
- ENNRealproof · cited by 9,879
- Set.ofPredproof · cited by 6,101
- NNRealstatement and proof · cited by 4,310
- LE.le.transproof · cited by 3,151
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- nhdsWithinproof · cited by 1,912
- SProd.sprodstatement and proof · cited by 1,750
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
Cited by3
Results whose statement or proof uses this declaration.
- continuousOn_prod_of_continuousOn_lipschitzOnWithproof · cited by 6
- continuous_prod_of_dense_continuous_lipschitzWithproof · cited by 3
- continuousOn_prod_of_subset_closure_continuousOn_lipschitzOnWith'proof · cited by 0