Mathlib Map

Theorems · Theorem · general topology

Isometry.lipschitzWith_iff

∀ {α : Type u_3} {β : Type u_4} {γ : Type u_5} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β]
  [inst_2 : PseudoEMetricSpace γ] {f : α → β} {g : β → γ} (K : NNReal),
  Isometry g → (LipschitzWith K (g ∘ f) ↔ LipschitzWith K f)

Post-composition by an isometry does not change the Lipschitz-property of a function.

Defined in
Mathlib.Topology.MetricSpace.Isometry
Cited by
1 results in Mathlib
Foundations
Depth 149 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoEMetricSpacePseudoEMetricSpacePseudoEMetricSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.