let n be Element of NAT ; :: thesis: for p1, p2, p3 being Point of (TOP-REAL n) holds Triangle p1,p2,p3 c= closed_inside_of_triangle p1,p2,p3
let p1, p2, p3 be Point of (TOP-REAL n); :: thesis: Triangle p1,p2,p3 c= closed_inside_of_triangle p1,p2,p3
((LSeg p1,p2) \/ (LSeg p2,p3)) \/ (LSeg p3,p1) c= closed_inside_of_triangle p1,p2,p3
proof
let x be
set ;
:: according to TARSKI:def 3 :: thesis: ( not x in ((LSeg p1,p2) \/ (LSeg p2,p3)) \/ (LSeg p3,p1) or x in closed_inside_of_triangle p1,p2,p3 )
assume A1:
x in ((LSeg p1,p2) \/ (LSeg p2,p3)) \/ (LSeg p3,p1)
;
:: thesis: x in closed_inside_of_triangle p1,p2,p3
then reconsider p0 =
x as
Point of
(TOP-REAL n) ;
A2:
(
x in (LSeg p1,p2) \/ (LSeg p2,p3) or
x in LSeg p3,
p1 )
by A1, XBOOLE_0:def 3;
hence
x in closed_inside_of_triangle p1,
p2,
p3
;
:: thesis: verum
end;
hence
Triangle p1,p2,p3 c= closed_inside_of_triangle p1,p2,p3
; :: thesis: verum