theorem
  R1 - R2 = i|->0 implies R1 = R2
proof
  assume R1 - R2 = i|->0;
  then R1 = --R2 by Th8,Th9,BINOP_2:2,FINSEQOP:74;
  hence thesis;
end;
