Documentation

EuclideanGeometry.Foundation.Axiom.Triangle.IsocelesTriangle

Equations
Instances For
    theorem EuclidGeom.is_isoceles_tri_iff_ang_eq_ang_of_nd_tri {P : Type u_1} [EuclidGeom.EuclideanPlane P] (tri_nd : EuclidGeom.TriangleND P) :
    EuclidGeom.Triangle.IsIsoceles tri_nd tri_nd.angle₂.value = tri_nd.angle₃.value
    Equations
    Instances For
      theorem EuclidGeom.regular_tri_iff_eq_angle_of_nd_tri {P : Type u_1} [EuclidGeom.EuclideanPlane P] (tri_nd : EuclidGeom.TriangleND P) :
      EuclidGeom.Triangle.IsRegular tri_nd tri_nd.angle₁.value = tri_nd.angle₂.value tri_nd.angle₁.value = tri_nd.angle₃.value
      theorem EuclidGeom.ang_eq_sixty_deg_of_cclock_regular_tri {P : Type u_1} [EuclidGeom.EuclideanPlane P] (tri_nd : EuclidGeom.TriangleND P) (cclock : tri_nd.is_cclock) (h : EuclidGeom.Triangle.IsRegular tri_nd) :
      tri_nd.angle₁.value = ∠[Real.pi / 3] tri_nd.angle₂.value = ∠[Real.pi / 3] tri_nd.angle₃.value = ∠[Real.pi / 3]
      theorem EuclidGeom.ang_eq_sixty_deg_of_acclock_regular_tri {P : Type u_1} [EuclidGeom.EuclideanPlane P] (tri_nd : EuclidGeom.TriangleND P) (acclock : ¬tri_nd.is_cclock) (h : EuclidGeom.Triangle.IsRegular tri_nd) :
      tri_nd.angle₁.value = ∠[-Real.pi / 3] tri_nd.angle₂.value = ∠[-Real.pi / 3] tri_nd.angle₃.value = ∠[-Real.pi / 3]
      theorem EuclidGeom.regular_tri_of_isoceles_tri_of_fst_ang_eq_sixty_deg {P : Type u_1} [EuclidGeom.EuclideanPlane P] (tri_nd : EuclidGeom.TriangleND P) (h : tri_nd.angle₁.value = ∠[Real.pi / 3] tri_nd.angle₁.value = ∠[-Real.pi / 3]) (h1 : EuclidGeom.Triangle.IsIsoceles tri_nd) :
      theorem EuclidGeom.regular_tri_of_isoceles_tri_of_snd_ang_eq_sixty_deg {P : Type u_1} [EuclidGeom.EuclideanPlane P] (tri_nd : EuclidGeom.TriangleND P) (h : tri_nd.angle₂.value = ∠[Real.pi / 3] tri_nd.angle₂.value = ∠[-Real.pi / 3]) (h1 : EuclidGeom.Triangle.IsIsoceles tri_nd) :
      theorem EuclidGeom.regular_tri_of_isoceles_tri_of_trd_ang_eq_sixty_deg {P : Type u_1} [EuclidGeom.EuclideanPlane P] (tri_nd : EuclidGeom.TriangleND P) (h : tri_nd.angle₃.value = ∠[Real.pi / 3] tri_nd.angle₃.value = ∠[-Real.pi / 3]) (h1 : EuclidGeom.Triangle.IsIsoceles tri_nd) :