let x be real number ; :: thesis: for x1, x2 being Element of REAL st x = [*x1,x2*] holds
( x2 = 0 & x = x1 )

let x1, x2 be Element of REAL ; :: thesis: ( x = [*x1,x2*] implies ( x2 = 0 & x = x1 ) )
assume A1: x = [*x1,x2*] ; :: thesis: ( x2 = 0 & x = x1 )
A2: x in REAL by XREAL_0:def 1;
hereby :: thesis: x = x1 end;
hence x = x1 by A1, ARYTM_0:def 7; :: thesis: verum