theorem Th49:
  B c= C implies D ^ B c= D ^ C
proof
  D ^ C = C ^ D & D ^ B = B ^ D by Th48;
  hence thesis by Th46;
end;
