theorem
  %I(Y) '<' %O(Y)
proof
  ERl(%O(Y)) = nabla Y by Th33
    .= [:Y,Y:];
  then ERl(%I(Y)) c= ERl(%O(Y));
  hence thesis by Th20;
end;
