theorem
  Fint(A,2) = A^i^i
proof
  thus Fint(A,2)=Fint(A,1+1) .=(Fint(A,1))^i by Def4
    .=A^i^i by Th20;
end;
