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