EuclideanGeometry.side_side_side
∀ {P₁ : Type u_4} {P₂ : Type u_5} [inst : MetricSpace P₁] [inst_1 : MetricSpace P₂] {a b c : P₁} {a' b' c' : P₂},
dist a b = dist a' b' → dist b c = dist b' c' → dist c a = dist c' a' → Congruent ![a, b, c] ![a', b', c']Side–Side–Side (SSS) congruence If all three corresponding sides of two triangles are equal, then the triangles are congruent. This holds even if the triangles are degenerate.
- Defined in
- Mathlib.Geometry.Euclidean.Congruence
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 153 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MetricSpaceMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement and proof · cited by 1,539
- Matrix.vecConsstatement · cited by 852
- Matrix.vecEmptystatement · cited by 832
- Fintype.elemsproof · cited by 194
- Fintype.completeproof · cited by 192
- dist_commproof · cited by 188
- dist_selfproof · cited by 116
- Congruentstatement · cited by 37
- EuclideanGeometry.triangle_congruent_iff_dist_eqproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- EuclideanGeometry.side_angle_sideproof · cited by 1