theorem
  X (\/) Y c= Z implies X c= Z
proof
  X c= X (\/) Y by Th14;
  hence thesis by Th13;
end;
