defpred S1[ Nat] means (MycielskianSeq G) . G is finite ;
P0: S1[ 0 ] by MSeq0;
P1: now :: thesis: for k being Nat st S1[k] holds
S1[k + 1]
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A: S1[k] ; :: thesis: S1[k + 1]
set H = (MycielskianSeq G) . k;
(MycielskianSeq G) . (k + 1) = Mycielskian ((MycielskianSeq G) . k) by MSeq1;
hence S1[k + 1] by A; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(P0, P1);
hence (MycielskianSeq G) . n is finite ; :: thesis: verum