theorem Th48:
  x1 in L & x2 in L implies Line(x1,x2) c= L
proof
  L in line_of_REAL n;
  then ex y1,y2 being Element of REAL n st L = Line(y1,y2);
  hence thesis by EUCLID_4:10;
end;
