1 include "logic/equality.ma".
3 (* Inclusion of: LAT075-1.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : LAT075-1 : TPTP v3.2.0. Released v2.6.0. *)
9 (* Domain : Lattice Theory (Ortholattices) *)
11 (* Problem : Given single axiom MOL-25A, prove modularity *)
13 (* Version : [MRV03] (equality) axioms. *)
15 (* English : Given a single axiom candidate MOL-25A for modular ortholattices *)
17 (* (MOL) in terms of the Sheffer Stroke, prove a Sheffer stroke form *)
21 (* Refs : [MRV03] McCune et al. (2003), Sheffer Stroke Bases for Ortholatt *)
23 (* Source : [MRV03] *)
25 (* Names : MOL-25A-modularity [MRV03] *)
27 (* Status : Unsatisfiable *)
29 (* Rating : 1.00 v2.6.0 *)
31 (* Syntax : Number of clauses : 2 ( 0 non-Horn; 2 unit; 1 RR) *)
33 (* Number of atoms : 2 ( 2 equality) *)
35 (* Maximal clause size : 1 ( 1 average) *)
37 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
39 (* Number of functors : 4 ( 3 constant; 0-2 arity) *)
41 (* Number of variables : 4 ( 1 singleton) *)
43 (* Maximal term depth : 8 ( 5 average) *)
47 (* -------------------------------------------------------------------------- *)
49 (* ----Single axiom MOL-25A *)
51 (* ----Denial of Sheffer stroke modularity *)
53 ∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.
57 ∀f:∀_:Univ.∀_:Univ.Univ.
58 ∀H0:∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.eq Univ (f (f B A) (f (f (f A A) C) (f (f (f (f (f A B) C) C) A) (f A D)))) A.eq Univ (f a (f b (f a (f c c)))) (f a (f c (f a (f b b))))
73 (* -------------------------------------------------------------------------- *)