let P be FinSequence-membered set ; for A being Function of P,NAT
for n, m being Nat holds Polish-expression-hierarchy (P,A,n) c= Polish-expression-hierarchy (P,A,(n + m))
let A be Function of P,NAT; for n, m being Nat holds Polish-expression-hierarchy (P,A,n) c= Polish-expression-hierarchy (P,A,(n + m))
let n, m be Nat; Polish-expression-hierarchy (P,A,n) c= Polish-expression-hierarchy (P,A,(n + m))
defpred S1[ Nat] means Polish-expression-hierarchy (P,A,n) c= Polish-expression-hierarchy (P,A,(n + $1));
A1:
S1[ 0 ]
;
A2:
for k being Nat st S1[k] holds
S1[k + 1]
for k being Nat holds S1[k]
from NAT_1:sch 2(A1, A2);
hence
Polish-expression-hierarchy (P,A,n) c= Polish-expression-hierarchy (P,A,(n + m))
; verum