theorem Th27:
 for k being Nat st k < LastLoc I
  holds (CutLastLoc I).k = I.k
proof
 let k be Nat;
 assume k < LastLoc I;
  then
A1: k in dom CutLastLoc I by Th26;
 thus thesis by A1,GRFUNC_1:2;
end;
