theorem Th20:
  (-x).|.(-y) = x.|.y
proof
  (-x).|.(-y) = - x.|.(-y) by Th18
    .= - ( - x .|. y ) by Th19;
  hence thesis;
end;
