TSTP Solution File: SWW425-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SWW425-1 : TPTP v8.1.0. Released v5.2.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% 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  : 600s
% DateTime : Thu Jul 21 00:50:13 EDT 2022

% Result   : Unsatisfiable 7.46s 7.69s
% Output   : CNFRefutation 7.53s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   41
% Syntax   : Number of formulae    :  181 ( 135 unt;  16 typ;   0 def)
%            Number of atoms       :  599 ( 293 equ;   0 cnn)
%            Maximal formula atoms :    3 (   3 avg)
%            Number of connectives : 1445 ( 121   ~; 106   |;   0   &;1218   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   19 (  16 usr;  14 con; 0-2 aty)
%            Number of variables   :  341 (   0   ^ 341   !;   0   ?; 341   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_emp,type,
    emp: $i ).

thf(tp_heap,type,
    heap: $i > $o ).

thf(tp_lseg,type,
    lseg: $i > $i > $i ).

thf(tp_next,type,
    next: $i > $i > $i ).

thf(tp_nil,type,
    nil: $i ).

thf(tp_sep,type,
    sep: $i > $i > $i ).

thf(tp_x1,type,
    x1: $i ).

thf(tp_x10,type,
    x10: $i ).

thf(tp_x2,type,
    x2: $i ).

thf(tp_x3,type,
    x3: $i ).

thf(tp_x4,type,
    x4: $i ).

thf(tp_x5,type,
    x5: $i ).

thf(tp_x6,type,
    x6: $i ).

thf(tp_x7,type,
    x7: $i ).

thf(tp_x8,type,
    x8: $i ).

thf(tp_x9,type,
    x9: $i ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i,W: $i,Sigma: $i] :
      ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ ( sep @ ( lseg @ Z @ W ) @ Sigma ) ) ) )
      | ( Z = W )
      | ( heap @ ( sep @ ( lseg @ X @ Z ) @ ( sep @ ( lseg @ Z @ W ) @ Sigma ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unfolding_5) ).

thf(2,axiom,
    ! [X: $i,Y: $i,Z: $i,W: $i,Sigma: $i] :
      ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ ( sep @ ( next @ Z @ W ) @ Sigma ) ) ) )
      | ( heap @ ( sep @ ( lseg @ X @ Z ) @ ( sep @ ( next @ Z @ W ) @ Sigma ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unfolding_4) ).

thf(3,axiom,
    ! [X: $i,Y: $i,Sigma: $i] :
      ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ nil ) @ Sigma ) ) )
      | ( heap @ ( sep @ ( lseg @ X @ nil ) @ Sigma ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unfolding_3) ).

thf(4,axiom,
    ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
      ( ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ Sigma ) ) )
      | ( X = Y )
      | ( heap @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unfolding_2) ).

thf(5,axiom,
    ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
      ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
      | ( X = Y )
      | ( X = Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wellformedness_5) ).

thf(6,axiom,
    ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
      ( ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
      | ( X = Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wellformedness_4) ).

thf(7,axiom,
    ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
      ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( next @ X @ Z ) @ Sigma ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wellformedness_3) ).

thf(8,axiom,
    ! [Y: $i,Sigma: $i] :
      ( ~ ( heap @ ( sep @ ( lseg @ nil @ Y ) @ Sigma ) )
      | ( Y = nil ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wellformedness_2) ).

thf(9,axiom,
    ! [Y: $i,Sigma: $i] :
      ~ ( heap @ ( sep @ ( next @ nil @ Y ) @ Sigma ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wellformedness_1) ).

thf(10,axiom,
    ! [X: $i,Sigma: $i] :
      ( ( sep @ ( lseg @ X @ X ) @ Sigma )
      = Sigma ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',normalization) ).

thf(11,axiom,
    ! [S: $i,T: $i,Sigma: $i] :
      ( ( sep @ S @ ( sep @ T @ Sigma ) )
      = ( sep @ T @ ( sep @ S @ Sigma ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associative_commutative) ).

thf(12,axiom,
    heap @ ( sep @ ( lseg @ x5 @ x7 ) @ ( sep @ ( lseg @ x2 @ x5 ) @ ( sep @ ( lseg @ x2 @ x10 ) @ ( sep @ ( lseg @ x2 @ x1 ) @ ( sep @ ( lseg @ x9 @ x1 ) @ ( sep @ ( lseg @ x7 @ x6 ) @ ( sep @ ( lseg @ x3 @ x10 ) @ ( sep @ ( lseg @ x6 @ x9 ) @ emp ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_12) ).

thf(13,axiom,
    x2 != x7,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_11) ).

thf(14,axiom,
    x2 != x3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_10) ).

thf(15,axiom,
    x2 != x6,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_9) ).

thf(16,axiom,
    x7 != x10,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_8) ).

thf(17,axiom,
    x3 != x8,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_7) ).

thf(18,axiom,
    x4 != x9,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_6) ).

thf(19,axiom,
    x4 != x7,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_5) ).

thf(20,axiom,
    x4 != x8,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_4) ).

thf(21,axiom,
    x1 != x10,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_3) ).

thf(22,axiom,
    x1 != x7,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_2) ).

thf(23,axiom,
    x1 != x6,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',premise_1) ).

thf(24,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(25,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[24]) ).

thf(26,negated_conjecture,
    ( ( x1 = x1 )
    | ~ ( heap @ emp ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conclusion_1) ).

thf(27,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[25]) ).

thf(28,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,W: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ ( sep @ ( lseg @ Z @ W ) @ Sigma ) ) ) )
          | ( Z = W )
          | ( heap @ ( sep @ ( lseg @ X @ Z ) @ ( sep @ ( lseg @ Z @ W ) @ Sigma ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(29,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,W: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ ( sep @ ( next @ Z @ W ) @ Sigma ) ) ) )
          | ( heap @ ( sep @ ( lseg @ X @ Z ) @ ( sep @ ( next @ Z @ W ) @ Sigma ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(30,plain,
    ( ( ! [X: $i,Y: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ nil ) @ Sigma ) ) )
          | ( heap @ ( sep @ ( lseg @ X @ nil ) @ Sigma ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(31,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ Sigma ) ) )
          | ( X = Y )
          | ( heap @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(32,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
          | ( X = Y )
          | ( X = Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
          | ( X = Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
          ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( next @ X @ Z ) @ Sigma ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(35,plain,
    ( ( ! [Y: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ nil @ Y ) @ Sigma ) )
          | ( Y = nil ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(36,plain,
    ( ( ! [Y: $i,Sigma: $i] :
          ~ ( heap @ ( sep @ ( next @ nil @ Y ) @ Sigma ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(37,plain,
    ( ( ! [X: $i,Sigma: $i] :
          ( ( sep @ ( lseg @ X @ X ) @ Sigma )
          = Sigma ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(38,plain,
    ( ( ! [S: $i,T: $i,Sigma: $i] :
          ( ( sep @ S @ ( sep @ T @ Sigma ) )
          = ( sep @ T @ ( sep @ S @ Sigma ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(39,plain,
    ( ( heap @ ( sep @ ( lseg @ x5 @ x7 ) @ ( sep @ ( lseg @ x2 @ x5 ) @ ( sep @ ( lseg @ x2 @ x10 ) @ ( sep @ ( lseg @ x2 @ x1 ) @ ( sep @ ( lseg @ x9 @ x1 ) @ ( sep @ ( lseg @ x7 @ x6 ) @ ( sep @ ( lseg @ x3 @ x10 ) @ ( sep @ ( lseg @ x6 @ x9 ) @ emp ) ) ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(40,plain,
    ( ( ( x2 != x7 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(41,plain,
    ( ( ( x2 != x3 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(42,plain,
    ( ( ( x2 != x6 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(43,plain,
    ( ( ( x7 != x10 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(44,plain,
    ( ( ( x3 != x8 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(45,plain,
    ( ( ( x4 != x9 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(46,plain,
    ( ( ( x4 != x7 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(47,plain,
    ( ( ( x4 != x8 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(48,plain,
    ( ( ( x1 != x10 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(49,plain,
    ( ( ( x1 != x7 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(50,plain,
    ( ( ( x1 != x6 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(51,plain,
    ( ( ( x1 = x1 )
      | ~ ( heap @ emp ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(52,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[27]) ).

thf(53,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ! [Sigma: $i] :
              ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
          | ( X = Y )
          | ( X = Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(54,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ! [Sigma: $i] :
              ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
          | ( X = Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(55,plain,
    ( ( ! [Y: $i] :
          ( ! [Sigma: $i] :
              ~ ( heap @ ( sep @ ( lseg @ nil @ Y ) @ Sigma ) )
          | ( Y = nil ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(56,plain,
    ( ( ( x2 != x7 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(57,plain,
    ( ( ( x2 != x3 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[41]) ).

thf(58,plain,
    ( ( ( x2 != x6 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[42]) ).

thf(59,plain,
    ( ( ( x7 != x10 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(60,plain,
    ( ( ( x3 != x8 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[44]) ).

thf(61,plain,
    ( ( ( x4 != x9 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[45]) ).

thf(62,plain,
    ( ( ( x4 != x7 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[46]) ).

thf(63,plain,
    ( ( ( x4 != x8 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[47]) ).

thf(64,plain,
    ( ( ( x1 != x10 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[48]) ).

thf(65,plain,
    ( ( ( x1 != x7 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[49]) ).

thf(66,plain,
    ( ( ( x1 != x6 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[50]) ).

thf(67,plain,
    ( ( $true
      | ~ ( heap @ emp ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[51]) ).

thf(68,plain,
    ( ( $true
      | ~ ( heap @ emp ) )
    = $true ),
    inference(copy,[status(thm)],[67]) ).

thf(69,plain,
    ( ( ( x1 != x6 ) )
    = $true ),
    inference(copy,[status(thm)],[66]) ).

thf(70,plain,
    ( ( ( x1 != x7 ) )
    = $true ),
    inference(copy,[status(thm)],[65]) ).

thf(71,plain,
    ( ( ( x1 != x10 ) )
    = $true ),
    inference(copy,[status(thm)],[64]) ).

thf(72,plain,
    ( ( ( x4 != x8 ) )
    = $true ),
    inference(copy,[status(thm)],[63]) ).

thf(73,plain,
    ( ( ( x4 != x7 ) )
    = $true ),
    inference(copy,[status(thm)],[62]) ).

thf(74,plain,
    ( ( ( x4 != x9 ) )
    = $true ),
    inference(copy,[status(thm)],[61]) ).

thf(75,plain,
    ( ( ( x3 != x8 ) )
    = $true ),
    inference(copy,[status(thm)],[60]) ).

thf(76,plain,
    ( ( ( x7 != x10 ) )
    = $true ),
    inference(copy,[status(thm)],[59]) ).

thf(77,plain,
    ( ( ( x2 != x6 ) )
    = $true ),
    inference(copy,[status(thm)],[58]) ).

thf(78,plain,
    ( ( ( x2 != x3 ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(79,plain,
    ( ( ( x2 != x7 ) )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(80,plain,
    ( ( heap @ ( sep @ ( lseg @ x5 @ x7 ) @ ( sep @ ( lseg @ x2 @ x5 ) @ ( sep @ ( lseg @ x2 @ x10 ) @ ( sep @ ( lseg @ x2 @ x1 ) @ ( sep @ ( lseg @ x9 @ x1 ) @ ( sep @ ( lseg @ x7 @ x6 ) @ ( sep @ ( lseg @ x3 @ x10 ) @ ( sep @ ( lseg @ x6 @ x9 ) @ emp ) ) ) ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(81,plain,
    ( ( ! [S: $i,T: $i,Sigma: $i] :
          ( ( sep @ S @ ( sep @ T @ Sigma ) )
          = ( sep @ T @ ( sep @ S @ Sigma ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(82,plain,
    ( ( ! [X: $i,Sigma: $i] :
          ( ( sep @ ( lseg @ X @ X ) @ Sigma )
          = Sigma ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(83,plain,
    ( ( ! [Y: $i,Sigma: $i] :
          ~ ( heap @ ( sep @ ( next @ nil @ Y ) @ Sigma ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(84,plain,
    ( ( ! [Y: $i] :
          ( ! [Sigma: $i] :
              ~ ( heap @ ( sep @ ( lseg @ nil @ Y ) @ Sigma ) )
          | ( Y = nil ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(85,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
          ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( next @ X @ Z ) @ Sigma ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

thf(86,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ! [Sigma: $i] :
              ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
          | ( X = Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(87,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ! [Sigma: $i] :
              ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) )
          | ( X = Y )
          | ( X = Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(88,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( next @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ Sigma ) ) )
          | ( X = Y )
          | ( heap @ ( sep @ ( lseg @ X @ Z ) @ Sigma ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(89,plain,
    ( ( ! [X: $i,Y: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ nil ) @ Sigma ) ) )
          | ( heap @ ( sep @ ( lseg @ X @ nil ) @ Sigma ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(90,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,W: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ ( sep @ ( next @ Z @ W ) @ Sigma ) ) ) )
          | ( heap @ ( sep @ ( lseg @ X @ Z ) @ ( sep @ ( next @ Z @ W ) @ Sigma ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(91,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,W: $i,Sigma: $i] :
          ( ~ ( heap @ ( sep @ ( lseg @ X @ Y ) @ ( sep @ ( lseg @ Y @ Z ) @ ( sep @ ( lseg @ Z @ W ) @ Sigma ) ) ) )
          | ( Z = W )
          | ( heap @ ( sep @ ( lseg @ X @ Z ) @ ( sep @ ( lseg @ Z @ W ) @ Sigma ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(92,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(93,plain,
    ( ( $true = $true )
    | ( ( ~ ( heap @ emp ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[68]) ).

thf(94,plain,
    ( ( x1 = x6 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[69]) ).

thf(95,plain,
    ( ( x1 = x7 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[70]) ).

thf(96,plain,
    ( ( x1 = x10 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(97,plain,
    ( ( x4 = x8 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[72]) ).

thf(98,plain,
    ( ( x4 = x7 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[73]) ).

thf(99,plain,
    ( ( x4 = x9 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[74]) ).

thf(100,plain,
    ( ( x3 = x8 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[75]) ).

thf(101,plain,
    ( ( x7 = x10 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[76]) ).

thf(102,plain,
    ( ( x2 = x6 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[77]) ).

thf(103,plain,
    ( ( x2 = x3 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[78]) ).

thf(104,plain,
    ( ( x2 = x7 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[79]) ).

thf(105,plain,
    ! [SV1: $i] :
      ( ( ! [SY38: $i,SY39: $i] :
            ( ( sep @ SV1 @ ( sep @ SY38 @ SY39 ) )
            = ( sep @ SY38 @ ( sep @ SV1 @ SY39 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(106,plain,
    ! [SV2: $i] :
      ( ( ! [SY40: $i] :
            ( ( sep @ ( lseg @ SV2 @ SV2 ) @ SY40 )
            = SY40 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(107,plain,
    ! [SV3: $i] :
      ( ( ! [SY41: $i] :
            ~ ( heap @ ( sep @ ( next @ nil @ SV3 ) @ SY41 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(108,plain,
    ! [SV4: $i] :
      ( ( ! [SY42: $i] :
            ~ ( heap @ ( sep @ ( lseg @ nil @ SV4 ) @ SY42 ) )
        | ( SV4 = nil ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(109,plain,
    ! [SV5: $i] :
      ( ( ! [SY43: $i,SY44: $i,SY45: $i] :
            ~ ( heap @ ( sep @ ( next @ SV5 @ SY43 ) @ ( sep @ ( next @ SV5 @ SY44 ) @ SY45 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(110,plain,
    ! [SV6: $i] :
      ( ( ! [SY46: $i,SY47: $i] :
            ( ! [SY48: $i] :
                ~ ( heap @ ( sep @ ( next @ SV6 @ SY46 ) @ ( sep @ ( lseg @ SV6 @ SY47 ) @ SY48 ) ) )
            | ( SV6 = SY47 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(111,plain,
    ! [SV7: $i] :
      ( ( ! [SY49: $i,SY50: $i] :
            ( ! [SY51: $i] :
                ~ ( heap @ ( sep @ ( lseg @ SV7 @ SY49 ) @ ( sep @ ( lseg @ SV7 @ SY50 ) @ SY51 ) ) )
            | ( SV7 = SY49 )
            | ( SV7 = SY50 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(112,plain,
    ! [SV8: $i] :
      ( ( ! [SY52: $i,SY53: $i,SY54: $i] :
            ( ~ ( heap @ ( sep @ ( next @ SV8 @ SY52 ) @ ( sep @ ( lseg @ SY52 @ SY53 ) @ SY54 ) ) )
            | ( SV8 = SY52 )
            | ( heap @ ( sep @ ( lseg @ SV8 @ SY53 ) @ SY54 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(113,plain,
    ! [SV9: $i] :
      ( ( ! [SY55: $i,SY56: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV9 @ SY55 ) @ ( sep @ ( lseg @ SY55 @ nil ) @ SY56 ) ) )
            | ( heap @ ( sep @ ( lseg @ SV9 @ nil ) @ SY56 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(114,plain,
    ! [SV10: $i] :
      ( ( ! [SY57: $i,SY58: $i,SY59: $i,SY60: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV10 @ SY57 ) @ ( sep @ ( lseg @ SY57 @ SY58 ) @ ( sep @ ( next @ SY58 @ SY59 ) @ SY60 ) ) ) )
            | ( heap @ ( sep @ ( lseg @ SV10 @ SY58 ) @ ( sep @ ( next @ SY58 @ SY59 ) @ SY60 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(115,plain,
    ! [SV11: $i] :
      ( ( ! [SY61: $i,SY62: $i,SY63: $i,SY64: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV11 @ SY61 ) @ ( sep @ ( lseg @ SY61 @ SY62 ) @ ( sep @ ( lseg @ SY62 @ SY63 ) @ SY64 ) ) ) )
            | ( SY62 = SY63 )
            | ( heap @ ( sep @ ( lseg @ SV11 @ SY62 ) @ ( sep @ ( lseg @ SY62 @ SY63 ) @ SY64 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(116,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[92]) ).

thf(117,plain,
    ( ( ( heap @ emp )
      = $false )
    | ( $true = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[93]) ).

thf(118,plain,
    ! [SV12: $i,SV1: $i] :
      ( ( ! [SY65: $i] :
            ( ( sep @ SV1 @ ( sep @ SV12 @ SY65 ) )
            = ( sep @ SV12 @ ( sep @ SV1 @ SY65 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(119,plain,
    ! [SV13: $i,SV2: $i] :
      ( ( ( sep @ ( lseg @ SV2 @ SV2 ) @ SV13 )
        = SV13 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(120,plain,
    ! [SV14: $i,SV3: $i] :
      ( ( ~ ( heap @ ( sep @ ( next @ nil @ SV3 ) @ SV14 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(121,plain,
    ! [SV4: $i] :
      ( ( ( ! [SY42: $i] :
              ~ ( heap @ ( sep @ ( lseg @ nil @ SV4 ) @ SY42 ) ) )
        = $true )
      | ( ( SV4 = nil )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(122,plain,
    ! [SV15: $i,SV5: $i] :
      ( ( ! [SY66: $i,SY67: $i] :
            ~ ( heap @ ( sep @ ( next @ SV5 @ SV15 ) @ ( sep @ ( next @ SV5 @ SY66 ) @ SY67 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(123,plain,
    ! [SV16: $i,SV6: $i] :
      ( ( ! [SY68: $i] :
            ( ! [SY69: $i] :
                ~ ( heap @ ( sep @ ( next @ SV6 @ SV16 ) @ ( sep @ ( lseg @ SV6 @ SY68 ) @ SY69 ) ) )
            | ( SV6 = SY68 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(124,plain,
    ! [SV17: $i,SV7: $i] :
      ( ( ! [SY70: $i] :
            ( ! [SY71: $i] :
                ~ ( heap @ ( sep @ ( lseg @ SV7 @ SV17 ) @ ( sep @ ( lseg @ SV7 @ SY70 ) @ SY71 ) ) )
            | ( SV7 = SV17 )
            | ( SV7 = SY70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(125,plain,
    ! [SV18: $i,SV8: $i] :
      ( ( ! [SY72: $i,SY73: $i] :
            ( ~ ( heap @ ( sep @ ( next @ SV8 @ SV18 ) @ ( sep @ ( lseg @ SV18 @ SY72 ) @ SY73 ) ) )
            | ( SV8 = SV18 )
            | ( heap @ ( sep @ ( lseg @ SV8 @ SY72 ) @ SY73 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(126,plain,
    ! [SV19: $i,SV9: $i] :
      ( ( ! [SY74: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV9 @ SV19 ) @ ( sep @ ( lseg @ SV19 @ nil ) @ SY74 ) ) )
            | ( heap @ ( sep @ ( lseg @ SV9 @ nil ) @ SY74 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(127,plain,
    ! [SV20: $i,SV10: $i] :
      ( ( ! [SY75: $i,SY76: $i,SY77: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV10 @ SV20 ) @ ( sep @ ( lseg @ SV20 @ SY75 ) @ ( sep @ ( next @ SY75 @ SY76 ) @ SY77 ) ) ) )
            | ( heap @ ( sep @ ( lseg @ SV10 @ SY75 ) @ ( sep @ ( next @ SY75 @ SY76 ) @ SY77 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(128,plain,
    ! [SV21: $i,SV11: $i] :
      ( ( ! [SY78: $i,SY79: $i,SY80: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV11 @ SV21 ) @ ( sep @ ( lseg @ SV21 @ SY78 ) @ ( sep @ ( lseg @ SY78 @ SY79 ) @ SY80 ) ) ) )
            | ( SY78 = SY79 )
            | ( heap @ ( sep @ ( lseg @ SV11 @ SY78 ) @ ( sep @ ( lseg @ SY78 @ SY79 ) @ SY80 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(129,plain,
    ! [SV22: $i,SV12: $i,SV1: $i] :
      ( ( ( sep @ SV1 @ ( sep @ SV12 @ SV22 ) )
        = ( sep @ SV12 @ ( sep @ SV1 @ SV22 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(130,plain,
    ! [SV14: $i,SV3: $i] :
      ( ( heap @ ( sep @ ( next @ nil @ SV3 ) @ SV14 ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(131,plain,
    ! [SV23: $i,SV4: $i] :
      ( ( ( ~ ( heap @ ( sep @ ( lseg @ nil @ SV4 ) @ SV23 ) ) )
        = $true )
      | ( ( SV4 = nil )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(132,plain,
    ! [SV24: $i,SV15: $i,SV5: $i] :
      ( ( ! [SY81: $i] :
            ~ ( heap @ ( sep @ ( next @ SV5 @ SV15 ) @ ( sep @ ( next @ SV5 @ SV24 ) @ SY81 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(133,plain,
    ! [SV25: $i,SV16: $i,SV6: $i] :
      ( ( ! [SY82: $i] :
            ~ ( heap @ ( sep @ ( next @ SV6 @ SV16 ) @ ( sep @ ( lseg @ SV6 @ SV25 ) @ SY82 ) ) )
        | ( SV6 = SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(134,plain,
    ! [SV26: $i,SV17: $i,SV7: $i] :
      ( ( ! [SY83: $i] :
            ~ ( heap @ ( sep @ ( lseg @ SV7 @ SV17 ) @ ( sep @ ( lseg @ SV7 @ SV26 ) @ SY83 ) ) )
        | ( SV7 = SV17 )
        | ( SV7 = SV26 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(135,plain,
    ! [SV27: $i,SV18: $i,SV8: $i] :
      ( ( ! [SY84: $i] :
            ( ~ ( heap @ ( sep @ ( next @ SV8 @ SV18 ) @ ( sep @ ( lseg @ SV18 @ SV27 ) @ SY84 ) ) )
            | ( SV8 = SV18 )
            | ( heap @ ( sep @ ( lseg @ SV8 @ SV27 ) @ SY84 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(136,plain,
    ! [SV28: $i,SV19: $i,SV9: $i] :
      ( ( ~ ( heap @ ( sep @ ( lseg @ SV9 @ SV19 ) @ ( sep @ ( lseg @ SV19 @ nil ) @ SV28 ) ) )
        | ( heap @ ( sep @ ( lseg @ SV9 @ nil ) @ SV28 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(137,plain,
    ! [SV29: $i,SV20: $i,SV10: $i] :
      ( ( ! [SY85: $i,SY86: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV10 @ SV20 ) @ ( sep @ ( lseg @ SV20 @ SV29 ) @ ( sep @ ( next @ SV29 @ SY85 ) @ SY86 ) ) ) )
            | ( heap @ ( sep @ ( lseg @ SV10 @ SV29 ) @ ( sep @ ( next @ SV29 @ SY85 ) @ SY86 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(138,plain,
    ! [SV30: $i,SV21: $i,SV11: $i] :
      ( ( ! [SY87: $i,SY88: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV11 @ SV21 ) @ ( sep @ ( lseg @ SV21 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SY87 ) @ SY88 ) ) ) )
            | ( SV30 = SY87 )
            | ( heap @ ( sep @ ( lseg @ SV11 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SY87 ) @ SY88 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(139,plain,
    ! [SV23: $i,SV4: $i] :
      ( ( ( heap @ ( sep @ ( lseg @ nil @ SV4 ) @ SV23 ) )
        = $false )
      | ( ( SV4 = nil )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(140,plain,
    ! [SV31: $i,SV24: $i,SV15: $i,SV5: $i] :
      ( ( ~ ( heap @ ( sep @ ( next @ SV5 @ SV15 ) @ ( sep @ ( next @ SV5 @ SV24 ) @ SV31 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(141,plain,
    ! [SV25: $i,SV16: $i,SV6: $i] :
      ( ( ( ! [SY82: $i] :
              ~ ( heap @ ( sep @ ( next @ SV6 @ SV16 ) @ ( sep @ ( lseg @ SV6 @ SV25 ) @ SY82 ) ) ) )
        = $true )
      | ( ( SV6 = SV25 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[133]) ).

thf(142,plain,
    ! [SV26: $i,SV17: $i,SV7: $i] :
      ( ( ( ! [SY83: $i] :
              ~ ( heap @ ( sep @ ( lseg @ SV7 @ SV17 ) @ ( sep @ ( lseg @ SV7 @ SV26 ) @ SY83 ) ) ) )
        = $true )
      | ( ( ( SV7 = SV17 )
          | ( SV7 = SV26 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[134]) ).

thf(143,plain,
    ! [SV32: $i,SV27: $i,SV18: $i,SV8: $i] :
      ( ( ~ ( heap @ ( sep @ ( next @ SV8 @ SV18 ) @ ( sep @ ( lseg @ SV18 @ SV27 ) @ SV32 ) ) )
        | ( SV8 = SV18 )
        | ( heap @ ( sep @ ( lseg @ SV8 @ SV27 ) @ SV32 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(144,plain,
    ! [SV28: $i,SV19: $i,SV9: $i] :
      ( ( ( ~ ( heap @ ( sep @ ( lseg @ SV9 @ SV19 ) @ ( sep @ ( lseg @ SV19 @ nil ) @ SV28 ) ) ) )
        = $true )
      | ( ( heap @ ( sep @ ( lseg @ SV9 @ nil ) @ SV28 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[136]) ).

thf(145,plain,
    ! [SV33: $i,SV29: $i,SV20: $i,SV10: $i] :
      ( ( ! [SY89: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV10 @ SV20 ) @ ( sep @ ( lseg @ SV20 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SY89 ) ) ) )
            | ( heap @ ( sep @ ( lseg @ SV10 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SY89 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(146,plain,
    ! [SV34: $i,SV30: $i,SV21: $i,SV11: $i] :
      ( ( ! [SY90: $i] :
            ( ~ ( heap @ ( sep @ ( lseg @ SV11 @ SV21 ) @ ( sep @ ( lseg @ SV21 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SY90 ) ) ) )
            | ( SV30 = SV34 )
            | ( heap @ ( sep @ ( lseg @ SV11 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SY90 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

thf(147,plain,
    ! [SV31: $i,SV24: $i,SV15: $i,SV5: $i] :
      ( ( heap @ ( sep @ ( next @ SV5 @ SV15 ) @ ( sep @ ( next @ SV5 @ SV24 ) @ SV31 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[140]) ).

thf(148,plain,
    ! [SV35: $i,SV25: $i,SV16: $i,SV6: $i] :
      ( ( ( ~ ( heap @ ( sep @ ( next @ SV6 @ SV16 ) @ ( sep @ ( lseg @ SV6 @ SV25 ) @ SV35 ) ) ) )
        = $true )
      | ( ( SV6 = SV25 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(149,plain,
    ! [SV36: $i,SV26: $i,SV17: $i,SV7: $i] :
      ( ( ( ~ ( heap @ ( sep @ ( lseg @ SV7 @ SV17 ) @ ( sep @ ( lseg @ SV7 @ SV26 ) @ SV36 ) ) ) )
        = $true )
      | ( ( ( SV7 = SV17 )
          | ( SV7 = SV26 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(150,plain,
    ! [SV32: $i,SV27: $i,SV18: $i,SV8: $i] :
      ( ( ( ~ ( heap @ ( sep @ ( next @ SV8 @ SV18 ) @ ( sep @ ( lseg @ SV18 @ SV27 ) @ SV32 ) ) ) )
        = $true )
      | ( ( ( SV8 = SV18 )
          | ( heap @ ( sep @ ( lseg @ SV8 @ SV27 ) @ SV32 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[143]) ).

thf(151,plain,
    ! [SV28: $i,SV19: $i,SV9: $i] :
      ( ( ( heap @ ( sep @ ( lseg @ SV9 @ SV19 ) @ ( sep @ ( lseg @ SV19 @ nil ) @ SV28 ) ) )
        = $false )
      | ( ( heap @ ( sep @ ( lseg @ SV9 @ nil ) @ SV28 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[144]) ).

thf(152,plain,
    ! [SV37: $i,SV33: $i,SV29: $i,SV20: $i,SV10: $i] :
      ( ( ~ ( heap @ ( sep @ ( lseg @ SV10 @ SV20 ) @ ( sep @ ( lseg @ SV20 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SV37 ) ) ) )
        | ( heap @ ( sep @ ( lseg @ SV10 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SV37 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[145]) ).

thf(153,plain,
    ! [SV38: $i,SV34: $i,SV30: $i,SV21: $i,SV11: $i] :
      ( ( ~ ( heap @ ( sep @ ( lseg @ SV11 @ SV21 ) @ ( sep @ ( lseg @ SV21 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) ) )
        | ( SV30 = SV34 )
        | ( heap @ ( sep @ ( lseg @ SV11 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

thf(154,plain,
    ! [SV35: $i,SV25: $i,SV16: $i,SV6: $i] :
      ( ( ( heap @ ( sep @ ( next @ SV6 @ SV16 ) @ ( sep @ ( lseg @ SV6 @ SV25 ) @ SV35 ) ) )
        = $false )
      | ( ( SV6 = SV25 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[148]) ).

thf(155,plain,
    ! [SV36: $i,SV26: $i,SV17: $i,SV7: $i] :
      ( ( ( heap @ ( sep @ ( lseg @ SV7 @ SV17 ) @ ( sep @ ( lseg @ SV7 @ SV26 ) @ SV36 ) ) )
        = $false )
      | ( ( ( SV7 = SV17 )
          | ( SV7 = SV26 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[149]) ).

thf(156,plain,
    ! [SV32: $i,SV27: $i,SV18: $i,SV8: $i] :
      ( ( ( heap @ ( sep @ ( next @ SV8 @ SV18 ) @ ( sep @ ( lseg @ SV18 @ SV27 ) @ SV32 ) ) )
        = $false )
      | ( ( ( SV8 = SV18 )
          | ( heap @ ( sep @ ( lseg @ SV8 @ SV27 ) @ SV32 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[150]) ).

thf(157,plain,
    ! [SV37: $i,SV33: $i,SV29: $i,SV20: $i,SV10: $i] :
      ( ( ( ~ ( heap @ ( sep @ ( lseg @ SV10 @ SV20 ) @ ( sep @ ( lseg @ SV20 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SV37 ) ) ) ) )
        = $true )
      | ( ( heap @ ( sep @ ( lseg @ SV10 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SV37 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(158,plain,
    ! [SV38: $i,SV34: $i,SV30: $i,SV21: $i,SV11: $i] :
      ( ( ( ~ ( heap @ ( sep @ ( lseg @ SV11 @ SV21 ) @ ( sep @ ( lseg @ SV21 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) ) ) )
        = $true )
      | ( ( ( SV30 = SV34 )
          | ( heap @ ( sep @ ( lseg @ SV11 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(159,plain,
    ! [SV36: $i,SV26: $i,SV17: $i,SV7: $i] :
      ( ( ( SV7 = SV17 )
        = $true )
      | ( ( SV7 = SV26 )
        = $true )
      | ( ( heap @ ( sep @ ( lseg @ SV7 @ SV17 ) @ ( sep @ ( lseg @ SV7 @ SV26 ) @ SV36 ) ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

thf(160,plain,
    ! [SV32: $i,SV27: $i,SV18: $i,SV8: $i] :
      ( ( ( SV8 = SV18 )
        = $true )
      | ( ( heap @ ( sep @ ( lseg @ SV8 @ SV27 ) @ SV32 ) )
        = $true )
      | ( ( heap @ ( sep @ ( next @ SV8 @ SV18 ) @ ( sep @ ( lseg @ SV18 @ SV27 ) @ SV32 ) ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[156]) ).

thf(161,plain,
    ! [SV37: $i,SV33: $i,SV29: $i,SV20: $i,SV10: $i] :
      ( ( ( heap @ ( sep @ ( lseg @ SV10 @ SV20 ) @ ( sep @ ( lseg @ SV20 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SV37 ) ) ) )
        = $false )
      | ( ( heap @ ( sep @ ( lseg @ SV10 @ SV29 ) @ ( sep @ ( next @ SV29 @ SV33 ) @ SV37 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[157]) ).

thf(162,plain,
    ! [SV38: $i,SV34: $i,SV30: $i,SV21: $i,SV11: $i] :
      ( ( ( heap @ ( sep @ ( lseg @ SV11 @ SV21 ) @ ( sep @ ( lseg @ SV21 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) ) )
        = $false )
      | ( ( ( SV30 = SV34 )
          | ( heap @ ( sep @ ( lseg @ SV11 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[158]) ).

thf(163,plain,
    ! [SV21: $i,SV38: $i,SV11: $i,SV34: $i,SV30: $i] :
      ( ( ( SV30 = SV34 )
        = $true )
      | ( ( heap @ ( sep @ ( lseg @ SV11 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) )
        = $true )
      | ( ( heap @ ( sep @ ( lseg @ SV11 @ SV21 ) @ ( sep @ ( lseg @ SV21 @ SV30 ) @ ( sep @ ( lseg @ SV30 @ SV34 ) @ SV38 ) ) ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[162]) ).

thf(164,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[80,163,161,160,159,154,151,147,139,130,129,119,117,116,104,103,102,101,100,99,98,97,96,95,94]) ).

thf(165,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[164]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SWW425-1 : TPTP v8.1.0. Released v5.2.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n017.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sun Jun  5 07:39:30 EDT 2022
% 0.19/0.34  % CPUTime  : 
% 0.19/0.36  
% 0.19/0.36   No.of.Axioms: 24
% 0.19/0.36  
% 0.19/0.36   Length.of.Defs: 0
% 0.19/0.36  
% 0.19/0.36   Contains.Choice.Funs: false
% 0.19/0.38  (rf:0,axioms:24,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:26,loop_count:0,foatp_calls:0,translation:fof_full).......
% 7.46/7.69  
% 7.46/7.69  ********************************
% 7.46/7.69  *   All subproblems solved!    *
% 7.46/7.69  ********************************
% 7.46/7.69  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:24,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:164,loop_count:0,foatp_calls:1,translation:fof_full)
% 7.53/7.71  
% 7.53/7.71  %**** Beginning of derivation protocol ****
% 7.53/7.71  % SZS output start CNFRefutation
% See solution above
% 7.53/7.71  
% 7.53/7.71  %**** End of derivation protocol ****
% 7.53/7.71  %**** no. of clauses in derivation: 165 ****
% 7.53/7.71  %**** clause counter: 164 ****
% 7.53/7.71  
% 7.53/7.71  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:24,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:164,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------