
theorem
  for L being non empty Poset, x,y,z being Element of L
  st x << y & y << z holds x << z
proof
  let L be non empty Poset, x,y,z be Element of L;
  assume x << y;
  then x <= y by Th1;
  hence thesis by Th2;
end;
