deffunc H1( Nat) -> Element of Trivial-SigmaField REAL = {(In ($1,NAT))};
AA: for x being Element of NAT holds H1(x) in bool NAT
proof end;
consider f being SetSequence of NAT such that
A1: for d being Element of NAT holds f . d = H1(d) from FUNCT_2:sch 8(AA);
take f ; :: thesis: for n being Nat holds f . n = {n}
let n be Nat; :: thesis: f . n = {n}
reconsider n = n as Element of NAT by ORDINAL1:def 12;
f . n = H1(n) by A1;
hence f . n = {n} ; :: thesis: verum