theorem
  X (-) (Y (+) Z) = (X (-) Z) (-) Y
proof
  X (-) (Y (+) Z) = X (-) (Z (+) Y) by Th12
    .=X (-) Z (-) Y by Th23;
  hence thesis;
end;
