TPTP Problem File: SYN072+1.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : SYN072+1 : TPTP v9.0.0. Released v2.0.0.
% Domain : Syntactic
% Problem : Pelletier Problem 49
% Version : Especial.
% English :
% Refs : [Pel86] Pelletier (1986), Seventy-five Problems for Testing Au
% : [Hah94] Haehnle (1994), Email to G. Sutcliffe
% Source : [Hah94]
% Names : Pelletier 49 [Pel86]
% Status : Theorem
% Rating : 0.00 v5.3.0, 0.18 v5.2.0, 0.25 v5.0.0, 0.00 v4.1.0, 0.13 v4.0.1, 0.09 v4.0.0, 0.08 v3.7.0, 0.00 v3.2.0, 0.11 v3.1.0, 0.17 v2.7.0, 0.00 v2.4.0, 0.00 v2.3.0, 0.33 v2.2.1, 0.00 v2.1.0
% Syntax : Number of formulae : 5 ( 4 unt; 0 def)
% Number of atoms : 6 ( 3 equ)
% Maximal formula atoms : 2 ( 1 avg)
% Number of connectives : 2 ( 1 ~; 1 |; 0 &)
% ( 0 <=>; 0 =>; 0 <=; 0 <~>)
% Maximal formula depth : 5 ( 2 avg)
% Maximal term depth : 1 ( 1 avg)
% Number of predicates : 2 ( 1 usr; 0 prp; 1-2 aty)
% Number of functors : 2 ( 2 usr; 2 con; 0-0 aty)
% Number of variables : 4 ( 2 !; 2 ?)
% SPC : FOF_THM_EPR_SEQ
% Comments :
%--------------------------------------------------------------------------
%----Problem axioms
fof(pel49_1,axiom,
? [X,Y] :
! [Z] :
( Z = X
| Z = Y ) ).
fof(pel49_2,axiom,
big_p(a) ).
fof(pel49_3,axiom,
big_p(b) ).
fof(pel49_4,axiom,
a != b ).
fof(pel49,conjecture,
! [X] : big_p(X) ).
%--------------------------------------------------------------------------