defpred S1[ set ] means $1 is Ordinal;
given X being set such that A1:
for A being Ordinal holds A in X
; contradiction
consider Y being set such that
A2:
for a being set holds
( a in Y iff ( a in X & S1[a] ) )
from XBOOLE_0:sch 1();
then
for x being set holds
( x in Y iff x is Ordinal )
by A2;
hence
contradiction
by Th37; verum