theorem
  A <> B implies Line(A,B) = Line(B,A)
proof
  assume
A1: A <> B;
  then {A,B} on Line(A,B) by Def19;
  hence thesis by A1,Def19;
end;
