TSTP Solution File: LCL710^1 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : LCL710^1 : TPTP v8.2.0. Bugfixed v5.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n010.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 : Mon May 20 23:53:12 EDT 2024

% Result   : Theorem 0.21s 0.52s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   21
% Syntax   : Number of formulae    :   43 (  22 unt;  12 typ;   0 def)
%            Number of atoms       :   68 (  21 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  202 (  34   ~;  25   |;   3   &; 135   @)
%                                         (   0 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   93 (  93   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  12 usr;   3 con; 0-3 aty)
%            Number of variables   :   79 (  43   ^  36   !;   0   ?;  79   :)

% Comments : 
%------------------------------------------------------------------------------
thf(decl_24,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(decl_25,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_27,type,
    mimplies: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_32,type,
    mforall_prop: ( ( $i > $o ) > $i > $o ) > $i > $o ).

thf(decl_37,type,
    mbox: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_38,type,
    mdia: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

thf(decl_40,type,
    msymmetric: ( $i > $i > $o ) > $o ).

thf(decl_49,type,
    mvalid: ( $i > $o ) > $o ).

thf(decl_53,type,
    epred1_0: $i > $i > $o ).

thf(decl_54,type,
    esk1_3: $i > ( $i > $o ) > $i > $i ).

thf(decl_55,type,
    esk2_0: $i ).

thf(decl_56,type,
    esk3_0: $i ).

thf(mdia,axiom,
    ( mdia
    = ( ^ [X13: $i > $i > $o,X6: $i > $o] : ( mnot @ ( mbox @ X13 @ ( mnot @ X6 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mdia) ).

thf(mnot,axiom,
    ( mnot
    = ( ^ [X6: $i > $o,X3: $i] :
          ~ ( X6 @ X3 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mnot) ).

thf(mbox,axiom,
    ( mbox
    = ( ^ [X13: $i > $i > $o,X6: $i > $o,X3: $i] :
        ! [X14: $i] :
          ( ~ ( X13 @ X3 @ X14 )
          | ( X6 @ X14 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mbox) ).

thf(mimplies,axiom,
    ( mimplies
    = ( ^ [X6: $i > $o,X7: $i > $o] : ( mor @ ( mnot @ X6 ) @ X7 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mimplies) ).

thf(mor,axiom,
    ( mor
    = ( ^ [X6: $i > $o,X7: $i > $o,X3: $i] :
          ( ( X6 @ X3 )
          | ( X7 @ X3 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mor) ).

thf(msymmetric,axiom,
    ( msymmetric
    = ( ^ [X13: $i > $i > $o] :
        ! [X15: $i,X16: $i] :
          ( ( X13 @ X15 @ X16 )
         => ( X13 @ X16 @ X15 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',msymmetric) ).

thf(mforall_prop,axiom,
    ( mforall_prop
    = ( ^ [X9: ( $i > $o ) > $i > $o,X3: $i] :
        ! [X10: $i > $o] : ( X9 @ X10 @ X3 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mforall_prop) ).

thf(mvalid,axiom,
    ( mvalid
    = ( ^ [X6: $i > $o] :
        ! [X3: $i] : ( X6 @ X3 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/LCL013^0.ax',mvalid) ).

thf(conj,conjecture,
    ! [X13: $i > $i > $o] :
      ( ( mvalid
        @ ( mforall_prop
          @ ^ [X18: $i > $o] : ( mimplies @ X18 @ ( mbox @ X13 @ ( mdia @ X13 @ X18 ) ) ) ) )
     => ( msymmetric @ X13 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj) ).

thf(c_0_9,plain,
    ( mdia
    = ( ^ [Z0: $i > $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ! [X21: $i] :
              ( ~ ( Z0 @ Z2 @ X21 )
              | ~ ( Z1 @ X21 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mdia]) ).

thf(c_0_10,plain,
    ( mnot
    = ( ^ [Z0: $i > $o,Z1: $i] :
          ~ ( Z0 @ Z1 ) ) ),
    inference(fof_simplification,[status(thm)],[mnot]) ).

thf(c_0_11,plain,
    ( mbox
    = ( ^ [Z0: $i > $i > $o,Z1: $i > $o,Z2: $i] :
        ! [X14: $i] :
          ( ~ ( Z0 @ Z2 @ X14 )
          | ( Z1 @ X14 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mbox]) ).

thf(c_0_12,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mimplies]) ).

thf(c_0_13,plain,
    ( mor
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(fof_simplification,[status(thm)],[mor]) ).

thf(c_0_14,plain,
    ( msymmetric
    = ( ^ [Z0: $i > $i > $o] :
        ! [X15: $i,X16: $i] :
          ( ( Z0 @ X15 @ X16 )
         => ( Z0 @ X16 @ X15 ) ) ) ),
    inference(fof_simplification,[status(thm)],[msymmetric]) ).

thf(c_0_15,plain,
    ( mdia
    = ( ^ [Z0: $i > $i > $o,Z1: $i > $o,Z2: $i] :
          ~ ! [X21: $i] :
              ( ~ ( Z0 @ Z2 @ X21 )
              | ~ ( Z1 @ X21 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_9,c_0_10]),c_0_11]) ).

thf(c_0_16,plain,
    ( mimplies
    = ( ^ [Z0: $i > $o,Z1: $i > $o,Z2: $i] :
          ( ~ ( Z0 @ Z2 )
          | ( Z1 @ Z2 ) ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[c_0_12,c_0_13]),c_0_10]) ).

thf(c_0_17,plain,
    ( mforall_prop
    = ( ^ [Z0: ( $i > $o ) > $i > $o,Z1: $i] :
        ! [X10: $i > $o] : ( Z0 @ X10 @ Z1 ) ) ),
    inference(fof_simplification,[status(thm)],[mforall_prop]) ).

thf(c_0_18,plain,
    ( mvalid
    = ( ^ [Z0: $i > $o] :
        ! [X3: $i] : ( Z0 @ X3 ) ) ),
    inference(fof_simplification,[status(thm)],[mvalid]) ).

thf(c_0_19,negated_conjecture,
    ~ ! [X13: $i > $i > $o] :
        ( ! [X25: $i,X24: $i > $o] :
            ( ~ ( X24 @ X25 )
            | ! [X23: $i] :
                ( ~ ( X13 @ X25 @ X23 )
                | ~ ! [X22: $i] :
                      ( ~ ( X13 @ X23 @ X22 )
                      | ~ ( X24 @ X22 ) ) ) )
       => ! [X26: $i,X27: $i] :
            ( ( X13 @ X26 @ X27 )
           => ( X13 @ X27 @ X26 ) ) ),
    inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[conj])]),c_0_14]),c_0_15]),c_0_11]),c_0_16]),c_0_17]),c_0_18]) ).

thf(c_0_20,negated_conjecture,
    ! [X29: $i,X30: $i > $o,X31: $i] :
      ( ( ( epred1_0 @ X31 @ ( esk1_3 @ X29 @ X30 @ X31 ) )
        | ~ ( epred1_0 @ X29 @ X31 )
        | ~ ( X30 @ X29 ) )
      & ( ( X30 @ ( esk1_3 @ X29 @ X30 @ X31 ) )
        | ~ ( epred1_0 @ X29 @ X31 )
        | ~ ( X30 @ X29 ) )
      & ( epred1_0 @ esk2_0 @ esk3_0 )
      & ~ ( epred1_0 @ esk3_0 @ esk2_0 ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])])])])])]) ).

thf(c_0_21,negated_conjecture,
    ! [X14: $i,X4: $i > $o,X3: $i] :
      ( ( X4 @ ( esk1_3 @ X3 @ X4 @ X14 ) )
      | ~ ( epred1_0 @ X3 @ X14 )
      | ~ ( X4 @ X3 ) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

thf(c_0_22,negated_conjecture,
    epred1_0 @ esk2_0 @ esk3_0,
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

thf(c_0_23,negated_conjecture,
    ! [X4: $i > $o,X3: $i,X14: $i] :
      ( ( epred1_0 @ X3 @ ( esk1_3 @ X14 @ X4 @ X3 ) )
      | ~ ( epred1_0 @ X14 @ X3 )
      | ~ ( X4 @ X14 ) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

thf(c_0_24,negated_conjecture,
    ! [X4: $i > $o] :
      ( ( X4 @ ( esk1_3 @ esk2_0 @ X4 @ esk3_0 ) )
      | ~ ( X4 @ esk2_0 ) ),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

thf(c_0_25,negated_conjecture,
    ! [X3: $i,X4: $i > $o] :
      ( ( epred1_0 @ X3 @ ( esk1_3 @ ( esk1_3 @ esk2_0 @ X4 @ esk3_0 ) @ X4 @ X3 ) )
      | ~ ( epred1_0 @ ( esk1_3 @ esk2_0 @ X4 @ esk3_0 ) @ X3 )
      | ~ ( X4 @ esk2_0 ) ),
    inference(spm,[status(thm)],[c_0_23,c_0_24]) ).

thf(c_0_26,negated_conjecture,
    ! [X3: $i,X14: $i] :
      ( ( ( esk1_3 @ X3
          @ ^ [Z0: $i] : ( Z0 = X3 )
          @ X14 )
        = X3 )
      | ~ ( epred1_0 @ X3 @ X14 ) ),
    inference(eliminate_leibniz_eq,[status(thm)],[inference(cn,[status(thm)],[]),c_0_21]) ).

thf(c_0_27,negated_conjecture,
    ! [X3: $i] :
      ( ( epred1_0 @ X3
        @ ( esk1_3 @ esk2_0
          @ ^ [Z0: $i] : ( Z0 = esk2_0 )
          @ X3 ) )
      | ~ ( epred1_0 @ esk2_0 @ X3 ) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(cn,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26])])]),c_0_22])]) ).

thf(c_0_28,negated_conjecture,
    ! [X3: $i] :
      ( ( epred1_0 @ X3 @ esk2_0 )
      | ~ ( epred1_0 @ esk2_0 @ X3 ) ),
    inference(spm,[status(thm)],[c_0_27,c_0_26]) ).

thf(c_0_29,negated_conjecture,
    ~ ( epred1_0 @ esk3_0 @ esk2_0 ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

thf(c_0_30,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_22]),c_0_29]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.14  % Problem    : LCL710^1 : TPTP v8.2.0. Bugfixed v5.0.0.
% 0.05/0.15  % Command    : run_E %s %d THM
% 0.14/0.36  % Computer : n010.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit   : 300
% 0.14/0.36  % WCLimit    : 300
% 0.14/0.36  % DateTime   : Mon May 20 03:00:23 EDT 2024
% 0.14/0.36  % CPUTime    : 
% 0.21/0.50  Running higher-order theorem proving
% 0.21/0.50  Running: /export/starexec/sandbox2/solver/bin/eprover-ho --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.21/0.52  # Version: 3.1.0-ho
% 0.21/0.52  # Preprocessing class: HSMSSMSSMLMNHHN.
% 0.21/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.52  # Starting ehoh_best2_full_lfho with 1500s (5) cores
% 0.21/0.52  # Starting lpo9_lambda_fix with 300s (1) cores
% 0.21/0.52  # Starting sh5l with 300s (1) cores
% 0.21/0.52  # Starting ho_unfolding_6 with 300s (1) cores
% 0.21/0.52  # sh5l with pid 20291 completed with status 0
% 0.21/0.52  # Result found by sh5l
% 0.21/0.52  # Preprocessing class: HSMSSMSSMLMNHHN.
% 0.21/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.52  # Starting ehoh_best2_full_lfho with 1500s (5) cores
% 0.21/0.52  # Starting lpo9_lambda_fix with 300s (1) cores
% 0.21/0.52  # Starting sh5l with 300s (1) cores
% 0.21/0.52  # SinE strategy is gf500_gu_R04_F100_L20000
% 0.21/0.52  # Search class: HHUNF-FFSF33-SHHSMMBN
% 0.21/0.52  # partial match(1): HGUNF-FFSF33-SHHSMMBN
% 0.21/0.52  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.21/0.52  # Starting new_ho_10 with 181s (1) cores
% 0.21/0.52  # new_ho_10 with pid 20293 completed with status 9
% 0.21/0.52  # Starting sh5l with 31s (1) cores
% 0.21/0.52  # sh5l with pid 20304 completed with status 0
% 0.21/0.52  # Result found by sh5l
% 0.21/0.52  # Preprocessing class: HSMSSMSSMLMNHHN.
% 0.21/0.52  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.52  # Starting ehoh_best2_full_lfho with 1500s (5) cores
% 0.21/0.52  # Starting lpo9_lambda_fix with 300s (1) cores
% 0.21/0.52  # Starting sh5l with 300s (1) cores
% 0.21/0.52  # SinE strategy is gf500_gu_R04_F100_L20000
% 0.21/0.52  # Search class: HHUNF-FFSF33-SHHSMMBN
% 0.21/0.52  # partial match(1): HGUNF-FFSF33-SHHSMMBN
% 0.21/0.52  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.21/0.52  # Starting new_ho_10 with 181s (1) cores
% 0.21/0.52  # new_ho_10 with pid 20293 completed with status 9
% 0.21/0.52  # Starting sh5l with 31s (1) cores
% 0.21/0.52  # Preprocessing time       : 0.001 s
% 0.21/0.52  # Presaturation interreduction done
% 0.21/0.52  
% 0.21/0.52  # Proof found!
% 0.21/0.52  # SZS status Theorem
% 0.21/0.52  # SZS output start CNFRefutation
% See solution above
% 0.21/0.52  # Parsed axioms                        : 64
% 0.21/0.52  # Removed by relevancy pruning/SinE    : 50
% 0.21/0.52  # Initial clauses                      : 4
% 0.21/0.52  # Removed in clause preprocessing      : 0
% 0.21/0.52  # Initial clauses in saturation        : 4
% 0.21/0.52  # Processed clauses                    : 19
% 0.21/0.52  # ...of these trivial                  : 0
% 0.21/0.52  # ...subsumed                          : 1
% 0.21/0.52  # ...remaining for further processing  : 18
% 0.21/0.52  # Other redundant clauses eliminated   : 0
% 0.21/0.52  # Clauses deleted for lack of memory   : 0
% 0.21/0.52  # Backward-subsumed                    : 0
% 0.21/0.52  # Backward-rewritten                   : 0
% 0.21/0.52  # Generated clauses                    : 27
% 0.21/0.52  # ...of the previous two non-redundant : 25
% 0.21/0.52  # ...aggressively subsumed             : 0
% 0.21/0.52  # Contextual simplify-reflections      : 0
% 0.21/0.52  # Paramodulations                      : 26
% 0.21/0.52  # Factorizations                       : 0
% 0.21/0.52  # NegExts                              : 0
% 0.21/0.52  # Equation resolutions                 : 0
% 0.21/0.52  # Disequality decompositions           : 0
% 0.21/0.52  # Total rewrite steps                  : 3
% 0.21/0.52  # ...of those cached                   : 2
% 0.21/0.52  # Propositional unsat checks           : 0
% 0.21/0.52  #    Propositional check models        : 0
% 0.21/0.52  #    Propositional check unsatisfiable : 0
% 0.21/0.52  #    Propositional clauses             : 0
% 0.21/0.52  #    Propositional clauses after purity: 0
% 0.21/0.52  #    Propositional unsat core size     : 0
% 0.21/0.52  #    Propositional preprocessing time  : 0.000
% 0.21/0.52  #    Propositional encoding time       : 0.000
% 0.21/0.52  #    Propositional solver time         : 0.000
% 0.21/0.52  #    Success case prop preproc time    : 0.000
% 0.21/0.52  #    Success case prop encoding time   : 0.000
% 0.21/0.52  #    Success case prop solver time     : 0.000
% 0.21/0.52  # Current number of processed clauses  : 14
% 0.21/0.52  #    Positive orientable unit clauses  : 1
% 0.21/0.52  #    Positive unorientable unit clauses: 0
% 0.21/0.52  #    Negative unit clauses             : 1
% 0.21/0.52  #    Non-unit-clauses                  : 12
% 0.21/0.52  # Current number of unprocessed clauses: 10
% 0.21/0.52  # ...number of literals in the above   : 33
% 0.21/0.52  # Current number of archived formulas  : 0
% 0.21/0.52  # Current number of archived clauses   : 4
% 0.21/0.52  # Clause-clause subsumption calls (NU) : 58
% 0.21/0.52  # Rec. Clause-clause subsumption calls : 56
% 0.21/0.52  # Non-unit clause-clause subsumptions  : 0
% 0.21/0.52  # Unit Clause-clause subsumption calls : 0
% 0.21/0.52  # Rewrite failures with RHS unbound    : 0
% 0.21/0.52  # BW rewrite match attempts            : 0
% 0.21/0.52  # BW rewrite match successes           : 0
% 0.21/0.52  # Condensation attempts                : 19
% 0.21/0.52  # Condensation successes               : 0
% 0.21/0.52  # Termbank termtop insertions          : 3275
% 0.21/0.52  # Search garbage collected termcells   : 607
% 0.21/0.52  
% 0.21/0.52  # -------------------------------------------------
% 0.21/0.52  # User time                : 0.006 s
% 0.21/0.52  # System time              : 0.003 s
% 0.21/0.52  # Total time               : 0.009 s
% 0.21/0.52  # Maximum resident set size: 2056 pages
% 0.21/0.52  
% 0.21/0.52  # -------------------------------------------------
% 0.21/0.52  # User time                : 0.009 s
% 0.21/0.52  # System time              : 0.005 s
% 0.21/0.52  # Total time               : 0.014 s
% 0.21/0.52  # Maximum resident set size: 1796 pages
% 0.21/0.52  % E---3.1 exiting
% 0.21/0.52  % E exiting
%------------------------------------------------------------------------------