defpred S1[ Nat] means for f being CR_Sequence st len f = $1 holds
Product f > 0 ;
let m be CR_Sequence; :: thesis: Product m > 0
A1: ex j being Nat st len m = j ;
A2: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A3: S1[k] ; :: thesis: S1[k + 1]
now :: thesis: for f being CR_Sequence st len f = k + 1 holds
Product f > 0
let f be CR_Sequence; :: thesis: ( len f = k + 1 implies Product b1 > 0 )
assume A4: len f = k + 1 ; :: thesis: Product b1 > 0
set f1 = f | k;
per cases ( k > 0 or k = 0 ) ;
end;
end;
hence S1[k + 1] ; :: thesis: verum
end;
A8: S1[ 0 ] ;
for k being Nat holds S1[k] from NAT_1:sch 2(A8, A2);
hence Product m > 0 by A1; :: thesis: verum