now for z being object holds
( ( not z in succRel 5 or z = [0,1] or z = [1,2] or z = [2,3] or z = [3,4] ) & ( ( z = [0,1] or z = [1,2] or z = [2,3] or z = [3,4] ) implies z in succRel 5 ) )let z be
object ;
( ( not z in succRel 5 or z = [0,1] or z = [1,2] or z = [2,3] or z = [3,4] ) & ( ( z = [0,1] or z = [1,2] or z = [2,3] or z = [3,4] ) implies z in succRel 5 ) )thus
( not
z in succRel 5 or
z = [0,1] or
z = [1,2] or
z = [2,3] or
z = [3,4] )
( ( z = [0,1] or z = [1,2] or z = [2,3] or z = [3,4] ) implies z in succRel 5 )assume A8:
(
z = [0,1] or
z = [1,2] or
z = [2,3] or
z = [3,4] )
;
z in succRel 5
( 1
= succ 0 & 1
in 5 & 2
= succ 1 & 2
in 5 & 3
= succ 2 & 3
in 5 & 4
= succ 3 & 4
in 5 )
by CARD_1:53, ENUMSET1:def 3;
hence
z in succRel 5
by A8, Th4;
verum end;
hence
succRel 5 = {[0,1],[1,2],[2,3],[3,4]}
by ENUMSET1:def 2; verum