theorem Th3:
  a,a // b,c
proof
  b,c // a,a by Def1;
  hence thesis by Th2;
end;
