set MG = MycielskianSeq G;
defpred S2[ Nat] means (MycielskianSeq G) . G is with_finite_clique# ;
consider myc being Function such that
A1: MycielskianSeq G = myc and
A2: myc . 0 = G and
A3: for k being Nat
for G being SimpleGraph st G = myc . k holds
myc . (k + 1) = Mycielskian G by Def26;
A4: S2[ 0 ] by A1, A2;
A5: for k being Nat st S2[k] holds
S2[k + 1]
proof
let k be Nat; :: thesis: ( S2[k] implies S2[k + 1] )
assume S2[k] ; :: thesis: S2[k + 1]
then reconsider H = (MycielskianSeq G) . k as with_finite_clique# SimpleGraph ;
(MycielskianSeq G) . (k + 1) = Mycielskian H by A1, A3;
hence S2[k + 1] ; :: thesis: verum
end;
for k being Nat holds S2[k] from NAT_1:sch 2(A4, A5);
hence (MycielskianSeq G) . n is with_finite_clique# ; :: thesis: verum