theorem Th51:
  ex x1,x2 st L = Line(x1,x2)
proof
  L in line_of_REAL n;
  then consider x1,x2 being Element of REAL n such that
A1: L = Line(x1,x2);
  take x1, x2;
  thus thesis by A1;
end;
