definition
impl_trans :: "(action, nat * bool)transition set"where "impl_trans =
{tr. let s = fst(tr); k = fst s; b = snd s;
t = snd(snd(tr)); k' = fst t; b' = snd t in case fst(snd(tr))
of
New \<Rightarrow> k' = k \<and> b' |
Loc l \<Rightarrow> b \<and> l= k \<and> k'= (Suc k) \<and> \<not>b' |
Free l \<Rightarrow> k'=k \<and> b'=b}"
lemma in_impl_asig: "New \ actions(impl_sig) \
Loc l \<in> actions(impl_sig) \<and>
Free l \<in> actions(impl_sig) " by (simp add: impl_sig_def actions_def asig_projections)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.