theorem
  X \/ Y c= Z implies X c= Z
proof
  X c= X \/ Y by Th7;
  hence thesis;
end;
