:: Some Elementary Notions of the Theory of Petri Nets :: by Waldemar Korczy\'nski :: :: Received August 10, 1990 :: Copyright (c) 1990-2021 Association of Mizar Users
:: A Petri net is defined as a triple of the form
:: N = carrier, carrier', Flow
:: with carrier and carrier' being disjoint sets and
:: Flow c= carrier' x carrier U carrier x carrier'
:: It is allowed that both sets carrier and carrier' are empty.
:: A Petri net is here described as a predicate defined in the set
:: on the mode PT_net_Str.
:: This lemma is of rather "technical" nature. It allows a definition
:: of a "subtype" of the type PT_net_Str. see the following definition of the
:: type Pnet.
:: This lemma is of rather "technical" character. It will be used in the
:: proof of the correctness of a definition of a function bellow. See
:: the definition of the functions Enter and Exit.
:: N = carrier, carrier', Flow
:: with carrier and carrier' being disjoint sets and
:: Flow c= carrier' x carrier U carrier x carrier'
:: It is allowed that both sets carrier and carrier' are empty.
:: A Petri net is here described as a predicate defined in the set
:: on the mode PT_net_Str.