]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/BOO030-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / BOO030-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: BOO030-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : BOO030-1 : TPTP v3.7.0. Released v2.2.0. *)
8
9 (*  Domain   : Boolean Algebra *)
10
11 (*  Problem  : Independence of a BA 2-basis by majority reduction. *)
12
13 (*  Version  : [MP96] (equality) axioms : Especial. *)
14
15 (*  English  : This shows that the self-dual 2-basis for Boolean algebra *)
16
17 (*             (majority reduction) of problem DUAL-BA-5 is independent, *)
18
19 (*             in particular, that half of the 2-basis is not a basis. *)
20
21 (*  Refs     : [McC98] McCune (1998), Email to G. Sutcliffe *)
22
23 (*           : [MP96]  McCune & Padmanabhan (1996), Automated Deduction in Eq *)
24
25 (*  Source   : [McC98] *)
26
27 (*  Names    : DUAL-BA-6 [MP96] *)
28
29 (*  Status   : Satisfiable *)
30
31 (*  Rating   : 0.33 v3.2.0, 0.67 v3.1.0, 0.33 v2.4.0, 0.67 v2.3.0, 1.00 v2.2.1 *)
32
33 (*  Syntax   : Number of clauses     :    7 (   0 non-Horn;   7 unit;   1 RR) *)
34
35 (*             Number of atoms       :    7 (   7 equality) *)
36
37 (*             Maximal clause size   :    1 (   1 average) *)
38
39 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
40
41 (*             Number of functors    :    4 (   1 constant; 0-2 arity) *)
42
43 (*             Number of variables   :   14 (   5 singleton) *)
44
45 (*             Maximal term depth    :    4 (   2 average) *)
46
47 (*  Comments : There is a 2-element model. *)
48
49 (* -------------------------------------------------------------------------- *)
50
51 (* ----Properties L1, L3, and B1 of Boolean Algebra: *)
52
53 (* ----Majority reduction properties: *)
54
55 (* ----Denial of a property of Boolean Algebra. *)
56 ntheorem prove_inverse_involution:
57  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
58 ∀a:Univ.
59 ∀add:∀_:Univ.∀_:Univ.Univ.
60 ∀inverse:∀_:Univ.Univ.
61 ∀multiply:∀_:Univ.∀_:Univ.Univ.
62 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (multiply (add (multiply X Y) Y) (add X Y)) Y.
63 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (multiply (add (multiply X X) Y) (add X X)) X.
64 ∀H2:∀X:Univ.∀Y:Univ.eq Univ (multiply (add (multiply X Y) X) (add X Y)) X.
65 ∀H3:∀X:Univ.∀Y:Univ.eq Univ (multiply (add X Y) (add X (inverse Y))) X.
66 ∀H4:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (add (add (multiply X Y) (multiply Y Z)) Y) Y.
67 ∀H5:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (add X (multiply Y (multiply X Z))) X.eq Univ (inverse (inverse a)) a)
68 .
69 #Univ ##.
70 #X ##.
71 #Y ##.
72 #Z ##.
73 #a ##.
74 #add ##.
75 #inverse ##.
76 #multiply ##.
77 #H0 ##.
78 #H1 ##.
79 #H2 ##.
80 #H3 ##.
81 #H4 ##.
82 #H5 ##.
83 nauto by H0,H1,H2,H3,H4,H5 ##;
84 ntry (nassumption) ##;
85 nqed.
86
87 (* -------------------------------------------------------------------------- *)