Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/thys/Forcing/   (Sammlung formaler Beweise Version 2026-5©)  Datei vom 31.4.2026 mit Größe 1 kB image not shown  

Quelle  Infinity_Axiom.thy

  Sprache: Isabelle
 

sectionThe Axiom of Infinity in $M[G]$
theory Infinity_Axiom
  imports Pairing_Axiom Union_Axiom Separation_Axiom
begin

context G_generic begin

interpretation mg_triv: M_trivial"##M[G]"
  using transitivity_MG zero_in_MG generic Union_MG pairing_in_MG
  by unfold_locales auto

lemma infinity_in_MG : "infinity_ax(##M[G])"
proof -
  from infinity_ax obtain I where
    Eq1: "IM" "0 I" "yM. y I succ(y) I"
    unfolding infinity_ax_def  by auto
  then
  have "check(I) M"
    using check_in_M by simp
  then
  have "I M[G]"
    using valcheck generic one_in_G one_in_P GenExtI[of "check(I)" G] by simp
  with 0I
  have "0M[G]" using transitivity_MG by simp
  with IM
  have "y M" if "y I" for y
    using  transitivity[OF _ IM] that by simp
  with IM[G]
  have "succ(y) I M[G]" if "y I" for y
    using that Eq1 transitivity_MG by blast
  with Eq1 IM[G] 0M[G]
  show ?thesis
    unfolding infinity_ax_def by auto
qed

end (* G_generic' *)
end

Messung V0.5 in Prozent
C=95 H=100 G=97

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.