Theorems · Theorem · general topology
congruent_iff_pairwise_edist_eq
∀ {ι : Type u_1} {P₁ : Type u_3} {P₂ : Type u_4} {v₁ : ι → P₁} {v₂ : ι → P₂} [inst : PseudoEMetricSpace P₁]
[inst_1 : PseudoEMetricSpace P₂],
Congruent v₁ v₂ ↔ Pairwise fun i₁ i₂ => edist (v₁ i₁) (v₁ i₂) = edist (v₂ i₁) (v₂ i₂)Congruence holds if and only if all extended distances between points with different indices are the same.
- Defined in
- Mathlib.Topology.MetricSpace.Congruence
- 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement · cited by 9,879
- PseudoEMetricSpacestatement and proof · cited by 1,536
- EDist.ediststatement and proof · cited by 735
- Pairwisestatement and proof · cited by 516
- PseudoEMetricSpace.edist_selfproof · cited by 50
- Congruentstatement and proof · cited by 37
Cited by2
Results whose statement or proof uses this declaration.
- Congruent.of_pairwise_edist_eqproof · cited by 0
- Congruent.pairwise_edist_eqproof · cited by 0