X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FROB024-1.ma;h=318b1e5888e9946db434365dd4a798fb9c78bfbd;hb=ced2abc1e3fe84d5bbfa9ccb2ebf46f253279ebe;hp=0d65e78d600eacbc18897b0d0d8f91ee7f073208;hpb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/ROB024-1.ma b/helm/software/matita/contribs/ng_TPTP/ROB024-1.ma index 0d65e78d6..318b1e588 100644 --- a/helm/software/matita/contribs/ng_TPTP/ROB024-1.ma +++ b/helm/software/matita/contribs/ng_TPTP/ROB024-1.ma @@ -4,7 +4,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : ROB024-1 : TPTP v3.2.0. Released v1.0.0. *) +(* File : ROB024-1 : TPTP v3.7.0. Released v1.0.0. *) (* Domain : Robbins Algebra *) @@ -54,7 +54,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : ROB001-0 : TPTP v3.2.0. Released v1.0.0. *) +(* File : ROB001-0 : TPTP v3.7.0. Released v1.0.0. *) (* Domain : Robbins algebra *) @@ -76,7 +76,7 @@ include "logic/equality.ma". (* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 0 RR) *) -(* Number of literals : 3 ( 3 equality) *) +(* Number of atoms : 3 ( 3 equality) *) (* Maximal clause size : 1 ( 1 average) *) @@ -96,7 +96,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) ntheorem prove_huntingtons_axiom: - ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. + (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. ∀a:Univ. ∀add:∀_:Univ.∀_:Univ.Univ. ∀b:Univ. @@ -104,21 +104,22 @@ ntheorem prove_huntingtons_axiom: ∀H0:eq Univ (negate (add (negate (add a (add a b))) (negate (add a (negate b))))) a. ∀H1:∀X:Univ.∀Y:Univ.eq Univ (negate (add (negate (add X Y)) (negate (add X (negate Y))))) X. ∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (add (add X Y) Z) (add X (add Y Z)). -∀H3:∀X:Univ.∀Y:Univ.eq Univ (add X Y) (add Y X).eq Univ (add (negate (add a (negate b))) (negate (add (negate a) (negate b)))) b +∀H3:∀X:Univ.∀Y:Univ.eq Univ (add X Y) (add Y X).eq Univ (add (negate (add a (negate b))) (negate (add (negate a) (negate b)))) b) . -#Univ. -#X. -#Y. -#Z. -#a. -#add. -#b. -#negate. -#H0. -#H1. -#H2. -#H3. -nauto by H0,H1,H2,H3; +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#a ##. +#add ##. +#b ##. +#negate ##. +#H0 ##. +#H1 ##. +#H2 ##. +#H3 ##. +nauto by H0,H1,H2,H3 ##; +ntry (nassumption) ##; nqed. (* -------------------------------------------------------------------------- *)