theorem
  (-c1).|.(-c2) = c1.|.c2
proof
  (-c1).|.(-c2)=(-c1) * -(c2*') by QUATERNI:55
    .=c1 * c2*' by Th22;
  hence thesis;
end;
