lemma cont2cont_if [simp, cont2cont]: assumes b: "cont b"and f: "cont f"and g: "cont g" shows"cont (\x. if b x then f x else g x)" by (rule cont_apply [OF b cont_discrete_cpo], simp add: f g)
lemma cont2cont_eq [simp, cont2cont]: fixes f g :: "'a::cpo \ 'b::discrete_cpo" assumes f: "cont f"and g: "cont g" shows"cont (\x. f x = g x)" apply (rule cont_apply [OF f cont_discrete_cpo]) apply (rule cont_apply [OF g cont_discrete_cpo]) apply (rule cont_const) done
end
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
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.