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 )
proof
assume A1: {A,B,C} on P ; :: thesis: ( A on P & B on P & C on P )
( A in {A,B,C} & B in {A,B,C} & C in {A,B,C} ) by ENUMSET1:def 1;
hence ( A on P & B on P & C on P ) by A1, Def5; :: thesis: verum
end;
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