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