let f be integer-valued positive-yielding FinSequence; :: thesis: Product f >= 1
defpred S1[ set ] means for F being integer-valued positive-yielding FinSequence st F = $1 holds
Product F >= 1;
A1: S1[ <*> INT] by RVSUM_1:94;
A2: for p being FinSequence of INT
for x being Element of INT st S1[p] holds
S1[p ^ <*x*>]
proof end;
A8: for p being FinSequence of INT holds S1[p] from FINSEQ_2:sch 2(A1, A2);
f is FinSequence of INT by FINSEQ_1:104;
hence Product f >= 1 by A8; :: thesis: verum