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