theorem Th64:
  congr a,b,a,b
proof
  now
    assume a<>b;
    then consider p,q such that
A1: parallelogram a,b,p,q by Lm1;
    parallelogram p,q,a,b by A1,Th43;
    hence thesis;
  end;
  hence thesis;
end;
