theorem Th102:
  ex x,y,z st x<>y & y<>z & z<>x
proof
  consider x,y,z such that
A1: not x,y // x,z by Def1;
  take x,y,z;
  thus thesis by A1,Def1,Th1,Th3;
end;
