let r be Real; :: thesis: ( (scf r) . 1 > 0 implies for n being Nat holds (c_d r) . n > 0 )
set s = scf r;
set s1 = c_d r;
defpred S2[ Nat] means (c_d r) . $1 > 0 ;
assume (scf r) . 1 > 0 ; :: thesis: for n being Nat holds (c_d r) . n > 0
then A1: S2[1] by Def6;
let n be Nat; :: thesis: (c_d r) . n > 0
A2: for n being Nat st S2[n] & S2[n + 1] holds
S2[n + 2]
proof
let n be Nat; :: thesis: ( S2[n] & S2[n + 1] implies S2[n + 2] )
assume A3: (c_d r) . n > 0 ; :: thesis: ( not S2[n + 1] or S2[n + 2] )
A4: (c_d r) . (n + 2) = (((scf r) . (n + 2)) * ((c_d r) . (n + 1))) + ((c_d r) . n) by Def6;
n + 2 > 1 + 0 by XREAL_1:8;
then A5: (scf r) . (n + 2) >= 0 by Th38;
assume (c_d r) . (n + 1) > 0 ; :: thesis: S2[n + 2]
hence S2[n + 2] by A5, A4, A3; :: thesis: verum
end;
A6: S2[ 0 ] by Def6;
for n being Nat holds S2[n] from FIB_NUM:sch 1(A6, A1, A2);
hence (c_d r) . n > 0 ; :: thesis: verum