let n be Element of NAT ; :: thesis: iter {} ,n = {}
defpred S1[ Element of NAT ] means iter {} ,$1 = {} ;
A1: for k being Element of NAT st S1[k] holds
S1[k + 1]
proof
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
assume iter {} ,k = {} ; :: thesis: S1[k + 1]
thus iter {} ,(k + 1) = (iter {} ,k) * {} by Th71
.= {} ; :: thesis: verum
end;
iter {} ,0 = id ((dom {} ) \/ (rng {} )) by Th70
.= {} ;
then A2: S1[ 0 ] ;
for k being Element of NAT holds S1[k] from NAT_1:sch 1(A2, A1);
hence iter {} ,n = {} ; :: thesis: verum