reserve x,A,B,X,X9,Y,Y9,Z,V for set;

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