TSTP Solution File: SYN415+1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : SYN415+1 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% 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  : 300s
% DateTime : Fri Sep  1 03:06:58 EDT 2023

% Result   : Theorem 1.86s 1.03s
% Output   : CNFRefutation 1.86s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   18
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   58 (   5 unt;   0 def)
%            Number of atoms       :  227 (  58 equ)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :  268 (  99   ~; 104   |;  48   &)
%                                         (   4 <=>;  10  =>;   0  <=;   3 <~>)
%            Maximal formula depth :    9 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   3 usr;   3 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-1 aty)
%            Number of variables   :   94 (   4 sgn;  47   !;  30   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,conjecture,
    ( ( ! [X1,X2] :
          ( ( f(X2)
            & f(X1) )
         => X1 = X2 )
      & ? [X0] : f(X0) )
  <=> ? [X3] :
        ( ! [X4] :
            ( f(X4)
           => X3 = X4 )
        & f(X3) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',kalish317) ).

fof(f2,negated_conjecture,
    ~ ( ( ! [X1,X2] :
            ( ( f(X2)
              & f(X1) )
           => X1 = X2 )
        & ? [X0] : f(X0) )
    <=> ? [X3] :
          ( ! [X4] :
              ( f(X4)
             => X3 = X4 )
          & f(X3) ) ),
    inference(negated_conjecture,[],[f1]) ).

fof(f3,plain,
    ~ ( ( ! [X0,X1] :
            ( ( f(X1)
              & f(X0) )
           => X0 = X1 )
        & ? [X2] : f(X2) )
    <=> ? [X3] :
          ( ! [X4] :
              ( f(X4)
             => X3 = X4 )
          & f(X3) ) ),
    inference(rectify,[],[f2]) ).

fof(f4,plain,
    ( ( ! [X0,X1] :
          ( X0 = X1
          | ~ f(X1)
          | ~ f(X0) )
      & ? [X2] : f(X2) )
  <~> ? [X3] :
        ( ! [X4] :
            ( X3 = X4
            | ~ f(X4) )
        & f(X3) ) ),
    inference(ennf_transformation,[],[f3]) ).

fof(f5,plain,
    ( ( ! [X0,X1] :
          ( X0 = X1
          | ~ f(X1)
          | ~ f(X0) )
      & ? [X2] : f(X2) )
  <~> ? [X3] :
        ( ! [X4] :
            ( X3 = X4
            | ~ f(X4) )
        & f(X3) ) ),
    inference(flattening,[],[f4]) ).

fof(f6,plain,
    ( sP0
  <=> ( ! [X0,X1] :
          ( X0 = X1
          | ~ f(X1)
          | ~ f(X0) )
      & ? [X2] : f(X2) ) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP0])]) ).

fof(f7,plain,
    ( sP0
  <~> ? [X3] :
        ( ! [X4] :
            ( X3 = X4
            | ~ f(X4) )
        & f(X3) ) ),
    inference(definition_folding,[],[f5,f6]) ).

fof(f8,plain,
    ( ( sP0
      | ? [X0,X1] :
          ( X0 != X1
          & f(X1)
          & f(X0) )
      | ! [X2] : ~ f(X2) )
    & ( ( ! [X0,X1] :
            ( X0 = X1
            | ~ f(X1)
            | ~ f(X0) )
        & ? [X2] : f(X2) )
      | ~ sP0 ) ),
    inference(nnf_transformation,[],[f6]) ).

fof(f9,plain,
    ( ( sP0
      | ? [X0,X1] :
          ( X0 != X1
          & f(X1)
          & f(X0) )
      | ! [X2] : ~ f(X2) )
    & ( ( ! [X0,X1] :
            ( X0 = X1
            | ~ f(X1)
            | ~ f(X0) )
        & ? [X2] : f(X2) )
      | ~ sP0 ) ),
    inference(flattening,[],[f8]) ).

fof(f10,plain,
    ( ( sP0
      | ? [X0,X1] :
          ( X0 != X1
          & f(X1)
          & f(X0) )
      | ! [X2] : ~ f(X2) )
    & ( ( ! [X3,X4] :
            ( X3 = X4
            | ~ f(X4)
            | ~ f(X3) )
        & ? [X5] : f(X5) )
      | ~ sP0 ) ),
    inference(rectify,[],[f9]) ).

fof(f11,plain,
    ( ? [X0,X1] :
        ( X0 != X1
        & f(X1)
        & f(X0) )
   => ( sK1 != sK2
      & f(sK2)
      & f(sK1) ) ),
    introduced(choice_axiom,[]) ).

fof(f12,plain,
    ( ? [X5] : f(X5)
   => f(sK3) ),
    introduced(choice_axiom,[]) ).

fof(f13,plain,
    ( ( sP0
      | ( sK1 != sK2
        & f(sK2)
        & f(sK1) )
      | ! [X2] : ~ f(X2) )
    & ( ( ! [X3,X4] :
            ( X3 = X4
            | ~ f(X4)
            | ~ f(X3) )
        & f(sK3) )
      | ~ sP0 ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1,sK2,sK3])],[f10,f12,f11]) ).

fof(f14,plain,
    ( ( ! [X3] :
          ( ? [X4] :
              ( X3 != X4
              & f(X4) )
          | ~ f(X3) )
      | ~ sP0 )
    & ( ? [X3] :
          ( ! [X4] :
              ( X3 = X4
              | ~ f(X4) )
          & f(X3) )
      | sP0 ) ),
    inference(nnf_transformation,[],[f7]) ).

fof(f15,plain,
    ( ( ! [X0] :
          ( ? [X1] :
              ( X0 != X1
              & f(X1) )
          | ~ f(X0) )
      | ~ sP0 )
    & ( ? [X2] :
          ( ! [X3] :
              ( X2 = X3
              | ~ f(X3) )
          & f(X2) )
      | sP0 ) ),
    inference(rectify,[],[f14]) ).

fof(f16,plain,
    ! [X0] :
      ( ? [X1] :
          ( X0 != X1
          & f(X1) )
     => ( sK4(X0) != X0
        & f(sK4(X0)) ) ),
    introduced(choice_axiom,[]) ).

fof(f17,plain,
    ( ? [X2] :
        ( ! [X3] :
            ( X2 = X3
            | ~ f(X3) )
        & f(X2) )
   => ( ! [X3] :
          ( sK5 = X3
          | ~ f(X3) )
      & f(sK5) ) ),
    introduced(choice_axiom,[]) ).

fof(f18,plain,
    ( ( ! [X0] :
          ( ( sK4(X0) != X0
            & f(sK4(X0)) )
          | ~ f(X0) )
      | ~ sP0 )
    & ( ( ! [X3] :
            ( sK5 = X3
            | ~ f(X3) )
        & f(sK5) )
      | sP0 ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4,sK5])],[f15,f17,f16]) ).

fof(f19,plain,
    ( f(sK3)
    | ~ sP0 ),
    inference(cnf_transformation,[],[f13]) ).

fof(f20,plain,
    ! [X3,X4] :
      ( X3 = X4
      | ~ f(X4)
      | ~ f(X3)
      | ~ sP0 ),
    inference(cnf_transformation,[],[f13]) ).

fof(f21,plain,
    ! [X2] :
      ( sP0
      | f(sK1)
      | ~ f(X2) ),
    inference(cnf_transformation,[],[f13]) ).

fof(f22,plain,
    ! [X2] :
      ( sP0
      | f(sK2)
      | ~ f(X2) ),
    inference(cnf_transformation,[],[f13]) ).

fof(f23,plain,
    ! [X2] :
      ( sP0
      | sK1 != sK2
      | ~ f(X2) ),
    inference(cnf_transformation,[],[f13]) ).

fof(f24,plain,
    ( f(sK5)
    | sP0 ),
    inference(cnf_transformation,[],[f18]) ).

fof(f25,plain,
    ! [X3] :
      ( sK5 = X3
      | ~ f(X3)
      | sP0 ),
    inference(cnf_transformation,[],[f18]) ).

fof(f26,plain,
    ! [X0] :
      ( f(sK4(X0))
      | ~ f(X0)
      | ~ sP0 ),
    inference(cnf_transformation,[],[f18]) ).

fof(f27,plain,
    ! [X0] :
      ( sK4(X0) != X0
      | ~ f(X0)
      | ~ sP0 ),
    inference(cnf_transformation,[],[f18]) ).

cnf(c_49,plain,
    ( sK1 != sK2
    | ~ f(X0)
    | sP0 ),
    inference(cnf_transformation,[],[f23]) ).

cnf(c_50,plain,
    ( ~ f(X0)
    | f(sK2)
    | sP0 ),
    inference(cnf_transformation,[],[f22]) ).

cnf(c_51,plain,
    ( ~ f(X0)
    | f(sK1)
    | sP0 ),
    inference(cnf_transformation,[],[f21]) ).

cnf(c_52,plain,
    ( ~ f(X0)
    | ~ f(X1)
    | ~ sP0
    | X0 = X1 ),
    inference(cnf_transformation,[],[f20]) ).

cnf(c_53,plain,
    ( ~ sP0
    | f(sK3) ),
    inference(cnf_transformation,[],[f19]) ).

cnf(c_54,negated_conjecture,
    ( sK4(X0) != X0
    | ~ f(X0)
    | ~ sP0 ),
    inference(cnf_transformation,[],[f27]) ).

cnf(c_55,negated_conjecture,
    ( ~ f(X0)
    | ~ sP0
    | f(sK4(X0)) ),
    inference(cnf_transformation,[],[f26]) ).

cnf(c_56,negated_conjecture,
    ( ~ f(X0)
    | X0 = sK5
    | sP0 ),
    inference(cnf_transformation,[],[f25]) ).

cnf(c_57,negated_conjecture,
    ( f(sK5)
    | sP0 ),
    inference(cnf_transformation,[],[f24]) ).

cnf(c_503,plain,
    ( ~ f(X0)
    | ~ sP0_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP0_iProver_split])],[c_51]) ).

cnf(c_504,plain,
    ( f(sK1)
    | sP0
    | sP0_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_51]) ).

cnf(c_505,plain,
    ( f(sK2)
    | sP0
    | sP0_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_50]) ).

cnf(c_506,plain,
    ( sK1 != sK2
    | sP0
    | sP0_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_49]) ).

cnf(c_509,plain,
    ( X0 != X1
    | X2 != X1
    | X2 = X0 ),
    theory(equality) ).

cnf(c_689,plain,
    ( sK1 = sK5
    | sP0
    | sP0_iProver_split ),
    inference(superposition,[status(thm)],[c_504,c_56]) ).

cnf(c_705,plain,
    ( sK2 = sK5
    | sP0
    | sP0_iProver_split ),
    inference(superposition,[status(thm)],[c_505,c_56]) ).

cnf(c_725,plain,
    ( ~ f(X0)
    | ~ sP0
    | X0 = sK3 ),
    inference(superposition,[status(thm)],[c_53,c_52]) ).

cnf(c_743,plain,
    ( ~ sP0
    | ~ sP0_iProver_split ),
    inference(superposition,[status(thm)],[c_53,c_503]) ).

cnf(c_745,plain,
    ( ~ sP0_iProver_split
    | sP0 ),
    inference(superposition,[status(thm)],[c_57,c_503]) ).

cnf(c_750,plain,
    ~ sP0_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_745,c_743]) ).

cnf(c_752,plain,
    ( sK1 != sK2
    | sP0 ),
    inference(backward_subsumption_resolution,[status(thm)],[c_506,c_750]) ).

cnf(c_895,plain,
    ( sK4(sK3) != sK3
    | ~ f(sK3)
    | ~ sP0 ),
    inference(instantiation,[status(thm)],[c_54]) ).

cnf(c_944,plain,
    ( sK1 != X0
    | sK2 != X0
    | sK1 = sK2 ),
    inference(instantiation,[status(thm)],[c_509]) ).

cnf(c_970,plain,
    ( sK1 != sK5
    | sK2 != sK5
    | sK1 = sK2 ),
    inference(instantiation,[status(thm)],[c_944]) ).

cnf(c_974,plain,
    sP0,
    inference(global_subsumption_just,[status(thm)],[c_752,c_506,c_689,c_705,c_750,c_970]) ).

cnf(c_984,plain,
    ( ~ f(X0)
    | f(sK4(X0)) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_55,c_974]) ).

cnf(c_986,plain,
    f(sK3),
    inference(backward_subsumption_resolution,[status(thm)],[c_53,c_974]) ).

cnf(c_1031,plain,
    ( ~ f(X0)
    | X0 = sK3 ),
    inference(global_subsumption_just,[status(thm)],[c_725,c_506,c_689,c_705,c_725,c_750,c_970]) ).

cnf(c_1039,plain,
    ( ~ f(X0)
    | sK4(X0) = sK3 ),
    inference(superposition,[status(thm)],[c_984,c_1031]) ).

cnf(c_1051,plain,
    sK4(sK3) = sK3,
    inference(superposition,[status(thm)],[c_986,c_1039]) ).

cnf(c_1055,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_1051,c_974,c_895,c_53]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN415+1 : TPTP v8.1.2. Released v2.0.0.
% 0.06/0.13  % Command  : run_iprover %s %d THM
% 0.09/0.32  % Computer : n024.cluster.edu
% 0.09/0.32  % Model    : x86_64 x86_64
% 0.09/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.32  % Memory   : 8042.1875MB
% 0.09/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.32  % CPULimit : 300
% 0.09/0.32  % WCLimit  : 300
% 0.09/0.32  % DateTime : Sat Aug 26 20:49:09 EDT 2023
% 0.09/0.32  % CPUTime  : 
% 0.14/0.40  Running first-order theorem proving
% 0.14/0.40  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 1.86/1.03  % SZS status Started for theBenchmark.p
% 1.86/1.03  % SZS status Theorem for theBenchmark.p
% 1.86/1.03  
% 1.86/1.03  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 1.86/1.03  
% 1.86/1.03  ------  iProver source info
% 1.86/1.03  
% 1.86/1.03  git: date: 2023-05-31 18:12:56 +0000
% 1.86/1.03  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 1.86/1.03  git: non_committed_changes: false
% 1.86/1.03  git: last_make_outside_of_git: false
% 1.86/1.03  
% 1.86/1.03  ------ Parsing...
% 1.86/1.03  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 1.86/1.03  
% 1.86/1.03  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 1.86/1.03  
% 1.86/1.03  ------ Preprocessing... gs_s  sp: 3 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 1.86/1.03  
% 1.86/1.03  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 1.86/1.03  ------ Proving...
% 1.86/1.03  ------ Problem Properties 
% 1.86/1.03  
% 1.86/1.03  
% 1.86/1.03  clauses                                 10
% 1.86/1.03  conjectures                             4
% 1.86/1.03  EPR                                     8
% 1.86/1.03  Horn                                    5
% 1.86/1.03  unary                                   0
% 1.86/1.03  binary                                  3
% 1.86/1.03  lits                                    28
% 1.86/1.03  lits eq                                 4
% 1.86/1.03  fd_pure                                 0
% 1.86/1.03  fd_pseudo                               0
% 1.86/1.03  fd_cond                                 1
% 1.86/1.03  fd_pseudo_cond                          1
% 1.86/1.03  AC symbols                              0
% 1.86/1.03  
% 1.86/1.03  ------ Schedule dynamic 5 is on 
% 1.86/1.03  
% 1.86/1.03  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 1.86/1.03  
% 1.86/1.03  
% 1.86/1.03  ------ 
% 1.86/1.03  Current options:
% 1.86/1.03  ------ 
% 1.86/1.03  
% 1.86/1.03  
% 1.86/1.03  
% 1.86/1.03  
% 1.86/1.03  ------ Proving...
% 1.86/1.03  
% 1.86/1.03  
% 1.86/1.03  % SZS status Theorem for theBenchmark.p
% 1.86/1.03  
% 1.86/1.03  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 1.86/1.03  
% 1.86/1.03  
%------------------------------------------------------------------------------