:: deftheorem Def12 defines Enumeration PETRI_DF:def 1 :
for X being set
for Y being non empty set
for P being finite Subset of X
for M0 being Function of X,Y
for b5 being FinSequence of Y holds
( ( not P is empty implies ( b5 is Enumeration of M0,P iff ( len b5 = len the Enumeration of P & ( for i being Nat st i in dom b5 holds
b5 . i = M0 . ( the Enumeration of P . i) ) ) ) ) & ( P is empty implies ( b5 is Enumeration of M0,P iff b5 = <*> Y ) ) );