TSTP Solution File: CSR231+1 by Z3---4.8.9.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Z3---4.8.9.0
% Problem  : CSR231+1 : TPTP v8.1.0. Released v7.3.0.
% Transfm  : none
% Format   : tptp
% Command  : z3_tptp -proof -model -t:%d -file:%s

% Computer : n003.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 : Tue Sep 20 14:33:18 EDT 2022

% Result   : Theorem 89.32s 57.40s
% Output   : Proof 89.76s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   49
% Syntax   : Number of formulae    :   96 (  25 unt;   9 typ;   0 def)
%            Number of atoms       :  447 (   0 equ)
%            Maximal formula atoms :   12 (   5 avg)
%            Number of connectives :  643 ( 308   ~; 253   |;  34   &)
%                                         (  45 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of FOOLs       :   25 (  25 fml;   0 var)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    2 (   1   >;   1   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   5 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   8 con; 0-0 aty)
%            Number of variables   :  181 ( 161   !;  11   ?; 181   :)

% Comments : 
%------------------------------------------------------------------------------
tff(p__d__subclass_type,type,
    p__d__subclass: ( $i * $i ) > $o ).

tff(c__Putting_type,type,
    c__Putting: $i ).

tff(c__ArtPainting_type,type,
    c__ArtPainting: $i ).

tff(c__Painting_type,type,
    c__Painting: $i ).

tff(c__Covering_type,type,
    c__Covering: $i ).

tff(c__Motion_type,type,
    c__Motion: $i ).

tff(c__Transfer_type,type,
    c__Transfer: $i ).

tff(c__Translocation_type,type,
    c__Translocation: $i ).

tff(c__ContentDevelopment_type,type,
    c__ContentDevelopment: $i ).

tff(1,plain,
    ( p__d__subclass(c__Painting,c__Covering)
  <=> p__d__subclass(c__Painting,c__Covering) ),
    inference(rewrite,[status(thm)],]) ).

tff(2,axiom,
    p__d__subclass(c__Painting,c__Covering),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',miloA528) ).

tff(3,plain,
    p__d__subclass(c__Painting,c__Covering),
    inference(modus_ponens,[status(thm)],[2,1]) ).

tff(4,plain,
    ( p__d__subclass(c__Covering,c__Putting)
  <=> p__d__subclass(c__Covering,c__Putting) ),
    inference(rewrite,[status(thm)],]) ).

tff(5,axiom,
    p__d__subclass(c__Covering,c__Putting),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',mergeA2483) ).

tff(6,plain,
    p__d__subclass(c__Covering,c__Putting),
    inference(modus_ponens,[status(thm)],[5,4]) ).

tff(7,plain,
    ( ! [X: $i,Y: $i,Z: $i] :
        ( p__d__subclass(X,Z)
        | ~ p__d__subclass(X,Y)
        | ~ p__d__subclass(Y,Z) )
  <=> ! [X: $i,Y: $i,Z: $i] :
        ( p__d__subclass(X,Z)
        | ~ p__d__subclass(X,Y)
        | ~ p__d__subclass(Y,Z) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(8,plain,
    ^ [X: $i,Y: $i,Z: $i] :
      trans(
        monotonicity(
          trans(
            monotonicity(
              rewrite(
                ( ( p__d__subclass(X,Y)
                  & p__d__subclass(Y,Z) )
              <=> ~ ( ~ p__d__subclass(X,Y)
                    | ~ p__d__subclass(Y,Z) ) )),
              ( ~ ( p__d__subclass(X,Y)
                  & p__d__subclass(Y,Z) )
            <=> ~ ~ ( ~ p__d__subclass(X,Y)
                    | ~ p__d__subclass(Y,Z) ) )),
            rewrite(
              ( ~ ~ ( ~ p__d__subclass(X,Y)
                    | ~ p__d__subclass(Y,Z) )
            <=> ( ~ p__d__subclass(X,Y)
                | ~ p__d__subclass(Y,Z) ) )),
            ( ~ ( p__d__subclass(X,Y)
                & p__d__subclass(Y,Z) )
          <=> ( ~ p__d__subclass(X,Y)
              | ~ p__d__subclass(Y,Z) ) )),
          ( ( ~ ( p__d__subclass(X,Y)
                & p__d__subclass(Y,Z) )
            | p__d__subclass(X,Z) )
        <=> ( ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z)
            | p__d__subclass(X,Z) ) )),
        rewrite(
          ( ( ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z)
            | p__d__subclass(X,Z) )
        <=> ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) ) )),
        ( ( ~ ( p__d__subclass(X,Y)
              & p__d__subclass(Y,Z) )
          | p__d__subclass(X,Z) )
      <=> ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) ) )),
    inference(bind,[status(th)],]) ).

tff(9,plain,
    ( ! [X: $i,Y: $i,Z: $i] :
        ( ~ ( p__d__subclass(X,Y)
            & p__d__subclass(Y,Z) )
        | p__d__subclass(X,Z) )
  <=> ! [X: $i,Y: $i,Z: $i] :
        ( p__d__subclass(X,Z)
        | ~ p__d__subclass(X,Y)
        | ~ p__d__subclass(Y,Z) ) ),
    inference(quant_intro,[status(thm)],[8]) ).

tff(10,plain,
    ( ! [X: $i,Y: $i,Z: $i] :
        ( ~ ( p__d__subclass(X,Y)
            & p__d__subclass(Y,Z) )
        | p__d__subclass(X,Z) )
  <=> ! [X: $i,Y: $i,Z: $i] :
        ( ~ ( p__d__subclass(X,Y)
            & p__d__subclass(Y,Z) )
        | p__d__subclass(X,Z) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(11,plain,
    ^ [X: $i,Y: $i,Z: $i] :
      rewrite(
        ( ( ( p__d__subclass(X,Y)
            & p__d__subclass(Y,Z) )
         => p__d__subclass(X,Z) )
      <=> ( ~ ( p__d__subclass(X,Y)
              & p__d__subclass(Y,Z) )
          | p__d__subclass(X,Z) ) )),
    inference(bind,[status(th)],]) ).

tff(12,plain,
    ( ! [X: $i,Y: $i,Z: $i] :
        ( ( p__d__subclass(X,Y)
          & p__d__subclass(Y,Z) )
       => p__d__subclass(X,Z) )
  <=> ! [X: $i,Y: $i,Z: $i] :
        ( ~ ( p__d__subclass(X,Y)
            & p__d__subclass(Y,Z) )
        | p__d__subclass(X,Z) ) ),
    inference(quant_intro,[status(thm)],[11]) ).

tff(13,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( p__d__subclass(X,Y)
        & p__d__subclass(Y,Z) )
     => p__d__subclass(X,Z) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',predefinitionsA8) ).

tff(14,plain,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( p__d__subclass(X,Y)
          & p__d__subclass(Y,Z) )
      | p__d__subclass(X,Z) ),
    inference(modus_ponens,[status(thm)],[13,12]) ).

tff(15,plain,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( p__d__subclass(X,Y)
          & p__d__subclass(Y,Z) )
      | p__d__subclass(X,Z) ),
    inference(modus_ponens,[status(thm)],[14,10]) ).

tff(16,plain,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( p__d__subclass(X,Y)
          & p__d__subclass(Y,Z) )
      | p__d__subclass(X,Z) ),
    inference(skolemize,[status(sab)],[15]) ).

tff(17,plain,
    ! [X: $i,Y: $i,Z: $i] :
      ( p__d__subclass(X,Z)
      | ~ p__d__subclass(X,Y)
      | ~ p__d__subclass(Y,Z) ),
    inference(modus_ponens,[status(thm)],[16,9]) ).

tff(18,plain,
    ! [X: $i,Y: $i,Z: $i] :
      ( p__d__subclass(X,Z)
      | ~ p__d__subclass(X,Y)
      | ~ p__d__subclass(Y,Z) ),
    inference(modus_ponens,[status(thm)],[17,7]) ).

tff(19,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Covering,c__Putting)
      | p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Covering,c__Putting)
      | p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(20,plain,
    ( ( p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering)
      | ~ p__d__subclass(c__Covering,c__Putting) )
  <=> ( ~ p__d__subclass(c__Covering,c__Putting)
      | p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(21,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering)
      | ~ p__d__subclass(c__Covering,c__Putting) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Covering,c__Putting)
      | p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering) ) ),
    inference(monotonicity,[status(thm)],[20]) ).

tff(22,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering)
      | ~ p__d__subclass(c__Covering,c__Putting) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Covering,c__Putting)
      | p__d__subclass(c__Painting,c__Putting)
      | ~ p__d__subclass(c__Painting,c__Covering) ) ),
    inference(transitivity,[status(thm)],[21,19]) ).

tff(23,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | p__d__subclass(c__Painting,c__Putting)
    | ~ p__d__subclass(c__Painting,c__Covering)
    | ~ p__d__subclass(c__Covering,c__Putting) ),
    inference(quant_inst,[status(thm)],]) ).

tff(24,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | ~ p__d__subclass(c__Covering,c__Putting)
    | p__d__subclass(c__Painting,c__Putting)
    | ~ p__d__subclass(c__Painting,c__Covering) ),
    inference(modus_ponens,[status(thm)],[23,22]) ).

tff(25,plain,
    p__d__subclass(c__Painting,c__Putting),
    inference(unit_resolution,[status(thm)],[24,18,6,3]) ).

tff(26,plain,
    ( p__d__subclass(c__ArtPainting,c__Painting)
  <=> p__d__subclass(c__ArtPainting,c__Painting) ),
    inference(rewrite,[status(thm)],]) ).

tff(27,axiom,
    p__d__subclass(c__ArtPainting,c__Painting),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',miloA542) ).

tff(28,plain,
    p__d__subclass(c__ArtPainting,c__Painting),
    inference(modus_ponens,[status(thm)],[27,26]) ).

tff(29,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting)
      | p__d__subclass(c__ArtPainting,c__Putting) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting)
      | p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(30,plain,
    ( ( p__d__subclass(c__ArtPainting,c__Putting)
      | ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting) )
  <=> ( ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting)
      | p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(31,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Putting)
      | ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting)
      | p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(monotonicity,[status(thm)],[30]) ).

tff(32,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Putting)
      | ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__ArtPainting,c__Painting)
      | ~ p__d__subclass(c__Painting,c__Putting)
      | p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(transitivity,[status(thm)],[31,29]) ).

tff(33,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | p__d__subclass(c__ArtPainting,c__Putting)
    | ~ p__d__subclass(c__ArtPainting,c__Painting)
    | ~ p__d__subclass(c__Painting,c__Putting) ),
    inference(quant_inst,[status(thm)],]) ).

tff(34,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | ~ p__d__subclass(c__ArtPainting,c__Painting)
    | ~ p__d__subclass(c__Painting,c__Putting)
    | p__d__subclass(c__ArtPainting,c__Putting) ),
    inference(modus_ponens,[status(thm)],[33,32]) ).

tff(35,plain,
    p__d__subclass(c__ArtPainting,c__Putting),
    inference(unit_resolution,[status(thm)],[34,18,28,25]) ).

tff(36,plain,
    ( p__d__subclass(c__Translocation,c__Motion)
  <=> p__d__subclass(c__Translocation,c__Motion) ),
    inference(rewrite,[status(thm)],]) ).

tff(37,axiom,
    p__d__subclass(c__Translocation,c__Motion),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',mergeA2505) ).

tff(38,plain,
    p__d__subclass(c__Translocation,c__Motion),
    inference(modus_ponens,[status(thm)],[37,36]) ).

tff(39,plain,
    ( p__d__subclass(c__Transfer,c__Translocation)
  <=> p__d__subclass(c__Transfer,c__Translocation) ),
    inference(rewrite,[status(thm)],]) ).

tff(40,axiom,
    p__d__subclass(c__Transfer,c__Translocation),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',mergeA2472) ).

tff(41,plain,
    p__d__subclass(c__Transfer,c__Translocation),
    inference(modus_ponens,[status(thm)],[40,39]) ).

tff(42,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__Transfer,c__Motion)
      | ~ p__d__subclass(c__Transfer,c__Translocation)
      | ~ p__d__subclass(c__Translocation,c__Motion) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__Transfer,c__Motion)
      | ~ p__d__subclass(c__Transfer,c__Translocation)
      | ~ p__d__subclass(c__Translocation,c__Motion) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(43,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | p__d__subclass(c__Transfer,c__Motion)
    | ~ p__d__subclass(c__Transfer,c__Translocation)
    | ~ p__d__subclass(c__Translocation,c__Motion) ),
    inference(quant_inst,[status(thm)],]) ).

tff(44,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | p__d__subclass(c__Transfer,c__Motion)
    | ~ p__d__subclass(c__Transfer,c__Translocation)
    | ~ p__d__subclass(c__Translocation,c__Motion) ),
    inference(modus_ponens,[status(thm)],[43,42]) ).

tff(45,plain,
    p__d__subclass(c__Transfer,c__Motion),
    inference(unit_resolution,[status(thm)],[44,18,41,38]) ).

tff(46,plain,
    ( p__d__subclass(c__Putting,c__Transfer)
  <=> p__d__subclass(c__Putting,c__Transfer) ),
    inference(rewrite,[status(thm)],]) ).

tff(47,axiom,
    p__d__subclass(c__Putting,c__Transfer),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',mergeA2481) ).

tff(48,plain,
    p__d__subclass(c__Putting,c__Transfer),
    inference(modus_ponens,[status(thm)],[47,46]) ).

tff(49,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion)
      | p__d__subclass(c__Putting,c__Motion) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion)
      | p__d__subclass(c__Putting,c__Motion) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(50,plain,
    ( ( p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion) )
  <=> ( ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion)
      | p__d__subclass(c__Putting,c__Motion) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(51,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion)
      | p__d__subclass(c__Putting,c__Motion) ) ),
    inference(monotonicity,[status(thm)],[50]) ).

tff(52,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | ~ p__d__subclass(c__Putting,c__Transfer)
      | ~ p__d__subclass(c__Transfer,c__Motion)
      | p__d__subclass(c__Putting,c__Motion) ) ),
    inference(transitivity,[status(thm)],[51,49]) ).

tff(53,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | p__d__subclass(c__Putting,c__Motion)
    | ~ p__d__subclass(c__Putting,c__Transfer)
    | ~ p__d__subclass(c__Transfer,c__Motion) ),
    inference(quant_inst,[status(thm)],]) ).

tff(54,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | ~ p__d__subclass(c__Putting,c__Transfer)
    | ~ p__d__subclass(c__Transfer,c__Motion)
    | p__d__subclass(c__Putting,c__Motion) ),
    inference(modus_ponens,[status(thm)],[53,52]) ).

tff(55,plain,
    p__d__subclass(c__Putting,c__Motion),
    inference(unit_resolution,[status(thm)],[54,18,48,45]) ).

tff(56,plain,
    ^ [X: $i] :
      refl(
        ( ( ~ p__d__subclass(X,c__ContentDevelopment)
          | ~ p__d__subclass(X,c__Motion) )
      <=> ( ~ p__d__subclass(X,c__ContentDevelopment)
          | ~ p__d__subclass(X,c__Motion) ) )),
    inference(bind,[status(th)],]) ).

tff(57,plain,
    ( ! [X: $i] :
        ( ~ p__d__subclass(X,c__ContentDevelopment)
        | ~ p__d__subclass(X,c__Motion) )
  <=> ! [X: $i] :
        ( ~ p__d__subclass(X,c__ContentDevelopment)
        | ~ p__d__subclass(X,c__Motion) ) ),
    inference(quant_intro,[status(thm)],[56]) ).

tff(58,plain,
    ^ [X: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( p__d__subclass(X,c__ContentDevelopment)
              & p__d__subclass(X,c__Motion) )
          <=> ~ ( ~ p__d__subclass(X,c__ContentDevelopment)
                | ~ p__d__subclass(X,c__Motion) ) )),
          ( ~ ( p__d__subclass(X,c__ContentDevelopment)
              & p__d__subclass(X,c__Motion) )
        <=> ~ ~ ( ~ p__d__subclass(X,c__ContentDevelopment)
                | ~ p__d__subclass(X,c__Motion) ) )),
        rewrite(
          ( ~ ~ ( ~ p__d__subclass(X,c__ContentDevelopment)
                | ~ p__d__subclass(X,c__Motion) )
        <=> ( ~ p__d__subclass(X,c__ContentDevelopment)
            | ~ p__d__subclass(X,c__Motion) ) )),
        ( ~ ( p__d__subclass(X,c__ContentDevelopment)
            & p__d__subclass(X,c__Motion) )
      <=> ( ~ p__d__subclass(X,c__ContentDevelopment)
          | ~ p__d__subclass(X,c__Motion) ) )),
    inference(bind,[status(th)],]) ).

tff(59,plain,
    ( ! [X: $i] :
        ~ ( p__d__subclass(X,c__ContentDevelopment)
          & p__d__subclass(X,c__Motion) )
  <=> ! [X: $i] :
        ( ~ p__d__subclass(X,c__ContentDevelopment)
        | ~ p__d__subclass(X,c__Motion) ) ),
    inference(quant_intro,[status(thm)],[58]) ).

tff(60,plain,
    ( ~ ? [X: $i] :
          ( p__d__subclass(X,c__ContentDevelopment)
          & p__d__subclass(X,c__Motion) )
  <=> ~ ? [X: $i] :
          ( p__d__subclass(X,c__ContentDevelopment)
          & p__d__subclass(X,c__Motion) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(61,axiom,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commonSubclassEvent0382) ).

tff(62,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[61,60]) ).

tff(63,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[62,60]) ).

tff(64,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[63,60]) ).

tff(65,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[64,60]) ).

tff(66,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[65,60]) ).

tff(67,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[66,60]) ).

tff(68,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[67,60]) ).

tff(69,plain,
    ~ ? [X: $i] :
        ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[68,60]) ).

tff(70,plain,
    ^ [X: $i] :
      refl(
        $oeq(
          ~ ( p__d__subclass(X,c__ContentDevelopment)
            & p__d__subclass(X,c__Motion) ),
          ~ ( p__d__subclass(X,c__ContentDevelopment)
            & p__d__subclass(X,c__Motion) ))),
    inference(bind,[status(th)],]) ).

tff(71,plain,
    ! [X: $i] :
      ~ ( p__d__subclass(X,c__ContentDevelopment)
        & p__d__subclass(X,c__Motion) ),
    inference(nnf-neg,[status(sab)],[69,70]) ).

tff(72,plain,
    ! [X: $i] :
      ( ~ p__d__subclass(X,c__ContentDevelopment)
      | ~ p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[71,59]) ).

tff(73,plain,
    ! [X: $i] :
      ( ~ p__d__subclass(X,c__ContentDevelopment)
      | ~ p__d__subclass(X,c__Motion) ),
    inference(modus_ponens,[status(thm)],[72,57]) ).

tff(74,plain,
    ( p__d__subclass(c__ArtPainting,c__ContentDevelopment)
  <=> p__d__subclass(c__ArtPainting,c__ContentDevelopment) ),
    inference(rewrite,[status(thm)],]) ).

tff(75,axiom,
    p__d__subclass(c__ArtPainting,c__ContentDevelopment),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR006+0.ax',miloA541) ).

tff(76,plain,
    p__d__subclass(c__ArtPainting,c__ContentDevelopment),
    inference(modus_ponens,[status(thm)],[75,74]) ).

tff(77,plain,
    ( ( ~ ! [X: $i] :
            ( ~ p__d__subclass(X,c__ContentDevelopment)
            | ~ p__d__subclass(X,c__Motion) )
      | ~ p__d__subclass(c__ArtPainting,c__ContentDevelopment)
      | ~ p__d__subclass(c__ArtPainting,c__Motion) )
  <=> ( ~ ! [X: $i] :
            ( ~ p__d__subclass(X,c__ContentDevelopment)
            | ~ p__d__subclass(X,c__Motion) )
      | ~ p__d__subclass(c__ArtPainting,c__ContentDevelopment)
      | ~ p__d__subclass(c__ArtPainting,c__Motion) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(78,plain,
    ( ~ ! [X: $i] :
          ( ~ p__d__subclass(X,c__ContentDevelopment)
          | ~ p__d__subclass(X,c__Motion) )
    | ~ p__d__subclass(c__ArtPainting,c__ContentDevelopment)
    | ~ p__d__subclass(c__ArtPainting,c__Motion) ),
    inference(quant_inst,[status(thm)],]) ).

tff(79,plain,
    ( ~ ! [X: $i] :
          ( ~ p__d__subclass(X,c__ContentDevelopment)
          | ~ p__d__subclass(X,c__Motion) )
    | ~ p__d__subclass(c__ArtPainting,c__ContentDevelopment)
    | ~ p__d__subclass(c__ArtPainting,c__Motion) ),
    inference(modus_ponens,[status(thm)],[78,77]) ).

tff(80,plain,
    ~ p__d__subclass(c__ArtPainting,c__Motion),
    inference(unit_resolution,[status(thm)],[79,76,73]) ).

tff(81,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(82,plain,
    ( ( p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting)
      | ~ p__d__subclass(c__Putting,c__Motion) )
  <=> ( p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(83,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting)
      | ~ p__d__subclass(c__Putting,c__Motion) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(monotonicity,[status(thm)],[82]) ).

tff(84,plain,
    ( ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting)
      | ~ p__d__subclass(c__Putting,c__Motion) )
  <=> ( ~ ! [X: $i,Y: $i,Z: $i] :
            ( p__d__subclass(X,Z)
            | ~ p__d__subclass(X,Y)
            | ~ p__d__subclass(Y,Z) )
      | p__d__subclass(c__ArtPainting,c__Motion)
      | ~ p__d__subclass(c__Putting,c__Motion)
      | ~ p__d__subclass(c__ArtPainting,c__Putting) ) ),
    inference(transitivity,[status(thm)],[83,81]) ).

tff(85,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | p__d__subclass(c__ArtPainting,c__Motion)
    | ~ p__d__subclass(c__ArtPainting,c__Putting)
    | ~ p__d__subclass(c__Putting,c__Motion) ),
    inference(quant_inst,[status(thm)],]) ).

tff(86,plain,
    ( ~ ! [X: $i,Y: $i,Z: $i] :
          ( p__d__subclass(X,Z)
          | ~ p__d__subclass(X,Y)
          | ~ p__d__subclass(Y,Z) )
    | p__d__subclass(c__ArtPainting,c__Motion)
    | ~ p__d__subclass(c__Putting,c__Motion)
    | ~ p__d__subclass(c__ArtPainting,c__Putting) ),
    inference(modus_ponens,[status(thm)],[85,84]) ).

tff(87,plain,
    $false,
    inference(unit_resolution,[status(thm)],[86,18,80,55,35]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : CSR231+1 : TPTP v8.1.0. Released v7.3.0.
% 0.04/0.15  % Command  : z3_tptp -proof -model -t:%d -file:%s
% 0.14/0.36  % Computer : n003.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.37  % WCLimit  : 300
% 0.14/0.37  % DateTime : Wed Aug 31 00:52:38 EDT 2022
% 0.14/0.37  % CPUTime  : 
% 0.14/0.37  Z3tptp [4.8.9.0] (c) 2006-20**. Microsoft Corp.
% 0.14/0.37  Usage: tptp [options] [-file:]file
% 0.14/0.37    -h, -?       prints this message.
% 0.14/0.37    -smt2        print SMT-LIB2 benchmark.
% 0.14/0.37    -m, -model   generate model.
% 0.14/0.37    -p, -proof   generate proof.
% 0.14/0.37    -c, -core    generate unsat core of named formulas.
% 0.14/0.37    -st, -statistics display statistics.
% 0.14/0.37    -t:timeout   set timeout (in second).
% 0.14/0.37    -smt2status  display status in smt2 format instead of SZS.
% 0.14/0.37    -check_status check the status produced by Z3 against annotation in benchmark.
% 0.14/0.37    -<param>:<value> configuration parameter and value.
% 0.14/0.37    -o:<output-file> file to place output in.
% 89.32/57.40  % SZS status Theorem
% 89.32/57.40  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------