Documentation

EuclideanGeometry.Foundation.Construction.Polygon.Trapezoid

theorem EuclidGeom.Trapezoid.ext {P : Type u_1} :
∀ {inst : EuclidGeom.EuclideanPlane P} (x y : EuclidGeom.Trapezoid P), x.point₁ = y.point₁x.point₂ = y.point₂x.point₃ = y.point₃x.point₄ = y.point₄x = y
theorem EuclidGeom.Trapezoid.ext_iff {P : Type u_1} :
∀ {inst : EuclidGeom.EuclideanPlane P} (x y : EuclidGeom.Trapezoid P), x = y x.point₁ = y.point₁ x.point₂ = y.point₂ x.point₃ = y.point₃ x.point₄ = y.point₄