theorem
  (X+p) (o) Y = (X (o) Y)+p
proof
  thus (X+p) (o) Y = ((X (+) Y)+p) (-) Y by Th15
    .= (X (o) Y)+p by Th14;
end;
