let x, y be Surreal; for X being set
for Inv being Function holds divs (y,x,X,Inv) is surreal-membered
let X be set ; for Inv being Function holds divs (y,x,X,Inv) is surreal-membered
let Inv be Function; divs (y,x,X,Inv) is surreal-membered
let o be object ; SURREAL0:def 16 ( not o in divs (y,x,X,Inv) or o is surreal )
assume
o in divs (y,x,X,Inv)
; o is surreal
then
ex xL being object st
( xL in X & xL <> 0_No & o = (1_No +' ((xL +' (-' x)) *' y)) *' (Inv . xL) )
by Def2;
hence
o is surreal
; verum