lemma opartial_net_preserves_subnets: assumes"((σ, SubnetS s t), a, (σ', st')) ∈ opnet_sos (trans (opnet np p1)) (trans (opnet np p2))" shows"∃s' t'. st' = SubnetS s' t'" using assms by cases simp_all
lemma net_par_oreachable_is_subnet: assumes"(σ, st) ∈ oreachable (opnet np (p1 ∥ p2)) S U" shows"∃s t. st = SubnetS s t" proof -
define p where"p = (σ, st)" with assms have"p ∈ oreachable (opnet np (p1 ∥ p2)) S U"by simp hence"∃σ s t. p = (σ, SubnetS s t)" by induct (auto dest!: opartial_net_preserves_subnets) with p_def show ?thesis by simp qed
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 und die Messung sind noch experimentell.