]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/LAT006-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / LAT006-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: LAT006-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : LAT006-1 : TPTP v3.7.0. Released v2.2.0. *)
8
9 (*  Domain   : Lattice Theory (Distributive lattices) *)
10
11 (*  Problem  : Sholander's basis for distributive lattices, part 2 (of 6). *)
12
13 (*  Version  : [MP96] (equality) axioms. *)
14
15 (*  English  : This is part of the proof that Sholanders 2-basis for  *)
16
17 (*             distributive lattices is correct. Here we prove associativity  *)
18
19 (*             of meet. *)
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    : LT-3-b [MP96] *)
28
29 (*  Status   : Unsatisfiable *)
30
31 (*  Rating   : 0.00 v3.3.0, 0.21 v3.2.0, 0.14 v3.1.0, 0.22 v2.7.0, 0.00 v2.2.1 *)
32
33 (*  Syntax   : Number of clauses     :    3 (   0 non-Horn;   3 unit;   1 RR) *)
34
35 (*             Number of atoms       :    3 (   3 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    :    5 (   3 constant; 0-2 arity) *)
42
43 (*             Number of variables   :    5 (   1 singleton) *)
44
45 (*             Maximal term depth    :    3 (   3 average) *)
46
47 (*  Comments : *)
48
49 (* -------------------------------------------------------------------------- *)
50
51 (* ----Sholander's 2-basis for distributive lattices: *)
52
53 (* ----Denial of the conclusion: *)
54 ntheorem prove_associativity_of_meet:
55  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
56 ∀a:Univ.
57 ∀b:Univ.
58 ∀c:Univ.
59 ∀join:∀_:Univ.∀_:Univ.Univ.
60 ∀meet:∀_:Univ.∀_:Univ.Univ.
61 ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (meet X (join Y Z)) (join (meet Z X) (meet Y X)).
62 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (meet X (join X Y)) X.eq Univ (meet (meet a b) c) (meet a (meet b c)))
63 .
64 #Univ ##.
65 #X ##.
66 #Y ##.
67 #Z ##.
68 #a ##.
69 #b ##.
70 #c ##.
71 #join ##.
72 #meet ##.
73 #H0 ##.
74 #H1 ##.
75 nauto by H0,H1 ##;
76 ntry (nassumption) ##;
77 nqed.
78
79 (* -------------------------------------------------------------------------- *)