theorem Th51:
  mi(B ^ mi C) = mi (B ^ C)
proof
  B ^ mi C = mi C ^ B & B ^ C = C ^ B by Th48;
  hence thesis by Th50;
end;
