similar_iff_exists_pairwise_nndist_eq
∀ {ι : Type u_1} {P₁ : Type u_3} {P₂ : Type u_4} {v₁ : ι → P₁} {v₂ : ι → P₂} [inst : PseudoMetricSpace P₁]
[inst_1 : PseudoMetricSpace P₂],
Similar v₁ v₂ ↔ ∃ r, r ≠ 0 ∧ Pairwise fun i₁ i₂ => nndist (v₁ i₁) (v₁ i₂) = r * nndist (v₂ i₁) (v₂ i₂)Similarity holds if and only if all non-negative distances between points with different indices are proportional.
- Defined in
- Mathlib.Topology.MetricSpace.Similarity
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 151 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Nat.cast_zeroproof · cited by 1,870
- PseudoMetricSpacestatement and proof · cited by 1,550
- ENNReal.ofNNRealproof · cited by 1,279
- Pairwisestatement and proof · cited by 516
- NNDist.nndiststatement and proof · cited by 235
- Similarstatement · cited by 49
- edist_nndistproof · cited by 38
Cited by2
Results whose statement or proof uses this declaration.
- Similar.of_exists_pairwise_nndist_eqproof · cited by 0
- Similar.exists_pairwise_nndist_eqproof · cited by 0