let S be IncStruct ; :: thesis: for A, B, C being POINT of S
for P being PLANE of S holds
( {A,B,C} on P iff ( A on P & B on P & C on P ) )
let A, B, C be POINT of S; :: thesis: for P being PLANE of S holds
( {A,B,C} on P iff ( A on P & B on P & C on P ) )
let P be PLANE of S; :: thesis: ( {A,B,C} on P iff ( A on P & B on P & C on P ) )
thus
( {A,B,C} on P implies ( A on P & B on P & C on P ) )
:: thesis: ( A on P & B on P & C on P implies {A,B,C} on P )
assume A2:
( A on P & B on P & C on P )
; :: thesis: {A,B,C} on P
let D be POINT of S; :: according to INCSP_1:def 5 :: thesis: ( D in {A,B,C} implies D on P )
assume
D in {A,B,C}
; :: thesis: D on P
hence
D on P
by A2, ENUMSET1:def 1; :: thesis: verum