theorem Th6:
  for a,b holds a,a // b,b
proof
  let a,b;
  consider p such that
A1: a,a // b,p by Def1;
  b,p // a,a by A1,Th3;
  hence thesis by A1,Def1;
end;
