defpred S1[ Nat, set , set ] means $3 = R_NormSpace_of_BoundedLinearOperators (S,(modetrans $2));
A1: for n being Nat
for x being set ex y being set st S1[n,x,y]
proof
let n be Nat; :: thesis: for x being set ex y being set st S1[n,x,y]
let x be set ; :: thesis: ex y being set st S1[n,x,y]
take y = R_NormSpace_of_BoundedLinearOperators (S,(modetrans x)); :: thesis: S1[n,x,y]
thus S1[n,x,y] ; :: thesis: verum
end;
thus ex g being Function st
( dom g = NAT & g . 0 = T & ( for n being Nat holds S1[n,g . n,g . (n + 1)] ) ) from RECDEF_1:sch 1(A1); :: thesis: verum