TSTP Solution File: PUZ135_1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ135_1 : TPTP v8.1.2. Released v5.1.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.QuIIhFgQeK true

% Computer : n014.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:31:18 EDT 2023

% Result   : Theorem 2.46s 0.98s
% Output   : Refutation 2.46s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   31
%            Number of leaves      :   32
% Syntax   : Number of formulae    :  110 (  29 unt;  17 typ;   0 def)
%            Number of atoms       :  232 ( 231 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  426 (  83   ~; 121   |;  14   &; 204   @)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Number of types       :    3 (   3 usr)
%            Number of type conns  :    2 (   2   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  14 usr;  13 con; 0-2 aty)
%            Number of variables   :   40 (   0   ^;  40   !;   0   ?;  40   :)

% Comments : 
%------------------------------------------------------------------------------
thf(entry_type,type,
    entry: $tType ).

thf(place_type,type,
    place: $tType ).

thf(knowheyan_type,type,
    knowheyan: $tType ).

thf(first_type,type,
    first: place ).

thf(place_of_type,type,
    place_of: knowheyan > place ).

thf(laser_etching_type,type,
    laser_etching: entry ).

thf(d_type,type,
    d: knowheyan ).

thf(fourth_type,type,
    fourth: place ).

thf(third_type,type,
    third: place ).

thf(b_type,type,
    b: knowheyan ).

thf(collage_painting_type,type,
    collage_painting: entry ).

thf(c_type,type,
    c: knowheyan ).

thf(a_type,type,
    a: knowheyan ).

thf(entry_of_type,type,
    entry_of: knowheyan > entry ).

thf(holography_type,type,
    holography: entry ).

thf(reconstituted_materials_sculpture_type,type,
    reconstituted_materials_sculpture: entry ).

thf(second_type,type,
    second: place ).

thf(only_entries,axiom,
    ! [X: entry] :
      ( ( X = reconstituted_materials_sculpture )
      | ( X = laser_etching )
      | ( X = holography )
      | ( X = collage_painting ) ) ).

thf(zip_derived_cl19,plain,
    ! [X0: entry] :
      ( ( X0 = reconstituted_materials_sculpture )
      | ( X0 = laser_etching )
      | ( X0 = holography )
      | ( X0 = collage_painting ) ),
    inference(cnf,[status(esa)],[only_entries]) ).

thf(zip_derived_cl19_001,plain,
    ! [X0: entry] :
      ( ( X0 = reconstituted_materials_sculpture )
      | ( X0 = laser_etching )
      | ( X0 = holography )
      | ( X0 = collage_painting ) ),
    inference(cnf,[status(esa)],[only_entries]) ).

thf(a_info,axiom,
    ( ( ( entry_of @ a )
     != holography )
    & ( ( place_of @ a )
     != first ) ) ).

thf(zip_derived_cl23,plain,
    ( ( entry_of @ a )
   != holography ),
    inference(cnf,[status(esa)],[a_info]) ).

thf(zip_derived_cl114,plain,
    ! [X0: entry] :
      ( ( ( entry_of @ a )
       != X0 )
      | ( X0 = collage_painting )
      | ( X0 = laser_etching )
      | ( X0 = reconstituted_materials_sculpture ) ),
    inference('sup-',[status(thm)],[zip_derived_cl19,zip_derived_cl23]) ).

thf(zip_derived_cl287,plain,
    ( ( ( entry_of @ a )
      = reconstituted_materials_sculpture )
    | ( ( entry_of @ a )
      = laser_etching )
    | ( ( entry_of @ a )
      = collage_painting ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl114]) ).

thf(collage_info,axiom,
    ! [X: knowheyan] :
      ( ( ( entry_of @ X )
        = collage_painting )
     => ( ( X != a )
        & ( X != c )
        & ( ( place_of @ X )
         != first )
        & ( ( place_of @ X )
         != second ) ) ) ).

thf(zip_derived_cl27,plain,
    ! [X0: knowheyan] :
      ( ( X0 != a )
      | ( ( entry_of @ X0 )
       != collage_painting ) ),
    inference(cnf,[status(esa)],[collage_info]) ).

thf(zip_derived_cl160,plain,
    ( ( entry_of @ a )
   != collage_painting ),
    inference(eq_res,[status(thm)],[zip_derived_cl27]) ).

thf(laser_etching_info,axiom,
    ( ! [X: knowheyan] :
        ( ( ( entry_of @ X )
          = laser_etching )
       => ( ( X != a )
          & ( ( place_of @ X )
           != second ) ) )
    & ( ( entry_of @ b )
     != laser_etching ) ) ).

thf(zip_derived_cl36,plain,
    ! [X0: knowheyan] :
      ( ( X0 != a )
      | ( ( entry_of @ X0 )
       != laser_etching ) ),
    inference(cnf,[status(esa)],[laser_etching_info]) ).

thf(zip_derived_cl166,plain,
    ( ( entry_of @ a )
   != laser_etching ),
    inference(eq_res,[status(thm)],[zip_derived_cl36]) ).

thf(zip_derived_cl288,plain,
    ( ( entry_of @ a )
    = reconstituted_materials_sculpture ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl287,zip_derived_cl160,zip_derived_cl166]) ).

thf(zip_derived_cl19_002,plain,
    ! [X0: entry] :
      ( ( X0 = reconstituted_materials_sculpture )
      | ( X0 = laser_etching )
      | ( X0 = holography )
      | ( X0 = collage_painting ) ),
    inference(cnf,[status(esa)],[only_entries]) ).

thf(zip_derived_cl295,plain,
    ! [X0: entry] :
      ( ( X0
        = ( entry_of @ a ) )
      | ( X0 = collage_painting )
      | ( X0 = holography )
      | ( X0 = laser_etching ) ),
    inference('sup+',[status(thm)],[zip_derived_cl288,zip_derived_cl19]) ).

thf(unique_entrys,axiom,
    ! [X: knowheyan,Y: knowheyan] :
      ( ( X != Y )
     => ( ( entry_of @ X )
       != ( entry_of @ Y ) ) ) ).

thf(zip_derived_cl21,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( ( entry_of @ X1 )
       != ( entry_of @ X0 ) )
      | ( X1 = X0 ) ),
    inference(cnf,[status(esa)],[unique_entrys]) ).

thf(zip_derived_cl322,plain,
    ! [X0: entry,X1: knowheyan] :
      ( ( ( entry_of @ X1 )
       != X0 )
      | ( X0 = laser_etching )
      | ( X0 = holography )
      | ( X0 = collage_painting )
      | ( X1 = a ) ),
    inference('sup-',[status(thm)],[zip_derived_cl295,zip_derived_cl21]) ).

thf(zip_derived_cl627,plain,
    ! [X0: knowheyan] :
      ( ( X0 = a )
      | ( ( entry_of @ X0 )
        = collage_painting )
      | ( ( entry_of @ X0 )
        = holography )
      | ( ( entry_of @ X0 )
        = laser_etching ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl322]) ).

thf(zip_derived_cl35,plain,
    ( ( entry_of @ b )
   != laser_etching ),
    inference(cnf,[status(esa)],[laser_etching_info]) ).

thf(zip_derived_cl699,plain,
    ! [X0: knowheyan] :
      ( ( ( entry_of @ b )
       != ( entry_of @ X0 ) )
      | ( ( entry_of @ X0 )
        = holography )
      | ( ( entry_of @ X0 )
        = collage_painting )
      | ( X0 = a ) ),
    inference('sup-',[status(thm)],[zip_derived_cl627,zip_derived_cl35]) ).

thf(zip_derived_cl848,plain,
    ( ( b = a )
    | ( ( entry_of @ b )
      = collage_painting )
    | ( ( entry_of @ b )
      = holography ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl699]) ).

thf(only_places,axiom,
    ! [X: place] :
      ( ( X = fourth )
      | ( X = third )
      | ( X = second )
      | ( X = first ) ) ).

thf(zip_derived_cl20,plain,
    ! [X0: place] :
      ( ( X0 = fourth )
      | ( X0 = third )
      | ( X0 = second )
      | ( X0 = first ) ),
    inference(cnf,[status(esa)],[only_places]) ).

thf(fourth_info2,axiom,
    ( ! [X: knowheyan] :
        ( ( ( entry_of @ X )
          = laser_etching )
       => ( ( place_of @ X )
         != fourth ) )
    & ( ( place_of @ b )
     != fourth ) ) ).

thf(zip_derived_cl31,plain,
    ( ( place_of @ b )
   != fourth ),
    inference(cnf,[status(esa)],[fourth_info2]) ).

thf(zip_derived_cl202,plain,
    ( ( fourth != fourth )
    | ( ( place_of @ b )
      = first )
    | ( ( place_of @ b )
      = second )
    | ( ( place_of @ b )
      = third ) ),
    inference('sup-',[status(thm)],[zip_derived_cl20,zip_derived_cl31]) ).

thf(zip_derived_cl269,plain,
    ( ( ( place_of @ b )
      = third )
    | ( ( place_of @ b )
      = second )
    | ( ( place_of @ b )
      = first ) ),
    inference(simplify,[status(thm)],[zip_derived_cl202]) ).

thf(third_info,axiom,
    ( ( ( place_of @ c )
     != third )
    & ( ( place_of @ b )
     != third ) ) ).

thf(zip_derived_cl34,plain,
    ( ( place_of @ b )
   != third ),
    inference(cnf,[status(esa)],[third_info]) ).

thf(zip_derived_cl270,plain,
    ( ( ( place_of @ b )
      = second )
    | ( ( place_of @ b )
      = first ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl269,zip_derived_cl34]) ).

thf(zip_derived_cl30,plain,
    ! [X0: knowheyan] :
      ( ( ( place_of @ X0 )
       != second )
      | ( ( entry_of @ X0 )
       != collage_painting ) ),
    inference(cnf,[status(esa)],[collage_info]) ).

thf(zip_derived_cl311,plain,
    ( ( second != second )
    | ( ( place_of @ b )
      = first )
    | ( ( entry_of @ b )
     != collage_painting ) ),
    inference('sup-',[status(thm)],[zip_derived_cl270,zip_derived_cl30]) ).

thf(zip_derived_cl320,plain,
    ( ( ( entry_of @ b )
     != collage_painting )
    | ( ( place_of @ b )
      = first ) ),
    inference(simplify,[status(thm)],[zip_derived_cl311]) ).

thf(zip_derived_cl29,plain,
    ! [X0: knowheyan] :
      ( ( ( place_of @ X0 )
       != first )
      | ( ( entry_of @ X0 )
       != collage_painting ) ),
    inference(cnf,[status(esa)],[collage_info]) ).

thf(zip_derived_cl545,plain,
    ( ( entry_of @ b )
   != collage_painting ),
    inference(clc,[status(thm)],[zip_derived_cl320,zip_derived_cl29]) ).

thf(a_not_b,axiom,
    a != b ).

thf(zip_derived_cl0,plain,
    a != b,
    inference(cnf,[status(esa)],[a_not_b]) ).

thf(zip_derived_cl849,plain,
    ( ( entry_of @ b )
    = holography ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl848,zip_derived_cl545,zip_derived_cl0]) ).

thf(zip_derived_cl870,plain,
    ! [X0: entry] :
      ( ( X0 = reconstituted_materials_sculpture )
      | ( X0 = laser_etching )
      | ( X0
        = ( entry_of @ b ) )
      | ( X0 = collage_painting ) ),
    inference(demod,[status(thm)],[zip_derived_cl19,zip_derived_cl849]) ).

thf(zip_derived_cl627_003,plain,
    ! [X0: knowheyan] :
      ( ( X0 = a )
      | ( ( entry_of @ X0 )
        = collage_painting )
      | ( ( entry_of @ X0 )
        = holography )
      | ( ( entry_of @ X0 )
        = laser_etching ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl322]) ).

thf(zip_derived_cl28,plain,
    ! [X0: knowheyan] :
      ( ( X0 != c )
      | ( ( entry_of @ X0 )
       != collage_painting ) ),
    inference(cnf,[status(esa)],[collage_info]) ).

thf(zip_derived_cl163,plain,
    ( ( entry_of @ c )
   != collage_painting ),
    inference(eq_res,[status(thm)],[zip_derived_cl28]) ).

thf(zip_derived_cl658,plain,
    ! [X0: knowheyan] :
      ( ( ( entry_of @ c )
       != ( entry_of @ X0 ) )
      | ( ( entry_of @ X0 )
        = laser_etching )
      | ( ( entry_of @ X0 )
        = holography )
      | ( X0 = a ) ),
    inference('sup-',[status(thm)],[zip_derived_cl627,zip_derived_cl163]) ).

thf(zip_derived_cl800,plain,
    ( ( c = a )
    | ( ( entry_of @ c )
      = holography )
    | ( ( entry_of @ c )
      = laser_etching ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl658]) ).

thf(a_not_c,axiom,
    a != c ).

thf(zip_derived_cl1,plain,
    a != c,
    inference(cnf,[status(esa)],[a_not_c]) ).

thf(zip_derived_cl801,plain,
    ( ( ( entry_of @ c )
      = holography )
    | ( ( entry_of @ c )
      = laser_etching ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl800,zip_derived_cl1]) ).

thf(zip_derived_cl849_004,plain,
    ( ( entry_of @ b )
    = holography ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl848,zip_derived_cl545,zip_derived_cl0]) ).

thf(zip_derived_cl888,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ c )
      = laser_etching ) ),
    inference(demod,[status(thm)],[zip_derived_cl801,zip_derived_cl849]) ).

thf(entries,conjecture,
    ( ( ( entry_of @ a )
      = reconstituted_materials_sculpture )
    & ( ( entry_of @ b )
      = holography )
    & ( ( entry_of @ c )
      = laser_etching )
    & ( ( entry_of @ d )
      = collage_painting ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( ( entry_of @ a )
        = reconstituted_materials_sculpture )
      & ( ( entry_of @ b )
        = holography )
      & ( ( entry_of @ c )
        = laser_etching )
      & ( ( entry_of @ d )
        = collage_painting ) ),
    inference('cnf.neg',[status(esa)],[entries]) ).

thf(zip_derived_cl38,plain,
    ( ( ( entry_of @ a )
     != reconstituted_materials_sculpture )
    | ( ( entry_of @ b )
     != holography )
    | ( ( entry_of @ c )
     != laser_etching )
    | ( ( entry_of @ d )
     != collage_painting ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl288_005,plain,
    ( ( entry_of @ a )
    = reconstituted_materials_sculpture ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl287,zip_derived_cl160,zip_derived_cl166]) ).

thf(zip_derived_cl293,plain,
    ( ( ( entry_of @ a )
     != ( entry_of @ a ) )
    | ( ( entry_of @ b )
     != holography )
    | ( ( entry_of @ c )
     != laser_etching )
    | ( ( entry_of @ d )
     != collage_painting ) ),
    inference(demod,[status(thm)],[zip_derived_cl38,zip_derived_cl288]) ).

thf(zip_derived_cl294,plain,
    ( ( ( entry_of @ d )
     != collage_painting )
    | ( ( entry_of @ c )
     != laser_etching )
    | ( ( entry_of @ b )
     != holography ) ),
    inference(simplify,[status(thm)],[zip_derived_cl293]) ).

thf(zip_derived_cl849_006,plain,
    ( ( entry_of @ b )
    = holography ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl848,zip_derived_cl545,zip_derived_cl0]) ).

thf(zip_derived_cl877,plain,
    ( ( ( entry_of @ d )
     != collage_painting )
    | ( ( entry_of @ c )
     != laser_etching )
    | ( ( entry_of @ b )
     != ( entry_of @ b ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl294,zip_derived_cl849]) ).

thf(zip_derived_cl878,plain,
    ( ( ( entry_of @ c )
     != laser_etching )
    | ( ( entry_of @ d )
     != collage_painting ) ),
    inference(simplify,[status(thm)],[zip_derived_cl877]) ).

thf(zip_derived_cl907,plain,
    ( ( ( entry_of @ c )
     != ( entry_of @ c ) )
    | ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
     != collage_painting ) ),
    inference('sup-',[status(thm)],[zip_derived_cl888,zip_derived_cl878]) ).

thf(zip_derived_cl910,plain,
    ( ( ( entry_of @ d )
     != collage_painting )
    | ( ( entry_of @ c )
      = ( entry_of @ b ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl907]) ).

thf(zip_derived_cl983,plain,
    ! [X0: entry] :
      ( ( ( entry_of @ d )
       != X0 )
      | ( X0
        = ( entry_of @ b ) )
      | ( X0 = laser_etching )
      | ( X0 = reconstituted_materials_sculpture )
      | ( ( entry_of @ c )
        = ( entry_of @ b ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl870,zip_derived_cl910]) ).

thf(zip_derived_cl1327,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = reconstituted_materials_sculpture )
    | ( ( entry_of @ d )
      = laser_etching )
    | ( ( entry_of @ d )
      = ( entry_of @ b ) ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl983]) ).

thf(zip_derived_cl288_007,plain,
    ( ( entry_of @ a )
    = reconstituted_materials_sculpture ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl287,zip_derived_cl160,zip_derived_cl166]) ).

thf(zip_derived_cl1328,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = ( entry_of @ a ) )
    | ( ( entry_of @ d )
      = laser_etching )
    | ( ( entry_of @ d )
      = ( entry_of @ b ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl1327,zip_derived_cl288]) ).

thf(zip_derived_cl888_008,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ c )
      = laser_etching ) ),
    inference(demod,[status(thm)],[zip_derived_cl801,zip_derived_cl849]) ).

thf(zip_derived_cl1341,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ d ) )
    | ( ( entry_of @ d )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = ( entry_of @ a ) )
    | ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ c )
      = ( entry_of @ b ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl1328,zip_derived_cl888]) ).

thf(zip_derived_cl1350,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = ( entry_of @ a ) )
    | ( ( entry_of @ d )
      = ( entry_of @ b ) )
    | ( ( entry_of @ c )
      = ( entry_of @ d ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl1341]) ).

thf(zip_derived_cl21_009,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( ( entry_of @ X1 )
       != ( entry_of @ X0 ) )
      | ( X1 = X0 ) ),
    inference(cnf,[status(esa)],[unique_entrys]) ).

thf(zip_derived_cl1518,plain,
    ! [X0: knowheyan] :
      ( ( ( entry_of @ X0 )
       != ( entry_of @ c ) )
      | ( ( entry_of @ d )
        = ( entry_of @ b ) )
      | ( ( entry_of @ d )
        = ( entry_of @ a ) )
      | ( ( entry_of @ c )
        = ( entry_of @ b ) )
      | ( X0 = d ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1350,zip_derived_cl21]) ).

thf(zip_derived_cl1932,plain,
    ( ( c = d )
    | ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = ( entry_of @ a ) )
    | ( ( entry_of @ d )
      = ( entry_of @ b ) ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl1518]) ).

thf(c_not_d,axiom,
    c != d ).

thf(zip_derived_cl5,plain,
    c != d,
    inference(cnf,[status(esa)],[c_not_d]) ).

thf(zip_derived_cl1933,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = ( entry_of @ a ) )
    | ( ( entry_of @ d )
      = ( entry_of @ b ) ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl1932,zip_derived_cl5]) ).

thf(zip_derived_cl21_010,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( ( entry_of @ X1 )
       != ( entry_of @ X0 ) )
      | ( X1 = X0 ) ),
    inference(cnf,[status(esa)],[unique_entrys]) ).

thf(zip_derived_cl1941,plain,
    ! [X0: knowheyan] :
      ( ( ( entry_of @ X0 )
       != ( entry_of @ b ) )
      | ( ( entry_of @ d )
        = ( entry_of @ a ) )
      | ( ( entry_of @ c )
        = ( entry_of @ b ) )
      | ( X0 = d ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1933,zip_derived_cl21]) ).

thf(zip_derived_cl1998,plain,
    ( ( b = d )
    | ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = ( entry_of @ a ) ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl1941]) ).

thf(b_not_d,axiom,
    b != d ).

thf(zip_derived_cl4,plain,
    b != d,
    inference(cnf,[status(esa)],[b_not_d]) ).

thf(zip_derived_cl1999,plain,
    ( ( ( entry_of @ c )
      = ( entry_of @ b ) )
    | ( ( entry_of @ d )
      = ( entry_of @ a ) ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl1998,zip_derived_cl4]) ).

thf(zip_derived_cl21_011,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( ( entry_of @ X1 )
       != ( entry_of @ X0 ) )
      | ( X1 = X0 ) ),
    inference(cnf,[status(esa)],[unique_entrys]) ).

thf(zip_derived_cl2010,plain,
    ! [X0: knowheyan] :
      ( ( ( entry_of @ X0 )
       != ( entry_of @ a ) )
      | ( ( entry_of @ c )
        = ( entry_of @ b ) )
      | ( X0 = d ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1999,zip_derived_cl21]) ).

thf(zip_derived_cl2150,plain,
    ( ( a = d )
    | ( ( entry_of @ c )
      = ( entry_of @ b ) ) ),
    inference(eq_res,[status(thm)],[zip_derived_cl2010]) ).

thf(a_not_d,axiom,
    a != d ).

thf(zip_derived_cl2,plain,
    a != d,
    inference(cnf,[status(esa)],[a_not_d]) ).

thf(zip_derived_cl2151,plain,
    ( ( entry_of @ c )
    = ( entry_of @ b ) ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl2150,zip_derived_cl2]) ).

thf(zip_derived_cl21_012,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( ( entry_of @ X1 )
       != ( entry_of @ X0 ) )
      | ( X1 = X0 ) ),
    inference(cnf,[status(esa)],[unique_entrys]) ).

thf(zip_derived_cl2177,plain,
    ! [X0: knowheyan] :
      ( ( ( entry_of @ X0 )
       != ( entry_of @ b ) )
      | ( X0 = c ) ),
    inference('sup-',[status(thm)],[zip_derived_cl2151,zip_derived_cl21]) ).

thf(zip_derived_cl2217,plain,
    b = c,
    inference(eq_res,[status(thm)],[zip_derived_cl2177]) ).

thf(b_not_c,axiom,
    b != c ).

thf(zip_derived_cl3,plain,
    b != c,
    inference(cnf,[status(esa)],[b_not_c]) ).

thf(zip_derived_cl2218,plain,
    $false,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl2217,zip_derived_cl3]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : PUZ135_1 : TPTP v8.1.2. Released v5.1.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.QuIIhFgQeK true
% 0.13/0.35  % Computer : n014.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 : Sat Aug 26 22:52:47 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.20/0.35  % Python version: Python 3.6.8
% 0.20/0.36  % Running in FO mode
% 0.20/0.67  % Total configuration time : 435
% 0.20/0.67  % Estimated wc time : 1092
% 0.20/0.67  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.20/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.20/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.20/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.20/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.20/0.80  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 2.46/0.98  % Solved by fo/fo7.sh.
% 2.46/0.98  % done 367 iterations in 0.199s
% 2.46/0.98  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 2.46/0.98  % SZS output start Refutation
% See solution above
% 2.46/0.99  
% 2.46/0.99  
% 2.46/0.99  % Terminating...
% 2.46/1.07  % Runner terminated.
% 2.46/1.09  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------