TSTP Solution File: REL001+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : REL001+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.nBIEjLRSdN true

% Computer : n017.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  : 300s
% DateTime : Thu Aug 31 13:46:58 EDT 2023

% Result   : Theorem 1.16s 0.79s
% Output   : Refutation 1.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   64 (  55 unt;   9 typ;   0 def)
%            Number of atoms       :   55 (  54 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :  241 (   3   ~;   0   |;   0   &; 238   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   9 usr;   5 con; 0-2 aty)
%            Number of variables   :   62 (   0   ^;  62   !;   0   ?;  62   :)

% Comments : 
%------------------------------------------------------------------------------
thf(join_type,type,
    join: $i > $i > $i ).

thf(converse_type,type,
    converse: $i > $i ).

thf(sk__type,type,
    sk_: $i ).

thf(meet_type,type,
    meet: $i > $i > $i ).

thf(top_type,type,
    top: $i ).

thf(zero_type,type,
    zero: $i ).

thf(composition_type,type,
    composition: $i > $i > $i ).

thf(complement_type,type,
    complement: $i > $i ).

thf(one_type,type,
    one: $i ).

thf(goals,conjecture,
    ! [X0: $i] :
      ( ( join @ zero @ X0 )
      = X0 ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X0: $i] :
        ( ( join @ zero @ X0 )
        = X0 ),
    inference('cnf.neg',[status(esa)],[goals]) ).

thf(zip_derived_cl13,plain,
    ( ( join @ zero @ sk_ )
   != sk_ ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(converse_idempotence,axiom,
    ! [X0: $i] :
      ( ( converse @ ( converse @ X0 ) )
      = X0 ) ).

thf(zip_derived_cl7,plain,
    ! [X0: $i] :
      ( ( converse @ ( converse @ X0 ) )
      = X0 ),
    inference(cnf,[status(esa)],[converse_idempotence]) ).

thf(composition_identity,axiom,
    ! [X0: $i] :
      ( ( composition @ X0 @ one )
      = X0 ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i] :
      ( ( composition @ X0 @ one )
      = X0 ),
    inference(cnf,[status(esa)],[composition_identity]) ).

thf(converse_multiplicativity,axiom,
    ! [X0: $i,X1: $i] :
      ( ( converse @ ( composition @ X0 @ X1 ) )
      = ( composition @ ( converse @ X1 ) @ ( converse @ X0 ) ) ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i] :
      ( ( converse @ ( composition @ X1 @ X0 ) )
      = ( composition @ ( converse @ X0 ) @ ( converse @ X1 ) ) ),
    inference(cnf,[status(esa)],[converse_multiplicativity]) ).

thf(zip_derived_cl57,plain,
    ! [X0: $i] :
      ( ( converse @ X0 )
      = ( composition @ ( converse @ one ) @ ( converse @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl5,zip_derived_cl9]) ).

thf(zip_derived_cl156,plain,
    ! [X0: $i] :
      ( ( converse @ ( converse @ X0 ) )
      = ( composition @ ( converse @ one ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl7,zip_derived_cl57]) ).

thf(zip_derived_cl7_001,plain,
    ! [X0: $i] :
      ( ( converse @ ( converse @ X0 ) )
      = X0 ),
    inference(cnf,[status(esa)],[converse_idempotence]) ).

thf(zip_derived_cl157,plain,
    ! [X0: $i] :
      ( X0
      = ( composition @ ( converse @ one ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl156,zip_derived_cl7]) ).

thf(zip_derived_cl5_002,plain,
    ! [X0: $i] :
      ( ( composition @ X0 @ one )
      = X0 ),
    inference(cnf,[status(esa)],[composition_identity]) ).

thf(composition_associativity,axiom,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( composition @ X0 @ ( composition @ X1 @ X2 ) )
      = ( composition @ ( composition @ X0 @ X1 ) @ X2 ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( composition @ X0 @ ( composition @ X1 @ X2 ) )
      = ( composition @ ( composition @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[composition_associativity]) ).

thf(zip_derived_cl30,plain,
    ! [X0: $i,X1: $i] :
      ( ( composition @ X0 @ ( composition @ one @ X1 ) )
      = ( composition @ X0 @ X1 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl5,zip_derived_cl4]) ).

thf(zip_derived_cl163,plain,
    ! [X0: $i] :
      ( ( composition @ one @ X0 )
      = ( composition @ ( converse @ one ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl157,zip_derived_cl30]) ).

thf(zip_derived_cl157_003,plain,
    ! [X0: $i] :
      ( X0
      = ( composition @ ( converse @ one ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl156,zip_derived_cl7]) ).

thf(zip_derived_cl169,plain,
    ! [X0: $i] :
      ( ( composition @ one @ X0 )
      = X0 ),
    inference(demod,[status(thm)],[zip_derived_cl163,zip_derived_cl157]) ).

thf(converse_cancellativity,axiom,
    ! [X0: $i,X1: $i] :
      ( ( join @ ( composition @ ( converse @ X0 ) @ ( complement @ ( composition @ X0 @ X1 ) ) ) @ ( complement @ X1 ) )
      = ( complement @ X1 ) ) ).

thf(zip_derived_cl10,plain,
    ! [X0: $i,X1: $i] :
      ( ( join @ ( composition @ ( converse @ X1 ) @ ( complement @ ( composition @ X1 @ X0 ) ) ) @ ( complement @ X0 ) )
      = ( complement @ X0 ) ),
    inference(cnf,[status(esa)],[converse_cancellativity]) ).

thf(zip_derived_cl182,plain,
    ! [X0: $i] :
      ( ( join @ ( composition @ ( converse @ one ) @ ( complement @ X0 ) ) @ ( complement @ X0 ) )
      = ( complement @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl169,zip_derived_cl10]) ).

thf(zip_derived_cl157_004,plain,
    ! [X0: $i] :
      ( X0
      = ( composition @ ( converse @ one ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl156,zip_derived_cl7]) ).

thf(zip_derived_cl5_005,plain,
    ! [X0: $i] :
      ( ( composition @ X0 @ one )
      = X0 ),
    inference(cnf,[status(esa)],[composition_identity]) ).

thf(zip_derived_cl164,plain,
    ( one
    = ( converse @ one ) ),
    inference('sup+',[status(thm)],[zip_derived_cl157,zip_derived_cl5]) ).

thf(zip_derived_cl169_006,plain,
    ! [X0: $i] :
      ( ( composition @ one @ X0 )
      = X0 ),
    inference(demod,[status(thm)],[zip_derived_cl163,zip_derived_cl157]) ).

thf(zip_derived_cl183,plain,
    ! [X0: $i] :
      ( ( join @ ( complement @ X0 ) @ ( complement @ X0 ) )
      = ( complement @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl182,zip_derived_cl164,zip_derived_cl169]) ).

thf(maddux3_a_kind_of_de_Morgan,axiom,
    ! [X0: $i,X1: $i] :
      ( X0
      = ( join @ ( complement @ ( join @ ( complement @ X0 ) @ ( complement @ X1 ) ) ) @ ( complement @ ( join @ ( complement @ X0 ) @ X1 ) ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i] :
      ( X0
      = ( join @ ( complement @ ( join @ ( complement @ X0 ) @ ( complement @ X1 ) ) ) @ ( complement @ ( join @ ( complement @ X0 ) @ X1 ) ) ) ),
    inference(cnf,[status(esa)],[maddux3_a_kind_of_de_Morgan]) ).

thf(zip_derived_cl255,plain,
    ! [X0: $i] :
      ( X0
      = ( join @ ( complement @ ( join @ ( complement @ X0 ) @ ( complement @ ( complement @ X0 ) ) ) ) @ ( complement @ ( complement @ X0 ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl183,zip_derived_cl2]) ).

thf(def_top,axiom,
    ! [X0: $i] :
      ( top
      = ( join @ X0 @ ( complement @ X0 ) ) ) ).

thf(zip_derived_cl11,plain,
    ! [X0: $i] :
      ( top
      = ( join @ X0 @ ( complement @ X0 ) ) ),
    inference(cnf,[status(esa)],[def_top]) ).

thf(def_zero,axiom,
    ! [X0: $i] :
      ( zero
      = ( meet @ X0 @ ( complement @ X0 ) ) ) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i] :
      ( zero
      = ( meet @ X0 @ ( complement @ X0 ) ) ),
    inference(cnf,[status(esa)],[def_zero]) ).

thf(maddux4_definiton_of_meet,axiom,
    ! [X0: $i,X1: $i] :
      ( ( meet @ X0 @ X1 )
      = ( complement @ ( join @ ( complement @ X0 ) @ ( complement @ X1 ) ) ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i,X1: $i] :
      ( ( meet @ X0 @ X1 )
      = ( complement @ ( join @ ( complement @ X0 ) @ ( complement @ X1 ) ) ) ),
    inference(cnf,[status(esa)],[maddux4_definiton_of_meet]) ).

thf(zip_derived_cl26,plain,
    ! [X0: $i] :
      ( zero
      = ( complement @ ( join @ ( complement @ X0 ) @ ( complement @ ( complement @ X0 ) ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl12,zip_derived_cl3]) ).

thf(zip_derived_cl11_007,plain,
    ! [X0: $i] :
      ( top
      = ( join @ X0 @ ( complement @ X0 ) ) ),
    inference(cnf,[status(esa)],[def_top]) ).

thf(zip_derived_cl27,plain,
    ( zero
    = ( complement @ top ) ),
    inference(demod,[status(thm)],[zip_derived_cl26,zip_derived_cl11]) ).

thf(zip_derived_cl261,plain,
    ! [X0: $i] :
      ( X0
      = ( join @ zero @ ( complement @ ( complement @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl255,zip_derived_cl11,zip_derived_cl27]) ).

thf(zip_derived_cl27_008,plain,
    ( zero
    = ( complement @ top ) ),
    inference(demod,[status(thm)],[zip_derived_cl26,zip_derived_cl11]) ).

thf(zip_derived_cl183_009,plain,
    ! [X0: $i] :
      ( ( join @ ( complement @ X0 ) @ ( complement @ X0 ) )
      = ( complement @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl182,zip_derived_cl164,zip_derived_cl169]) ).

thf(zip_derived_cl257,plain,
    ( ( join @ ( complement @ top ) @ zero )
    = ( complement @ top ) ),
    inference('sup+',[status(thm)],[zip_derived_cl27,zip_derived_cl183]) ).

thf(zip_derived_cl27_010,plain,
    ( zero
    = ( complement @ top ) ),
    inference(demod,[status(thm)],[zip_derived_cl26,zip_derived_cl11]) ).

thf(zip_derived_cl27_011,plain,
    ( zero
    = ( complement @ top ) ),
    inference(demod,[status(thm)],[zip_derived_cl26,zip_derived_cl11]) ).

thf(zip_derived_cl259,plain,
    ( ( join @ zero @ zero )
    = zero ),
    inference(demod,[status(thm)],[zip_derived_cl257,zip_derived_cl27,zip_derived_cl27]) ).

thf(maddux2_join_associativity,axiom,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( join @ X0 @ ( join @ X1 @ X2 ) )
      = ( join @ ( join @ X0 @ X1 ) @ X2 ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( join @ X0 @ ( join @ X1 @ X2 ) )
      = ( join @ ( join @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[maddux2_join_associativity]) ).

thf(zip_derived_cl264,plain,
    ! [X0: $i] :
      ( ( join @ zero @ ( join @ zero @ X0 ) )
      = ( join @ zero @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl259,zip_derived_cl1]) ).

thf(zip_derived_cl328,plain,
    ! [X0: $i] :
      ( ( join @ zero @ X0 )
      = ( join @ zero @ ( complement @ ( complement @ X0 ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl261,zip_derived_cl264]) ).

thf(zip_derived_cl261_012,plain,
    ! [X0: $i] :
      ( X0
      = ( join @ zero @ ( complement @ ( complement @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl255,zip_derived_cl11,zip_derived_cl27]) ).

thf(zip_derived_cl330,plain,
    ! [X0: $i] :
      ( ( join @ zero @ X0 )
      = X0 ),
    inference(demod,[status(thm)],[zip_derived_cl328,zip_derived_cl261]) ).

thf(zip_derived_cl331,plain,
    sk_ != sk_,
    inference(demod,[status(thm)],[zip_derived_cl13,zip_derived_cl330]) ).

thf(zip_derived_cl332,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl331]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : REL001+1 : TPTP v8.1.2. Released v4.0.0.
% 0.08/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.nBIEjLRSdN true
% 0.13/0.35  % Computer : n017.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri Aug 25 19:34:10 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.20/0.66  % Total configuration time : 435
% 0.20/0.66  % Estimated wc time : 1092
% 0.20/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 1.16/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 1.16/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 1.16/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 1.16/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 1.16/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 1.16/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.16/0.79  % Solved by fo/fo3_bce.sh.
% 1.16/0.79  % BCE start: 14
% 1.16/0.79  % BCE eliminated: 0
% 1.16/0.79  % PE start: 14
% 1.16/0.79  logic: eq
% 1.16/0.79  % PE eliminated: 0
% 1.16/0.79  % done 41 iterations in 0.046s
% 1.16/0.79  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.16/0.79  % SZS output start Refutation
% See solution above
% 1.16/0.79  
% 1.16/0.79  
% 1.16/0.79  % Terminating...
% 1.36/0.87  % Runner terminated.
% 1.36/0.88  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------