TPTP Problem File: CSR149_8.p

View Solutions - Solve Problem

%------------------------------------------------------------------------------
% File     : CSR149_8 : TPTP v8.2.0. Released v8.0.0.
% Domain   : Commonsense Reasoning
% Problem  : Elegantly, is there a year in which Sue liked somebody?
% Version  : Especial * Reduced > Especial.
% English  : What holds that holds at all times (elegantly expressed). 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       :    8 (   0 equ)
%            Maximal formula atoms :    1 (   0 avg)
%            Number of connectives :    1 (   0   ~;   0   |;   0   &)
%                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of FOOLs       :    3 (   3 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   :    4 (   2   !;   2   ?;   4   :)
% 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,
    ! [Y: $i] : holdsDuring_THFTYPE_IiooI(Y,$true) ).

tff(ax_002,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) )) ).

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

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