theorem
 for X being set st I c= X
  holds I <= X
 proof let X be set such that
A1: I c= X;
  thus CutLastLoc I c= X by A1;
 end;
