theorem Th1:
  e1 <= e2 <= e3 <= e4 implies e1 <= e4
  proof
    assume e1 <= e2 <= e3;
    then e1 <= e3 by XXREAL_0:2;
    hence thesis by XXREAL_0:2;
  end;
