defpred S1[ Nat] means (GoCross_Partial_Union (pm,k)) . $1 is Event of Borel_Sets ;
(GoCross_Seq_REAL (pm,k)) . 0 is Event of Borel_Sets by PROB_1:25;
then J1: S1[ 0 ] by Def5;
J2: for n being Nat st S1[n] holds
S1[n + 1]
proof
let n be Nat; :: thesis: ( S1[n] implies S1[n + 1] )
assume B1: S1[n] ; :: thesis: S1[n + 1]
C2: (GoCross_Seq_REAL (pm,k)) . (n + 1) is Event of Borel_Sets by PROB_1:25;
((GoCross_Partial_Union (pm,k)) . n) \/ ((GoCross_Seq_REAL (pm,k)) . (n + 1)) is Event of Borel_Sets by B1, C2, PROB_1:21;
hence S1[n + 1] by Def5; :: thesis: verum
end;
for n being Nat holds S1[n] from NAT_1:sch 2(J1, J2);
hence GoCross_Partial_Union (pm,k) is SetSequence of Borel_Sets by PROB_1:25; :: thesis: verum