theorem Th30:
 LastLoc(i ';' j) = 2
proof
 thus LastLoc(i ';' j) = card(i ';' j) - 1 by AFINSQ_1:91
     .= 3 - 1 by Th12
     .= 2;
end;
