:: deftheorem Def9 defines Polish-expression-hierarchy POLNOT_1:def 9 :
for P being FinSequence-membered set
for A being Function of P,NAT
for b3 being Function holds
( b3 = Polish-expression-hierarchy (P,A) iff ( dom b3 = NAT & b3 . 0 = Polish-atoms (P,A) & ( for n being Nat ex U being Subset of (P *) st
( U = b3 . n & b3 . (n + 1) = Polish-expression-layer (P,A,U) ) ) ) );