let p be Prime; :: thesis: for f being FinSequence of SetPrimes st p divides Product f holds
p in rng f

defpred S1[ FinSequence of SetPrimes ] means for p being Prime st p divides Product $1 holds
p in rng $1;
A1: now
let f be FinSequence of SetPrimes ; :: thesis: for n being Element of SetPrimes st S1[f] holds
S1[f ^ <*n*>]

let n be Element of SetPrimes ; :: thesis: ( S1[f] implies S1[f ^ <*n*>] )
set f1 = f ^ <*n*>;
assume A2: S1[f] ; :: thesis: S1[f ^ <*n*>]
thus S1[f ^ <*n*>] :: thesis: verum
proof end;
end;
A8: S1[ <*> SetPrimes]
proof end;
for p being FinSequence of SetPrimes holds S1[p] from FINSEQ_2:sch 2(A8, A1);
hence for f being FinSequence of SetPrimes st p divides Product f holds
p in rng f ; :: thesis: verum