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

Quelle  GM.thy

  Sprache: Isabelle
 

section  General Mereology

(*<*)
theory GM
  imports CM
begin (*>*)

text  The theory of \emph{general mereology} adds the axiom of fusion to ground mereology.\footnote{
  cite"simons_parts:_1987" p. 36, cite"varzi_parts_1996" p. 265 and cite"casati_parts_1999" p. 46.}


locale GM = M +
  assumes fusion: 
    " x. φ x ==> z. y. O y z ( x. φ x O y x)"
begin

text  Fusion entails sum closure.

theorem sum_closure: " z. w. O w z (O w a O w b)"
proof -
  have "a = a"..
  hence "a = a a = b"..
  hence " x. x = a x = b"..
  hence "( z. y. O y z ( x. (x = a x = b) O y x))"
    by (rule fusion)
  then obtain z where z: 
    " y. O y z ( x. (x = a x = b) O y x)"..
  have " w. O w z (O w a O w b)"
  proof
    fix w
    from z have w: "O w z ( x. (x = a x = b) O w x)"..
    show "O w z (O w a O w b)"
    proof
      assume "O w z"
      with w have " x. (x = a x = b) O w x"..
      then obtain x where x: "(x = a x = b) O w x"..
      hence "O w x"..
      from x have "x = a x = b"..
      thus "O w a O w b"
      proof (rule disjE)
        assume "x = a"
        hence "O w a" using O w x by (rule subst)
        thus "O w a O w b"..
      next
        assume "x = b"
        hence "O w b" using O w x by (rule subst)
        thus "O w a O w b"..
      qed
    next
      assume "O w a O w b"
      hence " x. (x = a x = b) O w x"
      proof (rule disjE)
        assume "O w a"
        with a = a a = b have "(a = a a = b) O w a"..
        thus " x. (x = a x = b) O w x"..
      next
        have "b = b"..
        hence "b = a b = b"..
        moreover assume "O w b"
        ultimately have "(b = a b = b) O w b"..
        thus " x. (x = a x = b) O w x"..
      qed
      with w show "O w z"..
    qed
  qed
  thus " z. w. O w z (O w a O w b)"..
qed

end

(*<*) end (*>*)

Messung V0.5 in Prozent
C=93 H=99 G=95

¤ Dauer der Verarbeitung: 0.10 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.