let y be Element of X3; ( y = x `2_3 iff for x1, x2, x3, x4 being object st x = [x1,x2,x3,x4] holds
y = x3 )
thus
( y = x `3_4 implies for x1, x2, x3, x4 being object st x = [x1,x2,x3,x4] holds
y = x3 )
; ( ( for x1, x2, x3, x4 being object st x = [x1,x2,x3,x4] holds
y = x3 ) implies y = x `2_3 )
assume A8:
for x1, x2, x3, x4 being object st x = [x1,x2,x3,x4] holds
y = x3
; y = x `2_3
consider xx1 being Element of X1, xx2 being Element of X2, xx3 being Element of X3, xx4 being Element of X4 such that
A9:
x = [xx1,xx2,xx3,xx4]
by Lm3;
thus
y = x `3_4
by A8, A9; verum