EuclideanGeometry.similar_of_side_angle_side
∀ {V₁ : Type u_2} {V₂ : Type u_3} {P₁ : Type u_4} {P₂ : Type u_5} [inst : NormedAddCommGroup V₁]
[inst_1 : NormedAddCommGroup V₂] [inst_2 : InnerProductSpace ℝ V₁] [inst_3 : InnerProductSpace ℝ V₂]
[inst_4 : MetricSpace P₁] [inst_5 : MetricSpace P₂] [inst_6 : NormedAddTorsor V₁ P₁] [inst_7 : NormedAddTorsor V₂ P₂]
{a b c : P₁} {a' b' c' : P₂},
¬Collinear ℝ {a, b, c} →
¬Collinear ℝ {a', b', c'} →
EuclideanGeometry.angle a b c = EuclideanGeometry.angle a' b' c' →
dist a b * dist b' c' = dist b c * dist a' b' → Similar ![a, b, c] ![a', b', c']If two triangles have proportional adjacent sides and an equal included angle, then the triangles are similar.
- Defined in
- Mathlib.Geometry.Euclidean.Similarity
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 195 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- mul_oneproof · cited by 3,885
- InnerProductSpacestatement and proof · cited by 3,523
- one_mulproof · cited by 2,841
- MulZeroClass.mul_zeroproof · cited by 2,091
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement and proof · cited by 1,539
- NormedAddTorsorstatement and proof · cited by 1,325
- le_of_ltproof · cited by 1,175
- one_ne_zeroproof · cited by 885
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.