theorem :: Winker Second Condition
  ex y, z st -(y + z) = -z
proof
  set x = the Element of G;
  take y = x _1, z = x _3;
  -(y + z) = \delta (\beta x, x) by Th53
    .= -z by Th52;
  hence thesis;
end;
