theorem
  ex B,C,D st not {A,B,C,D} is planar
proof
  set L = the LINE of S;
  consider B such that
A1: A <> B and
  B on L by Lm1;
  ex C,D st not {A,B,C,D} is planar by A1,Th47;
  hence thesis;
end;
