theorem
  (-x).|.(-y) = x.|.y
proof
  (-x).|.(-y) = - x.|.(-y) .= - ( - x.|.y ) by Th42;
  hence thesis;
end;
