X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FLCL113-2.ma;h=9f38165d149173fb51dd32a6b0f8a8d267bc39b8;hb=bd112857523fc543c78cd29b74417585033ec464;hp=a47824980d9b1c2352ef2e5fc30172150a07b716;hpb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/LCL113-2.ma b/helm/software/matita/contribs/ng_TPTP/LCL113-2.ma index a47824980..9f38165d1 100644 --- a/helm/software/matita/contribs/ng_TPTP/LCL113-2.ma +++ b/helm/software/matita/contribs/ng_TPTP/LCL113-2.ma @@ -4,7 +4,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : LCL113-2 : TPTP v3.2.0. Released v1.0.0. *) +(* File : LCL113-2 : TPTP v3.7.0. Released v1.0.0. *) (* Domain : Logic Calculi (Many valued sentential) *) @@ -58,7 +58,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : LCL001-0 : TPTP v3.2.0. Released v1.0.0. *) +(* File : LCL001-0 : TPTP v3.7.0. Released v1.0.0. *) (* Domain : Logic Calculi (Wajsberg Algebras) *) @@ -82,7 +82,7 @@ include "logic/equality.ma". (* Syntax : Number of clauses : 4 ( 0 non-Horn; 4 unit; 0 RR) *) -(* Number of literals : 4 ( 4 equality) *) +(* Number of atoms : 4 ( 4 equality) *) (* Maximal clause size : 1 ( 1 average) *) @@ -102,7 +102,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) ntheorem prove_mv_33: - ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. + (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. ∀implies:∀_:Univ.∀_:Univ.Univ. ∀not:∀_:Univ.Univ. ∀truth:Univ. @@ -111,22 +111,23 @@ ntheorem prove_mv_33: ∀H0:∀X:Univ.∀Y:Univ.eq Univ (implies (implies (not X) (not Y)) (implies Y X)) truth. ∀H1:∀X:Univ.∀Y:Univ.eq Univ (implies (implies X Y) Y) (implies (implies Y X) X). ∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (implies (implies X Y) (implies (implies Y Z) (implies X Z))) truth. -∀H3:∀X:Univ.eq Univ (implies truth X) X.eq Univ (implies (implies (not x) y) (implies (not y) x)) truth +∀H3:∀X:Univ.eq Univ (implies truth X) X.eq Univ (implies (implies (not x) y) (implies (not y) x)) truth) . -#Univ. -#X. -#Y. -#Z. -#implies. -#not. -#truth. -#x. -#y. -#H0. -#H1. -#H2. -#H3. -nauto by H0,H1,H2,H3; +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#implies ##. +#not ##. +#truth ##. +#x ##. +#y ##. +#H0 ##. +#H1 ##. +#H2 ##. +#H3 ##. +nauto by H0,H1,H2,H3 ##; +ntry (nassumption) ##; nqed. (* -------------------------------------------------------------------------- *)