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  Pairing_Axiom.thy

  Sprache: Isabelle
 

sectionThe Axiom of Pairing in $M[G]$
theory Pairing_Axiom imports Names begin

context forcing_data
begin

lemma val_Upair :
  "one G ==> val(G,{τ,one,ρ,one}) = {val(G,τ),val(G,ρ)}"
  by (insert one_in_P, rule trans, subst def_val,auto simp add: Sep_and_Replace)

lemma pairing_in_MG : 
  assumes "M_generic(G)"
  shows "upair_ax(##M[G])"
proof - 
  {
    fix x y
    have "oneG" using assms one_in_G by simp
    from assms 
    have "GP" unfolding M_generic_def and filter_def by simp
    with oneG
    have "oneP" using subsetD by simp
    then 
    have "oneM" using transitivity[OF _ P_in_M] by simp
    assume "x M[G]" "y M[G]"
    then 
    obtain τ ρ where
      0 : "val(G,τ) = x" "val(G,ρ) = y"  M"   M"
      using GenExtD by blast
    with oneM
    have "τ,one M" "ρ,oneM" using pair_in_M_iff by auto
    then 
    have 1"{τ,one,ρ,one} M" (is "?σ _"using upair_in_M_iff by simp
    then 
    have "val(G,?σ) M[G]" using GenExtI by simp
    with 1 
    have "{val(G,τ),val(G,ρ)} M[G]" using val_Upair assms one_in_G by simp
    with 0 
    have "{x,y} M[G]" by simp
  }
  then show ?thesis unfolding upair_ax_def upair_def by auto
qed

end  (* context forcing_data *)
end

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

¤ Dauer der Verarbeitung: 0.8 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© 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.