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