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

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