]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/ALG006-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / ALG006-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: ALG006-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : ALG006-1 : TPTP v3.7.0. Released v2.2.0. *)
8
9 (*  Domain   : General Algebra *)
10
11 (*  Problem  : Simplification of Kalman's set difference basis (part 1) *)
12
13 (*  Version  : [MP96] (equality) axioms : Especial. *)
14
15 (*  English  : This is part 1 of a proof that one of the axioms in Kalman's *)
16
17 (*             basis for set difference can be simplified. *)
18
19 (*  Refs     : [McC98] McCune (1998), Email to G. Sutcliffe *)
20
21 (*           : [MP96]  McCune & Padmanabhan (1996), Automated Deduction in Eq *)
22
23 (*  Source   : [McC98] *)
24
25 (*  Names    : SD-3-a [MP96] *)
26
27 (*  Status   : Unsatisfiable *)
28
29 (*  Rating   : 0.00 v3.4.0, 0.12 v3.3.0, 0.00 v2.2.1 *)
30
31 (*  Syntax   : Number of clauses     :    4 (   0 non-Horn;   4 unit;   1 RR) *)
32
33 (*             Number of atoms       :    4 (   4 equality) *)
34
35 (*             Maximal clause size   :    1 (   1 average) *)
36
37 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
38
39 (*             Number of functors    :    4 (   3 constant; 0-2 arity) *)
40
41 (*             Number of variables   :    7 (   1 singleton) *)
42
43 (*             Maximal term depth    :    3 (   3 average) *)
44
45 (*  Comments : *)
46
47 (* -------------------------------------------------------------------------- *)
48
49 (* ----Kalman's axioms for set difference: *)
50
51 (* ----Denial of simplified third axiom: *)
52 ntheorem prove_set_difference_3_simplified:
53  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
54 ∀a:Univ.
55 ∀b:Univ.
56 ∀c:Univ.
57 ∀difference:∀_:Univ.∀_:Univ.Univ.
58 ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (difference (difference X Y) Z) (difference (difference X Z) (difference Y Z)).
59 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (difference X (difference X Y)) (difference Y (difference Y X)).
60 ∀H2:∀X:Univ.∀Y:Univ.eq Univ (difference X (difference Y X)) X.eq Univ (difference (difference a c) b) (difference (difference a b) c))
61 .
62 #Univ ##.
63 #X ##.
64 #Y ##.
65 #Z ##.
66 #a ##.
67 #b ##.
68 #c ##.
69 #difference ##.
70 #H0 ##.
71 #H1 ##.
72 #H2 ##.
73 nauto by H0,H1,H2 ##;
74 ntry (nassumption) ##;
75 nqed.
76
77 (* -------------------------------------------------------------------------- *)