theorem Th95:
  x1 in P & x2 in P implies Line(x1,x2) c= P
proof
  P in plane_of_REAL n;
  then
A1: ex P9 being Subset of REAL n st P = P9 & ex y1,y2,y3 being Element of
  REAL n st P9 = plane(y1,y2,y3);
  assume x1 in P & x2 in P;
  hence thesis by A1,Th85;
end;
