theorem
  a\b \/ b = a \/ b
proof
  a`1 \ b`1 \/ b`1 = a`1 \/ b`1 & a`2 \ b`2 \/ b`2 = a`2 \/ b`2 by XBOOLE_1:39;
  hence thesis;
end;
