Theorems · Theorem · general topology
congruent_iff_dist_eq
∀ {ι : Type u_1} {P₁ : Type u_3} {P₂ : Type u_4} {v₁ : ι → P₁} {v₂ : ι → P₂} [inst : PseudoMetricSpace P₁]
[inst_1 : PseudoMetricSpace P₂], Congruent v₁ v₂ ↔ ∀ (i₁ i₂ : ι), dist (v₁ i₁) (v₁ i₂) = dist (v₂ i₁) (v₂ i₂)Congruence holds if and only if all distances are the same.
- Defined in
- Mathlib.Topology.MetricSpace.Congruence
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 149 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.
- Realstatement and proof · cited by 25,697
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- NNReal.toRealproof · cited by 1,260
- NNDist.nndistproof · cited by 235
- Congruentstatement · cited by 37
- dist_nndistproof · cited by 10
- congruent_iff_nndist_eqproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- Congruent.dist_eqproof · cited by 2
- EuclideanGeometry.triangle_congruent_iff_dist_eqproof · cited by 1
- Congruent.of_dist_eqproof · cited by 0