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