let x1, x2, y1, y2 be Element of REAL ; ( [*x1,x2*] = [*y1,y2*] implies ( x1 = y1 & x2 = y2 ) )
assume A1:
[*x1,x2*] = [*y1,y2*]
; ( x1 = y1 & x2 = y2 )
per cases
( x2 = 0 or x2 <> 0 )
;
suppose
x2 <> 0
;
( x1 = y1 & x2 = y2 )then A5:
[*y1,y2*] = (
0,1)
--> (
x1,
x2)
by A1, Def5;
now not y2 = 0 assume
y2 = 0
;
contradictionthen
[*y1,y2*] = y1
by Def5;
hence
contradiction
by A5, Th8;
verum end; then
[*y1,y2*] = (
0,1)
--> (
y1,
y2)
by Def5;
hence
(
x1 = y1 &
x2 = y2 )
by A5, FUNCT_4:68;
verum end; end;