TPTP Problem File: SYO643+1.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : SYO643+1 : TPTP v9.0.0. Released v7.2.0.
% Domain : Syntactic
% Problem : Decider test 126
% Version : Especial.
% English :
% Refs : [Lam18] Lampert (2018), Email to Geoff Sutcliffe
% Source : [Lam18]
% Names : p126.p [Lam18]
% Status : Satisfiable
% Rating : 0.67 v7.2.0
% Syntax : Number of formulae : 1 ( 0 unt; 0 def)
% Number of atoms : 4 ( 0 equ)
% Maximal formula atoms : 4 ( 4 avg)
% Number of connectives : 5 ( 2 ~; 1 |; 2 &)
% ( 0 <=>; 0 =>; 0 <=; 0 <~>)
% Maximal formula depth : 8 ( 8 avg)
% Maximal term depth : 1 ( 1 avg)
% Number of predicates : 1 ( 1 usr; 0 prp; 2-2 aty)
% Number of functors : 0 ( 0 usr; 0 con; --- aty)
% Number of variables : 3 ( 2 !; 1 ?)
% SPC : FOF_SAT_RFO_NEQ
% Comments :
%------------------------------------------------------------------------------
fof(axiom_1,axiom,
! [X] :
? [Y] :
! [Z] :
( ~ f(X,X)
& f(X,Y)
& ( f(X,Z)
| ~ f(Y,Z) ) ) ).
%------------------------------------------------------------------------------