]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/GRP117-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP117-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: GRP117-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : GRP117-1 : TPTP v3.7.0. Released v1.2.0. *)
8
9 (*  Domain   : Group Theory *)
10
11 (*  Problem  : Derive right identity from a single axiom for groups order 3 *)
12
13 (*  Version  : [Wos96] (equality) axioms. *)
14
15 (*  English  :  *)
16
17 (*  Refs     : [Wos96] Wos (1996), The Automation of Reasoning: An Experiment  *)
18
19 (*  Source   : [OTTER] *)
20
21 (*  Names    : groups.exp3.in part 3 [OTTER] *)
22
23 (*  Status   : Unsatisfiable *)
24
25 (*  Rating   : 0.00 v2.2.1, 0.22 v2.2.0, 0.29 v2.1.0, 0.14 v2.0.0 *)
26
27 (*  Syntax   : Number of clauses     :    2 (   0 non-Horn;   2 unit;   1 RR) *)
28
29 (*             Number of atoms       :    2 (   2 equality) *)
30
31 (*             Maximal clause size   :    1 (   1 average) *)
32
33 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
34
35 (*             Number of functors    :    3 (   2 constant; 0-2 arity) *)
36
37 (*             Number of variables   :    3 (   0 singleton) *)
38
39 (*             Maximal term depth    :    6 (   2 average) *)
40
41 (*  Comments :  *)
42
43 (* -------------------------------------------------------------------------- *)
44 ntheorem prove_order3:
45  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
46 ∀a:Univ.
47 ∀identity:Univ.
48 ∀multiply:∀_:Univ.∀_:Univ.Univ.
49 ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (multiply X (multiply (multiply X (multiply (multiply X Y) Z)) (multiply identity (multiply Z Z)))) Y.eq Univ (multiply a identity) a)
50 .
51 #Univ ##.
52 #X ##.
53 #Y ##.
54 #Z ##.
55 #a ##.
56 #identity ##.
57 #multiply ##.
58 #H0 ##.
59 nauto by H0 ##;
60 ntry (nassumption) ##;
61 nqed.
62
63 (* -------------------------------------------------------------------------- *)