TSTP Solution File: LCL161-1 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n024.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 : Sun Jul 17 12:21:03 EDT 2022

% Result   : Unsatisfiable 0.19s 0.41s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   78 (  71 unt;   7 typ;   0 def)
%            Number of atoms       :  181 ( 118 equ;   0 cnn)
%            Maximal formula atoms :    1 (   2 avg)
%            Number of connectives :  327 (   6   ~;   0   |;   0   &; 321   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   7 usr;   5 con; 0-2 aty)
%            Number of variables   :   92 (   0   ^  92   !;   0   ?;  92   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_and_star,type,
    and_star: $i > $i > $i ).

thf(tp_falsehood,type,
    falsehood: $i ).

thf(tp_implies,type,
    implies: $i > $i > $i ).

thf(tp_not,type,
    not: $i > $i ).

thf(tp_truth,type,
    truth: $i ).

thf(tp_x,type,
    x: $i ).

thf(tp_xor,type,
    xor: $i > $i > $i ).

thf(1,axiom,
    ! [X: $i,Y: $i] :
      ( ( implies @ X @ Y )
      = ( xor @ truth @ ( and_star @ X @ ( xor @ truth @ Y ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',implies_definition) ).

thf(2,axiom,
    ( ( not @ truth )
    = falsehood ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',false_definition) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ( and_star @ X @ Y )
      = ( and_star @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',and_star_commutativity) ).

thf(4,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( and_star @ ( and_star @ X @ Y ) @ Z )
      = ( and_star @ X @ ( and_star @ Y @ Z ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',and_star_associativity) ).

thf(5,axiom,
    ! [X: $i,Y: $i] :
      ( ( xor @ X @ Y )
      = ( xor @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',xor_commutativity) ).

thf(6,axiom,
    ! [X: $i,Y: $i] :
      ( ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ X ) @ Y ) @ truth ) @ Y )
      = ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ Y ) @ X ) @ truth ) @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_8) ).

thf(7,axiom,
    ! [X: $i,Y: $i] :
      ( ( xor @ X @ ( xor @ truth @ Y ) )
      = ( xor @ ( xor @ X @ truth ) @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_7) ).

thf(8,axiom,
    ! [X: $i] :
      ( ( and_star @ ( xor @ truth @ X ) @ X )
      = falsehood ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_6) ).

thf(9,axiom,
    ! [X: $i] :
      ( ( and_star @ X @ falsehood )
      = falsehood ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_5) ).

thf(10,axiom,
    ! [X: $i] :
      ( ( and_star @ X @ truth )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_4) ).

thf(11,axiom,
    ! [X: $i] :
      ( ( xor @ X @ X )
      = falsehood ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_3) ).

thf(12,axiom,
    ! [X: $i] :
      ( ( xor @ X @ falsehood )
      = X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_2) ).

thf(13,axiom,
    ! [X: $i] :
      ( ( not @ X )
      = ( xor @ X @ truth ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_1) ).

thf(14,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(15,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[14]) ).

thf(16,negated_conjecture,
    ( implies @ truth @ x )
 != x,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_wajsberg_axiom) ).

thf(17,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[15]) ).

thf(18,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( implies @ X @ Y )
          = ( xor @ truth @ ( and_star @ X @ ( xor @ truth @ Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(19,plain,
    ( ( ( not @ truth )
      = falsehood )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(20,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( and_star @ X @ Y )
          = ( and_star @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(21,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( and_star @ ( and_star @ X @ Y ) @ Z )
          = ( and_star @ X @ ( and_star @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(22,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( xor @ X @ Y )
          = ( xor @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(23,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ X ) @ Y ) @ truth ) @ Y )
          = ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ Y ) @ X ) @ truth ) @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(24,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( xor @ X @ ( xor @ truth @ Y ) )
          = ( xor @ ( xor @ X @ truth ) @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(25,plain,
    ( ( ! [X: $i] :
          ( ( and_star @ ( xor @ truth @ X ) @ X )
          = falsehood ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(26,plain,
    ( ( ! [X: $i] :
          ( ( and_star @ X @ falsehood )
          = falsehood ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(27,plain,
    ( ( ! [X: $i] :
          ( ( and_star @ X @ truth )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(28,plain,
    ( ( ! [X: $i] :
          ( ( xor @ X @ X )
          = falsehood ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(29,plain,
    ( ( ! [X: $i] :
          ( ( xor @ X @ falsehood )
          = X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(30,plain,
    ( ( ! [X: $i] :
          ( ( not @ X )
          = ( xor @ X @ truth ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(31,plain,
    ( ( ( ( implies @ truth @ x )
       != x ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(32,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[17]) ).

thf(33,plain,
    ( ( ( ( implies @ truth @ x )
       != x ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[31]) ).

thf(34,plain,
    ( ( ( ( implies @ truth @ x )
       != x ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(35,plain,
    ( ( ! [X: $i] :
          ( ( not @ X )
          = ( xor @ X @ truth ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(36,plain,
    ( ( ! [X: $i] :
          ( ( xor @ X @ falsehood )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(37,plain,
    ( ( ! [X: $i] :
          ( ( xor @ X @ X )
          = falsehood ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(38,plain,
    ( ( ! [X: $i] :
          ( ( and_star @ X @ truth )
          = X ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(39,plain,
    ( ( ! [X: $i] :
          ( ( and_star @ X @ falsehood )
          = falsehood ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(40,plain,
    ( ( ! [X: $i] :
          ( ( and_star @ ( xor @ truth @ X ) @ X )
          = falsehood ) )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( xor @ X @ ( xor @ truth @ Y ) )
          = ( xor @ ( xor @ X @ truth ) @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(42,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ X ) @ Y ) @ truth ) @ Y )
          = ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ Y ) @ X ) @ truth ) @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(43,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( xor @ X @ Y )
          = ( xor @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(44,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( and_star @ ( and_star @ X @ Y ) @ Z )
          = ( and_star @ X @ ( and_star @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(45,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( and_star @ X @ Y )
          = ( and_star @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(46,plain,
    ( ( ( not @ truth )
      = falsehood )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(47,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( implies @ X @ Y )
          = ( xor @ truth @ ( and_star @ X @ ( xor @ truth @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(48,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(49,plain,
    ( ( ( implies @ truth @ x )
      = x )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[34]) ).

thf(50,plain,
    ! [SV1: $i] :
      ( ( ( not @ SV1 )
        = ( xor @ SV1 @ truth ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(51,plain,
    ! [SV2: $i] :
      ( ( ( xor @ SV2 @ falsehood )
        = SV2 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(52,plain,
    ! [SV3: $i] :
      ( ( ( xor @ SV3 @ SV3 )
        = falsehood )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[37]) ).

thf(53,plain,
    ! [SV4: $i] :
      ( ( ( and_star @ SV4 @ truth )
        = SV4 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(54,plain,
    ! [SV5: $i] :
      ( ( ( and_star @ SV5 @ falsehood )
        = falsehood )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(55,plain,
    ! [SV6: $i] :
      ( ( ( and_star @ ( xor @ truth @ SV6 ) @ SV6 )
        = falsehood )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[40]) ).

thf(56,plain,
    ! [SV7: $i] :
      ( ( ! [SY19: $i] :
            ( ( xor @ SV7 @ ( xor @ truth @ SY19 ) )
            = ( xor @ ( xor @ SV7 @ truth ) @ SY19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(57,plain,
    ! [SV8: $i] :
      ( ( ! [SY20: $i] :
            ( ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ SV8 ) @ SY20 ) @ truth ) @ SY20 )
            = ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ SY20 ) @ SV8 ) @ truth ) @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(58,plain,
    ! [SV9: $i] :
      ( ( ! [SY21: $i] :
            ( ( xor @ SV9 @ SY21 )
            = ( xor @ SY21 @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[43]) ).

thf(59,plain,
    ! [SV10: $i] :
      ( ( ! [SY22: $i,SY23: $i] :
            ( ( and_star @ ( and_star @ SV10 @ SY22 ) @ SY23 )
            = ( and_star @ SV10 @ ( and_star @ SY22 @ SY23 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[44]) ).

thf(60,plain,
    ! [SV11: $i] :
      ( ( ! [SY24: $i] :
            ( ( and_star @ SV11 @ SY24 )
            = ( and_star @ SY24 @ SV11 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(61,plain,
    ! [SV12: $i] :
      ( ( ! [SY25: $i] :
            ( ( implies @ SV12 @ SY25 )
            = ( xor @ truth @ ( and_star @ SV12 @ ( xor @ truth @ SY25 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

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

thf(63,plain,
    ! [SV13: $i,SV7: $i] :
      ( ( ( xor @ SV7 @ ( xor @ truth @ SV13 ) )
        = ( xor @ ( xor @ SV7 @ truth ) @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(64,plain,
    ! [SV14: $i,SV8: $i] :
      ( ( ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ SV8 ) @ SV14 ) @ truth ) @ SV14 )
        = ( and_star @ ( xor @ ( and_star @ ( xor @ truth @ SV14 ) @ SV8 ) @ truth ) @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(65,plain,
    ! [SV15: $i,SV9: $i] :
      ( ( ( xor @ SV9 @ SV15 )
        = ( xor @ SV15 @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(66,plain,
    ! [SV16: $i,SV10: $i] :
      ( ( ! [SY26: $i] :
            ( ( and_star @ ( and_star @ SV10 @ SV16 ) @ SY26 )
            = ( and_star @ SV10 @ ( and_star @ SV16 @ SY26 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(67,plain,
    ! [SV17: $i,SV11: $i] :
      ( ( ( and_star @ SV11 @ SV17 )
        = ( and_star @ SV17 @ SV11 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(68,plain,
    ! [SV18: $i,SV12: $i] :
      ( ( ( implies @ SV12 @ SV18 )
        = ( xor @ truth @ ( and_star @ SV12 @ ( xor @ truth @ SV18 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(69,plain,
    ! [SV19: $i,SV16: $i,SV10: $i] :
      ( ( ( and_star @ ( and_star @ SV10 @ SV16 ) @ SV19 )
        = ( and_star @ SV10 @ ( and_star @ SV16 @ SV19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(70,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[46,69,68,67,65,64,63,62,55,54,53,52,51,50,49]) ).

thf(71,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[70]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : LCL161-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n024.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jul  4 13:38:29 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  
% 0.12/0.35   No.of.Axioms: 14
% 0.12/0.35  
% 0.12/0.35   Length.of.Defs: 0
% 0.12/0.35  
% 0.12/0.35   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:14,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:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:16,loop_count:0,foatp_calls:0,translation:fof_full)...
% 0.19/0.41  
% 0.19/0.41  ********************************
% 0.19/0.41  *   All subproblems solved!    *
% 0.19/0.41  ********************************
% 0.19/0.41  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:14,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:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:70,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.41  
% 0.19/0.41  %**** Beginning of derivation protocol ****
% 0.19/0.41  % SZS output start CNFRefutation
% See solution above
% 0.19/0.41  
% 0.19/0.41  %**** End of derivation protocol ****
% 0.19/0.41  %**** no. of clauses in derivation: 71 ****
% 0.19/0.41  %**** clause counter: 70 ****
% 0.19/0.41  
% 0.19/0.41  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:14,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:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:70,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------