TPTP Problem File: CSR122_8.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : CSR122_8 : TPTP v9.0.0. Released v8.0.0.
% Domain : Commonsense Reasoning
% Problem : Do Mary and Sue like Bill in 2009?
% Version : Especial.
% English : Mary likes Bill and Sue likes Bill. Does this also hold during
% year 2009? In order to make this statement provable we assume
% that 'True' holds during each time context.
% Refs :
% Source : [TPTP]
% Names :
% Status : Theorem
% Rating : 0.00 v8.1.0
% Syntax : Number of formulae : 12 ( 4 unt; 8 typ; 0 def)
% Number of atoms : 7 ( 0 equ)
% Maximal formula atoms : 1 ( 0 avg)
% Number of connectives : 1 ( 0 ~; 0 |; 1 &)
% ( 0 <=>; 0 =>; 0 <=; 0 <~>)
% Maximal formula depth : 2 ( 1 avg)
% Maximal term depth : 2 ( 1 avg)
% Number of FOOLs : 2 ( 2 fml; 0 var)
% Number of types : 3 ( 1 usr)
% Number of type conns : 5 ( 3 >; 2 *; 0 +; 0 <<)
% Number of predicates : 3 ( 2 usr; 1 prp; 0-2 aty)
% Number of functors : 5 ( 5 usr; 4 con; 0-1 aty)
% Number of variables : 1 ( 1 !; 0 ?; 1 :)
% SPC : TX0_THM_NEQ_NAR
% Comments : Translated to TXF from the THF version.
%------------------------------------------------------------------------------
%----The extracted signature
tff(numbers,type,
num: $tType ).
tff(holdsDuring_THFTYPE_IiooI,type,
holdsDuring_THFTYPE_IiooI: ( $i * $o ) > $o ).
tff(lBill_THFTYPE_i,type,
lBill_THFTYPE_i: $i ).
tff(lMary_THFTYPE_i,type,
lMary_THFTYPE_i: $i ).
tff(lSue_THFTYPE_i,type,
lSue_THFTYPE_i: $i ).
tff(lYearFn_THFTYPE_IiiI,type,
lYearFn_THFTYPE_IiiI: $i > $i ).
tff(likes_THFTYPE_IiioI,type,
likes_THFTYPE_IiioI: ( $i * $i ) > $o ).
tff(n2009_THFTYPE_i,type,
n2009_THFTYPE_i: $i ).
%----The translated axioms
tff(ax,axiom,
likes_THFTYPE_IiioI(lSue_THFTYPE_i,lBill_THFTYPE_i) ).
tff(ax_001,axiom,
likes_THFTYPE_IiioI(lMary_THFTYPE_i,lBill_THFTYPE_i) ).
tff(ax_002,axiom,
! [X: $i] : holdsDuring_THFTYPE_IiooI(X,$true) ).
%----The translated conjecture
tff(con,conjecture,
holdsDuring_THFTYPE_IiooI(lYearFn_THFTYPE_IiiI(n2009_THFTYPE_i),
( likes_THFTYPE_IiioI(lMary_THFTYPE_i,lBill_THFTYPE_i)
& likes_THFTYPE_IiioI(lSue_THFTYPE_i,lBill_THFTYPE_i) )) ).
%------------------------------------------------------------------------------