Mathlib Map

Theorems · Definition · general topology

Dilation.mkOfNNDistEq

{α : Type u_5} →
  {β : Type u_6} →
    [inst : PseudoMetricSpace α] →
      [inst_1 : PseudoMetricSpace β] →
        (f : α → β) → (∃ r, r ≠ 0 ∧ ∀ (x y : α), nndist (f x) (f y) = r * nndist x y) → α →ᵈ β

Alternative Dilation constructor when the distance hypothesis is over nndist

Defined in
Mathlib.Topology.MetricSpace.Dilation
Cited by
2 results in Mathlib
Foundations
Depth 148 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoMetricSpacePseudoMetricSpace

Around this declaration

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

Cites4

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

Cited by3

Results whose statement or proof uses this declaration.