theorem Th43:
  a<>b implies ex c,d st parallelogram a,b,c,d
proof
  assume a<>b;
  then consider c such that
A1: not a,b,c are_collinear by Th14;
  ex d st parallelogram a,b,c,d by A1,Th34;
  hence thesis;
end;
