theorem Th67:
  r <=' s & s <=' t implies r <=' t
proof
  given x such that
A1: s = r+x;
  given y such that
A2: t = s+y;
  take x+y;
  thus thesis by A1,A2,Th51;
end;
