defpred S1[ Nat] means Polish-expression-hierarchy (T,A,T) is Polish-language;
Polish-expression-hierarchy (T,A,0) = Polish-atoms (T,A) by Def9;
then A1: S1[ 0 ] ;
A2: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
set U = Polish-expression-hierarchy (T,A,k);
assume S1[k] ; :: thesis: S1[k + 1]
then reconsider U = Polish-expression-hierarchy (T,A,k) as Polish-language of T ;
Polish-expression-hierarchy (T,A,(k + 1)) = Polish-expression-layer (T,A,U) by Th23;
hence S1[k + 1] ; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A1, A2);
hence ( Polish-expression-hierarchy (T,A,n) is antichain-like & not Polish-expression-hierarchy (T,A,n) is empty ) ; :: thesis: verum