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