theorem
  id CHAIN(A) is Projection of IPP
proof
  consider o such that
A1: not o on A by PROJRED1:1;
  (id CHAIN(A)) = IncProj(A,o,A) by A1,Th10;
  hence thesis by A1,Def3;
end;
