#-------------------------------------------------------------------------- # File : LCL011-1 : TPTP v2.1.0. Released v1.0.0. # Domain : Logic Calculi (Equivalential) # Problem : YQF depends on YQJ # Version : [McC92] axioms. # English : Show that the single Lukasiewicz axiom YQF can be derived # from the single Lukasiewicz axiom YQJ. # Refs : [MW92] McCune & Wos (1992), Experiments in Automated Deductio # : [McC92] McCune (1992), Email to G. Sutcliffe # : [Wos95] Wos (1995), Searching for Circles of Pure Proofs # Source : [McC92] # Names : EC-74 [MW92] # Status : unsatisfiable # Rating : 0.44 v2.1.0, 0.25 v2.0.0 # Syntax : Number of clauses : 3 ( 0 non-Horn; 2 unit; 2 RR) # Number of literals : 5 ( 0 equality) # Maximal clause size : 3 ( 1 average) # Number of predicates : 1 ( 0 propositional; 1-1 arity) # Number of functors : 4 ( 3 constant; 0-2 arity) # Number of variables : 5 ( 0 singleton) # Maximal term depth : 4 ( 2 average) # Comments : # : tptp2X -f setheo:sign -t rm_equality:rstfp LCL011-1.p #-------------------------------------------------------------------------- # condensed_detachment, axiom. is_a_theorem(Y) <- is_a_theorem(equivalent(X, Y)), is_a_theorem(X). # yqj, axiom. is_a_theorem(equivalent(equivalent(X, Y), equivalent(equivalent(Z, X), equivalent(Y, Z)))) <- . # prove_yqf, conjecture. <- is_a_theorem(equivalent(equivalent(a, b), equivalent(equivalent(a, c), equivalent(c, b)))). #--------------------------------------------------------------------------