X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Fng_TPTP%2FGRP474-1.ma;fp=matita%2Fmatita%2Fcontribs%2Fng_TPTP%2FGRP474-1.ma;h=b1edcc3f1d7133d2fd22728a41d0bfd8f2535f82;hb=2c01ff6094173915e7023076ea48b5804dca7778;hp=0000000000000000000000000000000000000000;hpb=a050e3f80d7ea084ce0184279af98e8251c7d2a6;p=helm.git diff --git a/matita/matita/contribs/ng_TPTP/GRP474-1.ma b/matita/matita/contribs/ng_TPTP/GRP474-1.ma new file mode 100644 index 000000000..b1edcc3f1 --- /dev/null +++ b/matita/matita/contribs/ng_TPTP/GRP474-1.ma @@ -0,0 +1,72 @@ +include "logic/equality.ma". + +(* Inclusion of: GRP474-1.p *) + +(* -------------------------------------------------------------------------- *) + +(* File : GRP474-1 : TPTP v3.7.0. Released v2.6.0. *) + +(* Domain : Group Theory *) + +(* Problem : Axiom for group theory, in division and inverse, part 3 *) + +(* Version : [McC93] (equality) axioms. *) + +(* English : *) + +(* Refs : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *) + +(* Source : [TPTP] *) + +(* Names : *) + +(* Status : Unsatisfiable *) + +(* Rating : 0.11 v3.4.0, 0.12 v3.3.0, 0.14 v3.2.0, 0.07 v3.1.0, 0.11 v2.7.0, 0.18 v2.6.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 : 6 ( 3 constant; 0-2 arity) *) + +(* Number of variables : 6 ( 0 singleton) *) + +(* Maximal term depth : 5 ( 3 average) *) + +(* Comments : A UEQ part of GRP072-1 *) + +(* -------------------------------------------------------------------------- *) +ntheorem prove_these_axioms_3: + (∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ. +∀a3:Univ. +∀b3:Univ. +∀c3:Univ. +∀divide:∀_:Univ.∀_:Univ.Univ. +∀inverse:∀_:Univ.Univ. +∀multiply:∀_:Univ.∀_:Univ.Univ. +∀H0:∀A:Univ.∀B:Univ.eq Univ (multiply A B) (divide A (inverse B)). +∀H1:∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.eq Univ (divide (divide (inverse (divide A B)) (divide (divide C D) A)) (divide D C)) B.eq Univ (multiply (multiply a3 b3) c3) (multiply a3 (multiply b3 c3))) +. +#Univ ##. +#A ##. +#B ##. +#C ##. +#D ##. +#a3 ##. +#b3 ##. +#c3 ##. +#divide ##. +#inverse ##. +#multiply ##. +#H0 ##. +#H1 ##. +nauto by H0,H1 ##; +ntry (nassumption) ##; +nqed. + +(* -------------------------------------------------------------------------- *)