let A be non empty set ; for O1, O2 being Ordinal st O1 c= O2 holds
ConsecutiveSet (A,O1) c= ConsecutiveSet (A,O2)
let O1, O2 be Ordinal; ( O1 c= O2 implies ConsecutiveSet (A,O1) c= ConsecutiveSet (A,O2) )
defpred S1[ Ordinal] means ( O1 c= $1 implies ConsecutiveSet (A,O1) c= ConsecutiveSet (A,$1) );
A1:
for O2 being Ordinal st S1[O2] holds
S1[ succ O2]
A5:
for O2 being Ordinal st O2 <> 0 & O2 is limit_ordinal & ( for O3 being Ordinal st O3 in O2 holds
S1[O3] ) holds
S1[O2]
A12:
S1[ 0 ]
;
for O2 being Ordinal holds S1[O2]
from ORDINAL2:sch 1(A12, A1, A5);
hence
( O1 c= O2 implies ConsecutiveSet (A,O1) c= ConsecutiveSet (A,O2) )
; verum