TSTP Solution File: SYO371^5 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SYO371^5 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n007.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Thu Jul 21 17:33:38 EDT 2022

% Result   : Theorem 0.14s 0.39s
% Output   : CNFRefutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   69 (  42 unt;   2 typ;   0 def)
%            Number of atoms       :  305 (  89 equ;   0 cnn)
%            Maximal formula atoms :    4 (   4 avg)
%            Number of connectives :  151 (  65   ~;  41   |;   4   &;  26   @)
%                                         (   4 <=>;  11  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :   13 (  13   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    5 (   2 usr;   4 con; 0-2 aty)
%            Number of variables   :   13 (   0   ^  13   !;   0   ?;  13   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_cP,type,
    cP: $o ).

thf(tp_cQ,type,
    cQ: $o ).

thf(1,conjecture,
    ( ! [R: $o > $o] :
        ( ( R @ cP )
       => ( R @ cQ ) )
   => ( cP
    <=> cQ ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cEXT_O_LEIB) ).

thf(2,negated_conjecture,
    ( ( ! [R: $o > $o] :
          ( ( R @ cP )
         => ( R @ cQ ) )
     => ( cP
      <=> cQ ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ( ( ! [R: $o > $o] :
          ( ( R @ cP )
         => ( R @ cQ ) )
     => ( cP
      <=> cQ ) )
    = $false ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(4,plain,
    ( ( ! [R: $o > $o] :
          ( ( R @ cP )
         => ( R @ cQ ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[3]) ).

thf(5,plain,
    ( ( cP
    <=> cQ )
    = $false ),
    inference(standard_cnf,[status(thm)],[3]) ).

thf(6,plain,
    ( ( cP
     => cQ )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[5]) ).

thf(7,plain,
    ( ( cQ
     => cP )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[5]) ).

thf(8,plain,
    ( ( ~ ( cP
         => cQ ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[6]) ).

thf(9,plain,
    ( ( ~ ( cQ
         => cP ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[7]) ).

thf(10,plain,
    ( ( cP
      & ~ cQ )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(11,plain,
    ( ( cQ
      & ~ cP )
    = $true ),
    inference(extcnf_combined,[status(esa)],[9]) ).

thf(12,plain,
    ( ( ! [R: $o > $o] :
          ( ~ ( R @ cP )
          | ( R @ cQ ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[4]) ).

thf(13,plain,
    ( ( ! [R: $o > $o] :
          ( ~ ( R @ cP )
          | ( R @ cQ ) ) )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(14,plain,
    ( ( cP
      & ~ cQ )
    = $true ),
    inference(copy,[status(thm)],[10]) ).

thf(15,plain,
    ( ( ~ ( ~ cP
          | ~ ~ cQ ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(16,plain,
    ! [SV1: $o > $o] :
      ( ( ~ ( SV1 @ cP )
        | ( SV1 @ cQ ) )
      = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[13]) ).

thf(17,plain,
    ( ( ~ $true
      | $true )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[13]) ).

thf(18,plain,
    ( ( ~ $false
      | $false )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[13]) ).

thf(19,plain,
    ( ( ~ cP
      | cQ )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[13]) ).

thf(20,plain,
    ( ( ~ ~ cP
      | ~ cQ )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[13]) ).

thf(21,plain,
    ( ( ~ cP
      | ~ ~ cQ )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[15]) ).

thf(22,plain,
    ! [SV1: $o > $o] :
      ( ( ( ~ ( SV1 @ cP ) )
        = $true )
      | ( ( SV1 @ cQ )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[16]) ).

thf(23,plain,
    ( ( ( ~ $true )
      = $true )
    | ( $true = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[17]) ).

thf(24,plain,
    ( ( ( ~ $false )
      = $true )
    | ( $false = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[18]) ).

thf(25,plain,
    ( ( ( ~ cP )
      = $true )
    | ( cQ = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[19]) ).

thf(26,plain,
    ( ( ( ~ ~ cP )
      = $true )
    | ( ( ~ cQ )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[20]) ).

thf(27,plain,
    ( ( ~ cP )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[21]) ).

thf(28,plain,
    ( ( ~ ~ cQ )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[21]) ).

thf(29,plain,
    ! [SV1: $o > $o] :
      ( ( ( SV1 @ cP )
        = $false )
      | ( ( SV1 @ cQ )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[22]) ).

thf(30,plain,
    ( ( $true = $false )
    | ( $true = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[23]) ).

thf(31,plain,
    ( ( $false = $false )
    | ( $false = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(32,plain,
    ( ( cP = $false )
    | ( cQ = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[25]) ).

thf(33,plain,
    ( ( ( ~ cP )
      = $false )
    | ( ( ~ cQ )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[26]) ).

thf(34,plain,
    cP = $true,
    inference(extcnf_not_neg,[status(thm)],[27]) ).

thf(35,plain,
    ( ( ~ cQ )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[28]) ).

thf(36,plain,
    ( ( cP = $true )
    | ( ( ~ cQ )
      = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[33]) ).

thf(37,plain,
    cQ = $false,
    inference(extcnf_not_pos,[status(thm)],[35]) ).

thf(38,plain,
    ( ( cQ = $false )
    | ( cP = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[36]) ).

thf(39,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[29,38,37,34,32,31,30]) ).

thf(40,plain,
    ( ( ! [R: $o > $o] :
          ( ~ ( R @ cP )
          | ( R @ cQ ) ) )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(41,plain,
    ( ( cQ
      & ~ cP )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(42,plain,
    ( ( ~ ( ~ cQ
          | ~ ~ cP ) )
    = $true ),
    inference(unfold_def,[status(thm)],[41]) ).

thf(43,plain,
    ! [SV3: $o > $o] :
      ( ( ~ ( SV3 @ cP )
        | ( SV3 @ cQ ) )
      = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[40]) ).

thf(44,plain,
    ( ( ~ $true
      | $true )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[40]) ).

thf(45,plain,
    ( ( ~ $false
      | $false )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[40]) ).

thf(46,plain,
    ( ( ~ cP
      | cQ )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[40]) ).

thf(47,plain,
    ( ( ~ ~ cP
      | ~ cQ )
    = $true ),
    inference(extcnf_forall_special_pos,[status(thm)],[40]) ).

thf(48,plain,
    ( ( ~ cQ
      | ~ ~ cP )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[42]) ).

thf(49,plain,
    ! [SV3: $o > $o] :
      ( ( ( ~ ( SV3 @ cP ) )
        = $true )
      | ( ( SV3 @ cQ )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[43]) ).

thf(50,plain,
    ( ( ( ~ $true )
      = $true )
    | ( $true = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[44]) ).

thf(51,plain,
    ( ( ( ~ $false )
      = $true )
    | ( $false = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[45]) ).

thf(52,plain,
    ( ( ( ~ cP )
      = $true )
    | ( cQ = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[46]) ).

thf(53,plain,
    ( ( ( ~ ~ cP )
      = $true )
    | ( ( ~ cQ )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[47]) ).

thf(54,plain,
    ( ( ~ cQ )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[48]) ).

thf(55,plain,
    ( ( ~ ~ cP )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[48]) ).

thf(56,plain,
    ! [SV3: $o > $o] :
      ( ( ( SV3 @ cP )
        = $false )
      | ( ( SV3 @ cQ )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[49]) ).

thf(57,plain,
    ( ( $true = $false )
    | ( $true = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[50]) ).

thf(58,plain,
    ( ( $false = $false )
    | ( $false = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[51]) ).

thf(59,plain,
    ( ( cP = $false )
    | ( cQ = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[52]) ).

thf(60,plain,
    ( ( ( ~ cP )
      = $false )
    | ( ( ~ cQ )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[53]) ).

thf(61,plain,
    cQ = $true,
    inference(extcnf_not_neg,[status(thm)],[54]) ).

thf(62,plain,
    ( ( ~ cP )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[55]) ).

thf(63,plain,
    ( ( cP = $true )
    | ( ( ~ cQ )
      = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[60]) ).

thf(64,plain,
    cP = $false,
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(65,plain,
    ( ( cQ = $false )
    | ( cP = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[63]) ).

thf(66,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[56,65,64,61,59,58,57]) ).

thf(67,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[66,39]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SYO371^5 : TPTP v8.1.0. Released v4.0.0.
% 0.11/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.14/0.34  % Computer : n007.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Sat Jul  9 03:29:30 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.34  
% 0.14/0.34   No.of.Axioms: 0
% 0.14/0.34  
% 0.14/0.34   Length.of.Defs: 0
% 0.14/0.34  
% 0.14/0.34   Contains.Choice.Funs: false
% 0.14/0.34  (rf:0,axioms:0,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:2,loop_count:0,foatp_calls:0,translation:fof_full)
% 0.14/0.39  ********************************
% 0.14/0.39  *   All subproblems solved!    *
% 0.14/0.39  ********************************
% 0.14/0.39  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:1,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:66,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.14/0.39  
% 0.14/0.39  %**** Beginning of derivation protocol ****
% 0.14/0.39  % SZS output start CNFRefutation
% See solution above
% 0.14/0.39  
% 0.14/0.39  %**** End of derivation protocol ****
% 0.14/0.39  %**** no. of clauses in derivation: 67 ****
% 0.14/0.39  %**** clause counter: 66 ****
% 0.14/0.39  
% 0.14/0.39  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:1,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:66,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------