]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/TPTP/Veloci/GRP599-1.p.ma
tagged 0.5.0-rc1
[helm.git] / matita / tests / TPTP / Veloci / GRP599-1.p.ma
1
2 include "logic/equality.ma".
3 (* Inclusion of: GRP599-1.p *)
4 (* -------------------------------------------------------------------------- *)
5 (*  File     : GRP599-1 : TPTP v3.1.1. Released v2.6.0. *)
6 (*  Domain   : Group Theory (Abelian) *)
7 (*  Problem  : Axiom for Abelian group theory, in double div and inv, part 3 *)
8 (*  Version  : [McC93] (equality) axioms. *)
9 (*  English  :  *)
10 (*  Refs     : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
11 (*  Source   : [TPTP] *)
12 (*  Names    :  *)
13 (*  Status   : Unsatisfiable *)
14 (*  Rating   : 0.07 v3.1.0, 0.11 v2.7.0, 0.00 v2.6.0 *)
15 (*  Syntax   : Number of clauses     :    3 (   0 non-Horn;   3 unit;   1 RR) *)
16 (*             Number of atoms       :    3 (   3 equality) *)
17 (*             Maximal clause size   :    1 (   1 average) *)
18 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
19 (*             Number of functors    :    6 (   3 constant; 0-2 arity) *)
20 (*             Number of variables   :    5 (   0 singleton) *)
21 (*             Maximal term depth    :    7 (   3 average) *)
22 (*  Comments : A UEQ part of GRP107-1 *)
23 (* -------------------------------------------------------------------------- *)
24 theorem prove_these_axioms_3:
25  \forall Univ:Set.
26 \forall a3:Univ.
27 \forall b3:Univ.
28 \forall c3:Univ.
29 \forall double_divide:\forall _:Univ.\forall _:Univ.Univ.
30 \forall inverse:\forall _:Univ.Univ.
31 \forall multiply:\forall _:Univ.\forall _:Univ.Univ.
32 \forall H0:\forall A:Univ.\forall B:Univ.eq Univ (multiply A B) (inverse (double_divide B A)).
33 \forall H1:\forall A:Univ.\forall B:Univ.\forall C:Univ.eq Univ (double_divide (double_divide A B) (inverse (double_divide A (inverse (double_divide (inverse C) B))))) C.eq Univ (multiply (multiply a3 b3) c3) (multiply a3 (multiply b3 c3))
34 .
35 intros.
36 autobatch paramodulation timeout=100;
37 try assumption.
38 print proofterm.
39 qed.
40 (* -------------------------------------------------------------------------- *)