let n be Nat; :: thesis: (sequence_univers FinSETS) . n = UNIVERSE n
defpred S1[ Nat] means (sequence_univers FinSETS) . $1 = UNIVERSE $1;
A1: S1[ 0 ] by Def9, CLASSES2:65;
A2: for k being Nat st S1[k] holds
S1[k + 1]
proof end;
for k being Nat holds S1[k] from NAT_1:sch 2(A1, A2);
hence (sequence_univers FinSETS) . n = UNIVERSE n ; :: thesis: verum