#-------------------------------------------------------------------------- # File : LCL010-1 : TPTP v2.1.0. Released v1.0.0. # Domain : Logic Calculi (Equivalential) # Problem : YQL depends on YQF # Version : [McC92] axioms. # English : Show that the single Lukasiewicz axiom YQL can be derived # from the single Lukasiewicz axiom YQF. # 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-73 [MW92] # : ec_yq.in [OTTER] # Status : unsatisfiable # Rating : 0.33 v2.1.0, 0.13 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 LCL010-1.p #-------------------------------------------------------------------------- # condensed_detachment, axiom. is_a_theorem(Y) <- is_a_theorem(equivalent(X, Y)), is_a_theorem(X). # yqf, axiom. is_a_theorem(equivalent(equivalent(X, Y), equivalent(equivalent(X, Z), equivalent(Z, Y)))) <- . # prove_yql, conjecture. <- is_a_theorem(equivalent(equivalent(a, b), equivalent(equivalent(c, b), equivalent(a, c)))). #--------------------------------------------------------------------------