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
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.
- NNRealstatement and proof · cited by 4,310
- PseudoMetricSpacestatement and proof · cited by 1,550
- NNDist.nndiststatement and proof · cited by 235
- Dilationstatement · cited by 44
Cited by3
Results whose statement or proof uses this declaration.
- Dilation.mkOfDistEqproof · cited by 2
- Dilation.mk_coe_of_nndist_eqstatement · cited by 0
- Dilation.coe_mkOfNNDistEqstatement · cited by 0