let x, y, z, t be Surreal; comp ({z},x,y,{t}) = {(((z * y) + (x * t)) - (z * t))}
A1:
comp ({z},x,y,{t}) c= {(((z * y) + (x * t)) - (z * t))}
( z in {z} & t in {t} )
by TARSKI:def 1;
then
((z * y) + (x * t)) - (z * t) in comp ({z},x,y,{t})
by Def15;
hence
comp ({z},x,y,{t}) = {(((z * y) + (x * t)) - (z * t))}
by A1, ZFMISC_1:33; verum