X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FGRP588-1.ma;fp=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FGRP588-1.ma;h=f400339f4df64255b1ff5bc821773ba2b58da5fa;hb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;hp=0000000000000000000000000000000000000000;hpb=b7587a7dd68463086e8a6b7c14f10c1dc33f64ba;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/GRP588-1.ma b/helm/software/matita/contribs/ng_TPTP/GRP588-1.ma new file mode 100644 index 000000000..f400339f4 --- /dev/null +++ b/helm/software/matita/contribs/ng_TPTP/GRP588-1.ma @@ -0,0 +1,70 @@ +include "logic/equality.ma". + +(* Inclusion of: GRP588-1.p *) + +(* -------------------------------------------------------------------------- *) + +(* File : GRP588-1 : TPTP v3.2.0. Bugfixed v2.7.0. *) + +(* Domain : Group Theory (Abelian) *) + +(* Problem : Axiom for Abelian group theory, in double div and inv, part 4 *) + +(* Version : [McC93] (equality) axioms. *) + +(* English : *) + +(* Refs : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *) + +(* Source : [TPTP] *) + +(* Names : *) + +(* Status : Unsatisfiable *) + +(* Rating : 0.00 v2.7.0 *) + +(* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 1 RR) *) + +(* Number of atoms : 3 ( 3 equality) *) + +(* Maximal clause size : 1 ( 1 average) *) + +(* Number of predicates : 1 ( 0 propositional; 2-2 arity) *) + +(* Number of functors : 5 ( 2 constant; 0-2 arity) *) + +(* Number of variables : 5 ( 0 singleton) *) + +(* Maximal term depth : 7 ( 3 average) *) + +(* Comments : A UEQ part of GRP104-1 *) + +(* Bugfixes : v2.7.0 - Grounded conjecture *) + +(* -------------------------------------------------------------------------- *) +ntheorem prove_these_axioms_4: + ∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ. +∀a:Univ. +∀b:Univ. +∀double_divide:∀_:Univ.∀_:Univ.Univ. +∀inverse:∀_:Univ.Univ. +∀multiply:∀_:Univ.∀_:Univ.Univ. +∀H0:∀A:Univ.∀B:Univ.eq Univ (multiply A B) (inverse (double_divide B A)). +∀H1:∀A:Univ.∀B:Univ.∀C:Univ.eq Univ (double_divide A (inverse (double_divide (inverse (double_divide (double_divide A B) (inverse C))) B))) C.eq Univ (multiply a b) (multiply b a) +. +#Univ. +#A. +#B. +#C. +#a. +#b. +#double_divide. +#inverse. +#multiply. +#H0. +#H1. +nauto by H0,H1; +nqed. + +(* -------------------------------------------------------------------------- *)