TPTP Problem File: SYN083-1.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : SYN083-1 : TPTP v9.0.0. Released v1.0.0.
% Domain : Syntactic
% Problem : Pelletier Problem 61
% Version : Especial.
% English :
% Refs : [Pel86] Pelletier (1986), Seventy-five Problems for Testing Au
% Source : [Pel86]
% Names : Pelletier 61 [Pel86]
% Status : Unsatisfiable
% Rating : 0.00 v7.4.0, 0.04 v7.3.0, 0.00 v2.0.0
% Syntax : Number of clauses : 2 ( 2 unt; 0 nHn; 1 RR)
% Number of literals : 2 ( 2 equ; 1 neg)
% Maximal clause size : 1 ( 1 avg)
% Maximal term depth : 4 ( 2 avg)
% Number of predicates : 1 ( 0 usr; 0 prp; 2-2 aty)
% Number of functors : 5 ( 5 usr; 4 con; 0-2 aty)
% Number of variables : 3 ( 0 sgn)
% SPC : CNF_UNS_RFO_PEQ_UEQ
% Comments :
%--------------------------------------------------------------------------
cnf(f_is_associative,axiom,
f(X,f(Y,Z)) = f(f(X,Y),Z) ).
cnf(prove_this,negated_conjecture,
f(a,f(b,f(c,d))) != f(f(f(a,b),c),d) ).
%--------------------------------------------------------------------------