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

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