Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  CoUnit.thy

  Sprache: Isabelle
 

(*  Title:      ZF/ex/CoUnit.thy
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1994  University of Cambridge
*)


section Trivial codatatype definitions, one of which goes wrong!

theory CoUnit imports ZF begin

text 
 See discussion in: L C Paulson. A Concrete Final Coalgebra Theorem
 for ZF Set Theory. Report 334, Cambridge University Computer
 Laboratory. 1994.

 \bigskip

 This degenerate definition does not work well because the one
 constructor's definition is trivial! The same thing occurs with
 Aczel's Special Final Coalgebra Theorem.
 


consts
  counit :: i
codatatype
  "counit" = Con ("x counit")

inductive_cases ConE: "Con(x) counit"
   USELESS because folding on termCon(xa) xa fails.

lemma Con_iff: "Con(x) = Con(y) x = y"
   Proving freeness results.
  by (auto elim!: counit.free_elims)

lemma counit_eq_univ: "counit = quniv(0)"
   Should be a singleton, not everything!
  apply (rule counit.dom_subset [THEN equalityI])
  apply (rule subsetI)
  apply (erule counit.coinduct)
   apply (rule subset_refl)
    unfolding counit.con_defs
  apply fast
  done


text 
 \medskip A similar example, but the constructor is non-degenerate
 and it works! The resulting set is a singleton.
 


consts
  counit2 :: i
codatatype
  "counit2" = Con2 ("x counit2""y counit2")


inductive_cases Con2E: "Con2(x, y) counit2"

lemma Con2_iff: "Con2(x, y) = Con2(x', y') x = x' y = y'"
   Proving freeness results.
  by (fast elim!: counit2.free_elims)

lemma Con2_bnd_mono: "bnd_mono(univ(0), λx. Con2(x, x))"
    unfolding counit2.con_defs
  apply (rule bnd_monoI)
   apply (assumption | rule subset_refl QPair_subset_univ QPair_mono)+
  done

lemma lfp_Con2_in_counit2: "lfp(univ(0), λx. Con2(x,x)) counit2"
  apply (rule singletonI [THEN counit2.coinduct])
  apply (rule qunivI [THEN singleton_subsetI])
  apply (rule subset_trans [OF lfp_subset empty_subsetI [THEN univ_mono]])
  apply (fast intro!: Con2_bnd_mono [THEN lfp_unfold])
  done

lemma counit2_Int_Vset_subset [rule_format]:
  "Ord(i) ==> x y. x counit2 y counit2 x Vset(i) y"
   Lemma for proving finality.
  apply (erule trans_induct)
  apply (tactic "safe_tac (put_claset subset_cs context)")
  apply (erule counit2.cases)
  apply (erule counit2.cases)
    unfolding counit2.con_defs
  apply (tactic fast_tac (put_claset subset_cs context
 addSIs [@{thm QPair_Int_Vset_subset_UN} RS @{thm subset_trans}, @{thm QPair_mono}]
 addSEs [@{thm Ord_in_Ord}, @{thm Pair_inject}]) 1
)
  done

lemma counit2_implies_equal: "[x counit2; y counit2] ==> x = y"
  apply (rule equalityI)
  apply (assumption | rule conjI counit2_Int_Vset_subset [THEN Int_Vset_subset])+
  done

lemma counit2_eq_univ: "counit2 = {lfp(univ(0), λx. Con2(x,x))}"
  apply (rule equalityI)
   apply (rule_tac [2] lfp_Con2_in_counit2 [THEN singleton_subsetI])
  apply (rule subsetI)
  apply (drule lfp_Con2_in_counit2 [THEN counit2_implies_equal])
  apply (erule subst)
  apply (rule singletonI)
  done

end

Messung V0.5 in Prozent
C=77 H=100 G=89

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-30) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik