(* Title: ZF/Inductive.thy Author: Lawrence C Paulson, Cambridge University Computer Laboratory Copyright 1993 University of Cambridge Inductive definitions use least fixedpoints with standard products and sums Coinductive definitions use greatest fixedpoints with Quine products and sums Sums are used only for mutual recursion; Products are used only to derive "streamlined" induction rules for relations *)
section‹Inductive and Coinductive Definitions›
theoryInductive imports Fixedpt QPair Nat
keywords "inductive""coinductive""inductive_cases""rep_datatype""primrec" :: thy_decl and "domains""intros""monos""con_defs""type_intros""type_elims" "elimination""induction""case_eqns""recursor_eqns" :: quasi_command begin
lemma def_swap_iff: "a ≡ b ==> a = c ⟷ c = b" by blast
lemma def_trans: "f ≡ g ==> g(a) = b ==> f(a) = b" by simp
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.