TPTP Problem File: CSR159+1.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : CSR159+1 : TPTP v7.4.0. Released v7.3.0.
% Domain : Common Sense Reasoning
% Problem : Antonym pattern 10035
% Version : Especial.
% English :
% Refs : [ALR12] Alvez et al. (2012), Adimen-SUMO: Reengineering an Ont
% : [AGR18] Alvez et al. (2018), Cross-checking WordNet and SUMO U
% : [Alv18] Alvez, J. (2018), Email to Geoff Sutcliffe
% Source : [Alv18]
% Names : antonymPattern10035 [Alv18]
% Status : Theorem
% Rating : 0.69 v7.4.0, 0.57 v7.3.0
% Syntax : Number of formulae : 7433 (4642 unit)
% Number of atoms : 16527 ( 373 equality)
% Maximal formula depth : 30 ( 3 average)
% Number of connectives : 9470 ( 376 ~; 270 |;5285 &)
% ( 709 <=>;2830 =>; 0 <=; 0 <~>)
% ( 0 ~|; 0 ~&)
% Number of predicates : 607 ( 0 propositional; 1-7 arity)
% Number of functors : 3311 (3238 constant; 0-4 arity)
% Number of variables : 6727 ( 0 sgn;5555 !;1172 ?)
% Maximal term depth : 5 ( 1 average)
% SPC : FOF_THM_RFO_SEQ
% Comments : Work done by Javier Alvez, Paqui Lucio and German Rigau, of
% IXA & LoRea Groups, University of the Basque Country UPV/EHU.
%------------------------------------------------------------------------------
include('Axioms/CSR006+0.ax').
%------------------------------------------------------------------------------
fof(antonymPattern10035,conjecture,(
! [X,Y] :
( ( p__d__instance(X,c__EvenInteger)
& p__d__instance(Y,c__OddInteger) )
=> X != Y ) )).
%------------------------------------------------------------------------------