theorem Th7:
  a,b // c,d implies b,a // d,c
proof
  assume
A1: a,b // c,d;
  a,a // c,c by Th6;
  hence thesis by A1,Def1;
end;
