:: deftheorem Def8 defines initial_assignments_Seq NOMIN_7:def 8 :
for V, A being set
for loc being b1 -valued Function
for val being Function
for size being Nat st 0 < size holds
for b6 being FinSequence of PFuncs ((ND (V,A)),(ND (V,A))) holds
( b6 = initial_assignments_Seq (A,loc,val,size) iff ( len b6 = size & b6 . 1 = SC_assignment ((denaming (V,A,(val . 1))),(loc /. 1)) & ( for n being Nat st 1 <= n & n < size holds
b6 . (n + 1) = PP_composition ((b6 . n),(SC_assignment ((denaming (V,A,(val . (n + 1)))),(loc /. (n + 1))))) ) ) );