let S be non empty satisfying_Tarski-model satisfying_Lower_Dimension_Axiom TarskiGeometryStruct ; :: thesis: for a, b, c, d, x being POINT of S st Collinear a,b,x & Collinear c,d,x & ( ( b <> x & c <> x ) or ( b <> x & d <> x ) or ( a <> x & c <> x ) or ( a <> x & d <> x ) ) holds
a,b,c,d are_coplanar

let a, b, c, d, x be POINT of S; :: thesis: ( Collinear a,b,x & Collinear c,d,x & ( ( b <> x & c <> x ) or ( b <> x & d <> x ) or ( a <> x & c <> x ) or ( a <> x & d <> x ) ) implies a,b,c,d are_coplanar )
assume that
A1: ( Collinear a,b,x & Collinear c,d,x ) and
A2: ( ( b <> x & c <> x ) or ( b <> x & d <> x ) or ( a <> x & c <> x ) or ( a <> x & d <> x ) ) ; :: thesis: a,b,c,d are_coplanar
per cases ( ( b <> x & c <> x ) or ( b <> x & d <> x ) or ( a <> x & c <> x ) or ( a <> x & d <> x ) ) by A2;
end;