theorem Th52:
  ex x st x in L
proof
  consider x1,x2 such that
A1: L = Line(x1,x2) by Th51;
  take x1;
  thus thesis by A1,EUCLID_4:9;
end;
