deffunc H1( Nat) -> Element of omega = Fib (primenumber $1);
consider f being sequence of REAL such that
A1: for n being Nat holds f . n = H1(n) from SEQ_1:sch 1();
for n being Nat holds f . n < f . (n + 1)
proof
let n be Nat; :: thesis: f . n < f . (n + 1)
B3: 1 < primenumber n by INT_2:def 4;
B1: f . n = Fib (primenumber n) by A1;
B4: f . (n + 1) = Fib (primenumber (n + 1)) by A1;
n < n + 1 by NAT_1:13;
then primenumber n < primenumber (n + 1) by MOEBIUS2:21;
hence f . n < f . (n + 1) by B1, B4, B3, FIB_NUM2:46; :: thesis: verum
end;
then T1: f is increasing by SEQM_3:def 6;
for n being Nat ex fn being Nat st
( fn = f . n & fn is Fibonacci )
proof
let n be Nat; :: thesis: ex fn being Nat st
( fn = f . n & fn is Fibonacci )

f . n = Fib (primenumber n) by A1;
hence ex fn being Nat st
( fn = f . n & fn is Fibonacci ) ; :: thesis: verum
end;
then f is Fibonacci-valued ;
then reconsider f = f as Fibonacci-valued sequence of REAL ;
for i, j being Nat st i in dom f & j in dom f & i <> j holds
f . i,f . j are_coprime
proof end;
then f is with_all_coprime_terms ;
hence ex f being Fibonacci-valued sequence of REAL st
( f is increasing & f is with_all_coprime_terms ) by T1; :: thesis: verum