defpred S1[ natural number ] means a +^ a is natural ;
A1: S1[ {} ] by Th44;
A2: now
let b be natural number ; :: thesis: ( S1[b] implies S1[ succ b] )
assume S1[b] ; :: thesis: S1[ succ b]
then reconsider c = a +^ b as natural number ;
a +^ (succ b) = succ c by Th45;
hence S1[ succ b] ; :: thesis: verum
end;
thus S1[b] from ORDINAL2:sch 17(A1, A2); :: thesis: verum