TPTP Problem File: CSR148_8.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : CSR148_8 : TPTP v8.2.0. Released v8.0.0.
% Domain   : Commonsense Reasoning
% Problem  : Is there a year in which Sue liked somebody?
% Version  : Especial * Reduced > Especial.
% English  : What holds that holds at all times. Mary likes Bill. During 2009 
%            Sue liked whoever Mary liked. Is there a year in which Sue liked 
%            somebody?

% 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 :    2 (   0   ~;   0   |;   0   &)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of FOOLs       :    4 (   2 fml;   2 var)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :    5 (   3   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   2 usr;   0 prp; 2-2 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-1 aty)
%            Number of variables   :    5 (   3   !;   2   ?;   5   :)
% 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(lMary_THFTYPE_i,lBill_THFTYPE_i) ).

tff(ax_001,axiom,
    holdsDuring_THFTYPE_IiooI(lYearFn_THFTYPE_IiiI(n2009_THFTYPE_i),
      ! [X: $i] :
        ( likes_THFTYPE_IiioI(lMary_THFTYPE_i,X)
       => likes_THFTYPE_IiioI(lSue_THFTYPE_i,X) )) ).

tff(ax_002,axiom,
    ! [P: $o,Y: $i] :
      ( (P)
     => holdsDuring_THFTYPE_IiooI(Y,(P)) ) ).

%----The translated conjectures
tff(con,conjecture,
    ? [X: $i,Y: $i] : holdsDuring_THFTYPE_IiooI(lYearFn_THFTYPE_IiiI(Y),likes_THFTYPE_IiioI(lSue_THFTYPE_i,X)) ).

%------------------------------------------------------------------------------