consider x being Surreal such that
A3: P1[x] by A1;
set c = Unique_No x;
A4: Unique_No x == x by SURREALO:def 10;
defpred S1[ Ordinal] means ex y being uSurreal st
( born y = $1 & P1[y] );
S1[ born (Unique_No x)] by A4, A3, A2;
then A5: ex A being Ordinal st S1[A] ;
consider A being Ordinal such that
A6: ( S1[A] & ( for B being Ordinal st S1[B] holds
A c= B ) ) from ORDINAL1:sch 1(A5);
consider s being uSurreal such that
A7: ( born s = A & P1[s] ) by A6;
take s ; :: thesis: ( P1[s] & ( for x being uSurreal st P1[x] & x <> s holds
born s in born x ) )

thus P1[s] by A7; :: thesis: for x being uSurreal st P1[x] & x <> s holds
born s in born x

let y be uSurreal; :: thesis: ( P1[y] & y <> s implies born s in born y )
assume A8: ( P1[y] & y <> s & not born s in born y ) ; :: thesis: contradiction
( born s c= born y & born y c= born s ) by A8, ORDINAL1:16, A7, A6;
then A9: born s = born y by XBOOLE_0:def 10;
not y == s by A8, SURREALO:50;
per cases then ( y < s or s < y ) ;
suppose y < s ; :: thesis: contradiction
per cases then ( ex xR being Surreal st
( xR in R_ y & y < xR & xR <= s ) or ex yL being Surreal st
( yL in L_ s & y <= yL & yL < s ) )
by SURREALO:13;
end;
end;
suppose s < y ; :: thesis: contradiction
per cases then ( ex xR being Surreal st
( xR in R_ s & s < xR & xR <= y ) or ex yL being Surreal st
( yL in L_ y & s <= yL & yL < y ) )
by SURREALO:13;
end;
end;
end;