let f be Function; :: thesis: for n being Element of NAT holds iter f,n = compose (n |-> f),((dom f) \/ (rng f))
defpred S1[ Element of NAT ] means iter f,$1 = compose ($1 |-> f),((dom f) \/ (rng f));
A1: now
let n be Element of NAT ; :: thesis: ( S1[n] implies S1[n + 1] )
assume S1[n] ; :: thesis: S1[n + 1]
then iter f,(n + 1) = f * (compose (n |-> f),((dom f) \/ (rng f))) by Th73
.= compose ((n |-> f) ^ <*f*>),((dom f) \/ (rng f)) by Th43
.= compose ((n + 1) |-> f),((dom f) \/ (rng f)) by FINSEQ_2:74 ;
hence S1[n + 1] ; :: thesis: verum
end;
iter f,0 = id ((dom f) \/ (rng f)) by Th70
.= compose {} ,((dom f) \/ (rng f)) by Th41
.= compose (0 |-> f),((dom f) \/ (rng f)) ;
then A2: S1[ 0 ] ;
thus for n being Element of NAT holds S1[n] from NAT_1:sch 1(A2, A1); :: thesis: verum