]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/LAT070-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / LAT070-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: LAT070-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : LAT070-1 : TPTP v3.7.0. Released v2.6.0. *)
8
9 (*  Domain   : Lattice Theory (Ortholattices) *)
10
11 (*  Problem  : Given single axiom OL-23A, prove associativity *)
12
13 (*  Version  : [MRV03] (equality) axioms. *)
14
15 (*  English  : Given a single axiom OL-23A for ortholattices (OL) in terms of  *)
16
17 (*             the Sheffer Stroke, prove a Sheffer stroke form of associativity. *)
18
19 (*  Refs     : [MRV03] McCune et al. (2003), Sheffer Stroke Bases for Ortholatt *)
20
21 (*  Source   : [MRV03] *)
22
23 (*  Names    : OL-23A-associativity [MRV03] *)
24
25 (*  Status   : Unsatisfiable *)
26
27 (*  Rating   : 0.89 v3.4.0, 0.88 v3.3.0, 0.93 v3.1.0, 1.00 v2.7.0, 0.91 v2.6.0 *)
28
29 (*  Syntax   : Number of clauses     :    2 (   0 non-Horn;   2 unit;   1 RR) *)
30
31 (*             Number of atoms       :    2 (   2 equality) *)
32
33 (*             Maximal clause size   :    1 (   1 average) *)
34
35 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
36
37 (*             Number of functors    :    4 (   3 constant; 0-2 arity) *)
38
39 (*             Number of variables   :    4 (   1 singleton) *)
40
41 (*             Maximal term depth    :    7 (   4 average) *)
42
43 (*  Comments :  *)
44
45 (* -------------------------------------------------------------------------- *)
46
47 (* ----Single axiom OL-23A *)
48
49 (* ----Denial of Sheffer stroke associativity *)
50 ntheorem associativity:
51  (∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.
52 ∀a:Univ.
53 ∀b:Univ.
54 ∀c:Univ.
55 ∀f:∀_:Univ.∀_:Univ.Univ.
56 ∀H0:∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.eq Univ (f (f (f (f B A) (f A C)) D) (f A (f (f A (f (f B B) B)) C))) A.eq Univ (f a (f (f b c) (f b c))) (f c (f (f b a) (f b a))))
57 .
58 #Univ ##.
59 #A ##.
60 #B ##.
61 #C ##.
62 #D ##.
63 #a ##.
64 #b ##.
65 #c ##.
66 #f ##.
67 #H0 ##.
68 nauto by H0 ##;
69 ntry (nassumption) ##;
70 nqed.
71
72 (* -------------------------------------------------------------------------- *)