theorem
  a '&' b '<' a 'or' b
proof
  a '&' b '<' a & a '<' a 'or' b by Lm1,Th38a;
  hence thesis by BVFUNC_1:15;
end;
