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

View Problem - Process Solution

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

% 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  : 300s
% DateTime : Thu Aug 31 22:31:44 EDT 2023

% Result   : CounterSatisfiable 42.95s 6.75s
% Output   : Saturation 43.37s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] : enc(i(X0),enc(X0,X1)) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',enc_dec_cancel) ).

fof(f2,axiom,
    ! [X0,X1] : enc(X0,enc(i(X0),X1)) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dec_enc_cancel) ).

fof(f3,axiom,
    ! [X0] : i(i(X0)) = X0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',double_inverse_cancel) ).

fof(f4,axiom,
    ! [X0] :
      ( p(X0)
     => p(i(X0)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',keys_are_symmetric) ).

fof(f5,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',key_translate_from_ZCMK_to_TMK) ).

fof(f6,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',key_translate_from_TMK_to_ZCMK) ).

fof(f7,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(wk,enc(i(tmk),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',receive_working_key_from_switch) ).

fof(f8,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',encrypt_a_PIN_derivation_key_under_a_TMK) ).

fof(f9,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(tmk),X1),enc(i(tc),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',encrypt_a_stored_comms_key) ).

fof(f10,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(tc),X0),X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',data_encrypt) ).

fof(f11,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(i(enc(i(tc),X0)),X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',data_decrypt) ).

fof(f12,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',data_translate_PIN_from_local_to_interchange_key) ).

fof(f13,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',data_translate_between_interchange_keys) ).

fof(f14,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',data_translate_PIN_from_local_storage_to_interchange_key) ).

fof(f15,axiom,
    ! [X0,X1,X2] :
      ( ( p(X2)
        & p(X1)
        & p(X0) )
     => p(enc(X0,X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',attacker_can_encrypt) ).

fof(f16,axiom,
    p(enc(tmk,pp)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_1) ).

fof(f17,axiom,
    p(enc(wk,w)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_2) ).

fof(f18,axiom,
    p(enc(w,t1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_3) ).

fof(f19,axiom,
    p(enc(lp,t2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_4) ).

fof(f20,axiom,
    p(enc(tc,k)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_5) ).

fof(f21,axiom,
    p(kk),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_6) ).

fof(f22,axiom,
    p(i(kk)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_7) ).

fof(f23,axiom,
    p(a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',intruder_knows_8) ).

fof(f24,conjecture,
    p(enc(pp,a)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

fof(f25,negated_conjecture,
    ~ p(enc(pp,a)),
    inference(negated_conjecture,[],[f24]) ).

fof(f26,plain,
    ~ p(enc(pp,a)),
    inference(flattening,[],[f25]) ).

fof(f27,plain,
    ! [X0] :
      ( p(i(X0))
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f4]) ).

fof(f28,plain,
    ! [X0,X1,X2] :
      ( p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f5]) ).

fof(f29,plain,
    ! [X0,X1,X2] :
      ( p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f28]) ).

fof(f30,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f6]) ).

fof(f31,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f30]) ).

fof(f32,plain,
    ! [X0,X1,X2] :
      ( p(enc(wk,enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f7]) ).

fof(f33,plain,
    ! [X0,X1,X2] :
      ( p(enc(wk,enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f32]) ).

fof(f34,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f8]) ).

fof(f35,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f34]) ).

fof(f36,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f9]) ).

fof(f37,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f36]) ).

fof(f38,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tc),X0),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f10]) ).

fof(f39,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(tc),X0),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f38]) ).

fof(f40,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(tc),X0)),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f11]) ).

fof(f41,plain,
    ! [X0,X1,X2] :
      ( p(enc(i(enc(i(tc),X0)),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f40]) ).

fof(f42,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f12]) ).

fof(f43,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f42]) ).

fof(f44,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f13]) ).

fof(f45,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f44]) ).

fof(f46,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f14]) ).

fof(f47,plain,
    ! [X0,X1,X2] :
      ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f46]) ).

fof(f48,plain,
    ! [X0,X1,X2] :
      ( p(enc(X0,X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(ennf_transformation,[],[f15]) ).

fof(f49,plain,
    ! [X0,X1,X2] :
      ( p(enc(X0,X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(flattening,[],[f48]) ).

fof(f50,plain,
    ! [X0,X1] : enc(i(X0),enc(X0,X1)) = X1,
    inference(cnf_transformation,[],[f1]) ).

fof(f51,plain,
    ! [X0,X1] : enc(X0,enc(i(X0),X1)) = X1,
    inference(cnf_transformation,[],[f2]) ).

fof(f52,plain,
    ! [X0] : i(i(X0)) = X0,
    inference(cnf_transformation,[],[f3]) ).

fof(f53,plain,
    ! [X0] :
      ( p(i(X0))
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f27]) ).

fof(f54,plain,
    ! [X2,X0,X1] :
      ( p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f29]) ).

fof(f55,plain,
    ! [X2,X0,X1] :
      ( p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f31]) ).

fof(f56,plain,
    ! [X2,X0,X1] :
      ( p(enc(wk,enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f33]) ).

fof(f57,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f35]) ).

fof(f58,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f37]) ).

fof(f59,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(tc),X0),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f39]) ).

fof(f60,plain,
    ! [X2,X0,X1] :
      ( p(enc(i(enc(i(tc),X0)),X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f41]) ).

fof(f61,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f43]) ).

fof(f62,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f45]) ).

fof(f63,plain,
    ! [X2,X0,X1] :
      ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f47]) ).

fof(f64,plain,
    ! [X2,X0,X1] :
      ( p(enc(X0,X1))
      | ~ p(X2)
      | ~ p(X1)
      | ~ p(X0) ),
    inference(cnf_transformation,[],[f49]) ).

fof(f65,plain,
    p(enc(tmk,pp)),
    inference(cnf_transformation,[],[f16]) ).

fof(f66,plain,
    p(enc(wk,w)),
    inference(cnf_transformation,[],[f17]) ).

fof(f67,plain,
    p(enc(w,t1)),
    inference(cnf_transformation,[],[f18]) ).

fof(f68,plain,
    p(enc(lp,t2)),
    inference(cnf_transformation,[],[f19]) ).

fof(f69,plain,
    p(enc(tc,k)),
    inference(cnf_transformation,[],[f20]) ).

fof(f70,plain,
    p(kk),
    inference(cnf_transformation,[],[f21]) ).

fof(f71,plain,
    p(i(kk)),
    inference(cnf_transformation,[],[f22]) ).

fof(f72,plain,
    p(a),
    inference(cnf_transformation,[],[f23]) ).

fof(f73,plain,
    ~ p(enc(pp,a)),
    inference(cnf_transformation,[],[f26]) ).

cnf(c_49,plain,
    enc(i(X0),enc(X0,X1)) = X1,
    inference(cnf_transformation,[],[f50]) ).

cnf(c_50,plain,
    enc(X0,enc(i(X0),X1)) = X1,
    inference(cnf_transformation,[],[f51]) ).

cnf(c_51,plain,
    i(i(X0)) = X0,
    inference(cnf_transformation,[],[f52]) ).

cnf(c_52,plain,
    ( ~ p(X0)
    | p(i(X0)) ),
    inference(cnf_transformation,[],[f53]) ).

cnf(c_53,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(cnf_transformation,[],[f54]) ).

cnf(c_54,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0))) ),
    inference(cnf_transformation,[],[f55]) ).

cnf(c_55,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(cnf_transformation,[],[f56]) ).

cnf(c_56,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    inference(cnf_transformation,[],[f57]) ).

cnf(c_57,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(tmk),X1),enc(i(tc),X0))) ),
    inference(cnf_transformation,[],[f58]) ).

cnf(c_58,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(cnf_transformation,[],[f59]) ).

cnf(c_59,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(enc(i(tc),X0)),X1)) ),
    inference(cnf_transformation,[],[f60]) ).

cnf(c_60,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(tmk),X1)),X0))) ),
    inference(cnf_transformation,[],[f61]) ).

cnf(c_61,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(wk),X1)),X0))) ),
    inference(cnf_transformation,[],[f62]) ).

cnf(c_62,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    inference(cnf_transformation,[],[f63]) ).

cnf(c_63,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,X1)) ),
    inference(cnf_transformation,[],[f64]) ).

cnf(c_64,plain,
    p(enc(tmk,pp)),
    inference(cnf_transformation,[],[f65]) ).

cnf(c_65,plain,
    p(enc(wk,w)),
    inference(cnf_transformation,[],[f66]) ).

cnf(c_66,plain,
    p(enc(w,t1)),
    inference(cnf_transformation,[],[f67]) ).

cnf(c_67,plain,
    p(enc(lp,t2)),
    inference(cnf_transformation,[],[f68]) ).

cnf(c_68,plain,
    p(enc(tc,k)),
    inference(cnf_transformation,[],[f69]) ).

cnf(c_69,plain,
    p(kk),
    inference(cnf_transformation,[],[f70]) ).

cnf(c_70,plain,
    p(i(kk)),
    inference(cnf_transformation,[],[f71]) ).

cnf(c_71,plain,
    p(a),
    inference(cnf_transformation,[],[f72]) ).

cnf(c_72,negated_conjecture,
    ~ p(enc(pp,a)),
    inference(cnf_transformation,[],[f73]) ).

cnf(c_295,plain,
    X0_1 = X0_1,
    theory(equality) ).

cnf(c_300,plain,
    ( ~ p(X0)
    | ~ sP0_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP0_iProver_split])],[c_63]) ).

cnf(c_301,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(X0,X1))
    | ~ sP1_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP1_iProver_split])],[c_63]) ).

cnf(c_302,plain,
    ( sP0_iProver_split
    | sP1_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_63]) ).

cnf(c_303,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(lp),X0)))
    | ~ sP2_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP2_iProver_split])],[c_62]) ).

cnf(c_304,plain,
    ( sP0_iProver_split
    | sP2_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_62]) ).

cnf(c_305,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(tc),X0)),X1))
    | ~ sP3_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP3_iProver_split])],[c_59]) ).

cnf(c_306,plain,
    ( sP0_iProver_split
    | sP3_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_59]) ).

cnf(c_307,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tc),X0),X1))
    | ~ sP4_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP4_iProver_split])],[c_58]) ).

cnf(c_308,plain,
    ( sP0_iProver_split
    | sP4_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_58]) ).

cnf(c_309,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
    | ~ sP5_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP5_iProver_split])],[c_57]) ).

cnf(c_310,plain,
    ( sP0_iProver_split
    | sP5_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_57]) ).

cnf(c_311,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
    | ~ sP6_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP6_iProver_split])],[c_56]) ).

cnf(c_312,plain,
    ( sP0_iProver_split
    | sP6_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_56]) ).

cnf(c_313,plain,
    ( ~ p(X0)
    | p(enc(wk,enc(i(tmk),X0)))
    | ~ sP7_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP7_iProver_split])],[c_55]) ).

cnf(c_314,plain,
    ( sP0_iProver_split
    | sP7_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_55]) ).

cnf(c_315,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
    | ~ sP8_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP8_iProver_split])],[c_54]) ).

cnf(c_316,plain,
    ( sP0_iProver_split
    | sP8_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_54]) ).

cnf(c_317,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
    | ~ sP9_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[sP9_iProver_split])],[c_53]) ).

cnf(c_318,plain,
    ( sP0_iProver_split
    | sP9_iProver_split ),
    inference(splitting,[splitting(split),new_symbols(definition,[])],[c_53]) ).

cnf(c_330,plain,
    ( p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_301,c_300,c_301,c_302]) ).

cnf(c_331,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(renaming,[status(thm)],[c_330]) ).

cnf(c_332,plain,
    ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_303,c_300,c_303,c_304]) ).

cnf(c_333,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    inference(renaming,[status(thm)],[c_332]) ).

cnf(c_334,plain,
    ( p(enc(i(enc(i(tc),X0)),X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_305,c_300,c_305,c_306]) ).

cnf(c_335,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(tc),X0)),X1)) ),
    inference(renaming,[status(thm)],[c_334]) ).

cnf(c_336,plain,
    ( p(enc(enc(i(tc),X0),X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_307,c_300,c_307,c_308]) ).

cnf(c_337,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(renaming,[status(thm)],[c_336]) ).

cnf(c_342,plain,
    ( p(enc(wk,enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_313,c_300,c_313,c_314]) ).

cnf(c_343,plain,
    ( ~ p(X0)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(renaming,[status(thm)],[c_342]) ).

cnf(c_671,plain,
    ~ sP0_iProver_split,
    inference(superposition,[status(thm)],[c_64,c_300]) ).

cnf(c_679,plain,
    sP9_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_318,c_671]) ).

cnf(c_680,plain,
    sP8_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_316,c_671]) ).

cnf(c_681,plain,
    sP7_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_314,c_671]) ).

cnf(c_682,plain,
    sP6_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_312,c_671]) ).

cnf(c_683,plain,
    sP5_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_310,c_671]) ).

cnf(c_684,plain,
    sP4_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_308,c_671]) ).

cnf(c_685,plain,
    sP3_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_306,c_671]) ).

cnf(c_686,plain,
    sP2_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_304,c_671]) ).

cnf(c_687,plain,
    sP1_iProver_split,
    inference(backward_subsumption_resolution,[status(thm)],[c_302,c_671]) ).

cnf(c_695,plain,
    ( ~ p(i(X0))
    | p(X0) ),
    inference(superposition,[status(thm)],[c_51,c_52]) ).

cnf(c_707,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(tmk),X1)),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_709,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_711,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_752,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(wk),X1)),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_61]) ).

cnf(c_754,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_61]) ).

cnf(c_756,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_61]) ).

cnf(c_794,plain,
    ( p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_301,c_301,c_687]) ).

cnf(c_795,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(renaming,[status(thm)],[c_794]) ).

cnf(c_802,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(i(X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_795]) ).

cnf(c_803,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_795]) ).

cnf(c_804,plain,
    ( ~ p(pp)
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_795,c_72]) ).

cnf(c_805,plain,
    ~ p(pp),
    inference(forward_subsumption_resolution,[status(thm)],[c_804,c_71]) ).

cnf(c_821,plain,
    ( ~ p(i(tmk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_64,c_802]) ).

cnf(c_836,plain,
    ~ p(i(tmk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_821,c_805]) ).

cnf(c_861,plain,
    ~ p(tmk),
    inference(superposition,[status(thm)],[c_52,c_836]) ).

cnf(c_879,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_707]) ).

cnf(c_881,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_707]) ).

cnf(c_967,plain,
    ( p(enc(wk,enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_313,c_313,c_681]) ).

cnf(c_968,plain,
    ( ~ p(X0)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(renaming,[status(thm)],[c_967]) ).

cnf(c_973,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(wk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_968]) ).

cnf(c_990,plain,
    p(enc(wk,pp)),
    inference(superposition,[status(thm)],[c_64,c_973]) ).

cnf(c_997,plain,
    ( ~ p(i(wk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_990,c_802]) ).

cnf(c_998,plain,
    ~ p(i(wk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_997,c_805]) ).

cnf(c_999,plain,
    ~ p(wk),
    inference(superposition,[status(thm)],[c_52,c_998]) ).

cnf(c_1002,plain,
    ( p(enc(enc(i(tc),X0),X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_307,c_337]) ).

cnf(c_1003,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(renaming,[status(thm)],[c_1002]) ).

cnf(c_1010,plain,
    ( ~ p(enc(i(enc(i(tc),X0)),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_1003]) ).

cnf(c_1011,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1003]) ).

cnf(c_1030,plain,
    ( ~ p(X0)
    | p(enc(k,X0)) ),
    inference(superposition,[status(thm)],[c_68,c_1011]) ).

cnf(c_1064,plain,
    ( ~ p(enc(i(k),X0))
    | p(X0) ),
    inference(superposition,[status(thm)],[c_50,c_1030]) ).

cnf(c_1074,plain,
    ( ~ p(enc(wk,i(k)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(tmk),X0)),X1)) ),
    inference(superposition,[status(thm)],[c_707,c_1064]) ).

cnf(c_1096,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tc,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_1010]) ).

cnf(c_1124,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(X0,X1))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_1096]) ).

cnf(c_1152,plain,
    ( p(enc(i(enc(i(tc),X0)),X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_305,c_305,c_685]) ).

cnf(c_1153,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(tc),X0)),X1)) ),
    inference(renaming,[status(thm)],[c_1152]) ).

cnf(c_1160,plain,
    ( ~ p(enc(enc(i(tc),X0),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_1153]) ).

cnf(c_1162,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(i(X0),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1153]) ).

cnf(c_1190,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tc,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_1160]) ).

cnf(c_1225,plain,
    ( ~ p(enc(tc,tmk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_64,c_1190]) ).

cnf(c_1228,plain,
    ( ~ p(enc(tc,lp))
    | p(t2) ),
    inference(superposition,[status(thm)],[c_67,c_1190]) ).

cnf(c_1229,plain,
    ( ~ p(enc(tc,tc))
    | p(k) ),
    inference(superposition,[status(thm)],[c_68,c_1190]) ).

cnf(c_1231,plain,
    ( ~ p(enc(tc,wk))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_990,c_1190]) ).

cnf(c_1233,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1190]) ).

cnf(c_1235,plain,
    ~ p(enc(tc,wk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_1231,c_805]) ).

cnf(c_1242,plain,
    ~ p(enc(tc,tmk)),
    inference(forward_subsumption_resolution,[status(thm)],[c_1225,c_805]) ).

cnf(c_1272,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_709]) ).

cnf(c_1344,plain,
    ( ~ p(i(X0))
    | ~ p(X1)
    | ~ p(tc)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_795,c_1233]) ).

cnf(c_1351,plain,
    ( ~ p(X1)
    | ~ p(i(X0))
    | p(enc(X0,X1)) ),
    inference(global_subsumption_just,[status(thm)],[c_1344,c_331,c_695]) ).

cnf(c_1352,plain,
    ( ~ p(i(X0))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(renaming,[status(thm)],[c_1351]) ).

cnf(c_1359,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(i(i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_1352]) ).

cnf(c_1365,plain,
    ( ~ p(i(pp))
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_1352,c_72]) ).

cnf(c_1379,plain,
    ~ p(i(pp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_1365,c_71]) ).

cnf(c_1383,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(X0)
    | p(X1) ),
    inference(light_normalisation,[status(thm)],[c_1359,c_51]) ).

cnf(c_1424,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(X0),X1)) ),
    inference(superposition,[status(thm)],[c_50,c_1383]) ).

cnf(c_1475,plain,
    ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_303,c_303,c_686]) ).

cnf(c_1476,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    inference(renaming,[status(thm)],[c_1475]) ).

cnf(c_1483,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_1476]) ).

cnf(c_1485,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_1476]) ).

cnf(c_1522,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(lp,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1483]) ).

cnf(c_1600,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_968,c_1522]) ).

cnf(c_1603,plain,
    ( ~ p(enc(lp,X0))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_1522]) ).

cnf(c_1605,plain,
    ( ~ p(enc(lp,X0))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_990,c_1522]) ).

cnf(c_1640,plain,
    p(enc(w,t2)),
    inference(superposition,[status(thm)],[c_67,c_1603]) ).

cnf(c_1641,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_707,c_1603]) ).

cnf(c_1643,plain,
    ( ~ p(X0)
    | p(enc(w,enc(i(lp),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_1603]) ).

cnf(c_1688,plain,
    ( ~ p(i(lp))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_1352,c_1605]) ).

cnf(c_1689,plain,
    ( ~ p(X0)
    | ~ p(lp)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_795,c_1605]) ).

cnf(c_1690,plain,
    p(enc(pp,t2)),
    inference(superposition,[status(thm)],[c_67,c_1605]) ).

cnf(c_1691,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_707,c_1605]) ).

cnf(c_1693,plain,
    ( ~ p(X0)
    | p(enc(pp,enc(i(lp),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_1605]) ).

cnf(c_1774,plain,
    ( ~ p(lp)
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_1689,c_72]) ).

cnf(c_1775,plain,
    ~ p(lp),
    inference(forward_subsumption_resolution,[status(thm)],[c_1774,c_71]) ).

cnf(c_1804,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_51,c_711]) ).

cnf(c_1849,plain,
    ( ~ p(enc(lp,enc(i(enc(i(wk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_1485]) ).

cnf(c_1908,plain,
    ( ~ p(i(lp))
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_1688,c_72]) ).

cnf(c_1909,plain,
    ~ p(i(lp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_1908,c_71]) ).

cnf(c_2125,plain,
    ( ~ p(enc(lp,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_1600]) ).

cnf(c_2126,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(lp,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1600]) ).

cnf(c_2244,plain,
    ( ~ p(enc(lp,enc(i(X0),X1)))
    | ~ p(enc(wk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_1849]) ).

cnf(c_2293,plain,
    ( ~ p(enc(lp,enc(X0,X1)))
    | ~ p(enc(wk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_2244]) ).

cnf(c_2335,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_752]) ).

cnf(c_2337,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_752]) ).

cnf(c_2356,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(wk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_752,c_1605]) ).

cnf(c_2357,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(wk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_752,c_1603]) ).

cnf(c_2519,plain,
    ( ~ p(enc(lp,enc(i(X0),X1)))
    | ~ p(enc(tmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_2125]) ).

cnf(c_2546,plain,
    ( ~ p(enc(lp,enc(X0,X1)))
    | ~ p(enc(tmk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_2519]) ).

cnf(c_3109,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_754]) ).

cnf(c_3229,plain,
    ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_309,c_309,c_683]) ).

cnf(c_3230,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tc),X0))) ),
    inference(renaming,[status(thm)],[c_3229]) ).

cnf(c_3237,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tc),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_3230]) ).

cnf(c_3239,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_3230]) ).

cnf(c_3281,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tc,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_3237]) ).

cnf(c_3300,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(i(tc),X1)) ),
    inference(superposition,[status(thm)],[c_3237,c_1096]) ).

cnf(c_3515,plain,
    ( ~ p(enc(tc,X0))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_64,c_3281]) ).

cnf(c_3545,plain,
    ( ~ p(i(tc))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_1352,c_3515]) ).

cnf(c_3546,plain,
    ( ~ p(X0)
    | ~ p(tc)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_795,c_3515]) ).

cnf(c_3547,plain,
    p(enc(pp,k)),
    inference(superposition,[status(thm)],[c_68,c_3515]) ).

cnf(c_3552,plain,
    ( ~ p(X0)
    | p(enc(pp,enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_3515]) ).

cnf(c_3621,plain,
    ( ~ p(tc)
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_3546,c_72]) ).

cnf(c_3622,plain,
    ~ p(tc),
    inference(forward_subsumption_resolution,[status(thm)],[c_3621,c_71]) ).

cnf(c_3649,plain,
    ( ~ p(i(tc))
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_3545,c_72]) ).

cnf(c_3650,plain,
    ~ p(i(tc)),
    inference(forward_subsumption_resolution,[status(thm)],[c_3649,c_71]) ).

cnf(c_3735,plain,
    ( ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_3239]) ).

cnf(c_3791,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(tmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_3735]) ).

cnf(c_3932,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(tmk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_3791]) ).

cnf(c_4139,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_51,c_756]) ).

cnf(c_4634,plain,
    ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_311,c_311,c_682]) ).

cnf(c_4635,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    inference(renaming,[status(thm)],[c_4634]) ).

cnf(c_4642,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_4635]) ).

cnf(c_4644,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_4635]) ).

cnf(c_4649,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_4635,c_709]) ).

cnf(c_4686,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | p(enc(X1,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_4642]) ).

cnf(c_4688,plain,
    ( ~ p(enc(tmk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_1160]) ).

cnf(c_4689,plain,
    ( ~ p(enc(tmk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_1010]) ).

cnf(c_4711,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_803]) ).

cnf(c_4722,plain,
    ( ~ p(enc(tmk,i(k)))
    | ~ p(X0)
    | p(enc(i(tmk),X0)) ),
    inference(superposition,[status(thm)],[c_4642,c_1064]) ).

cnf(c_4728,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_4642,c_1605]) ).

cnf(c_4729,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_4642,c_1603]) ).

cnf(c_4993,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,pp)) ),
    inference(superposition,[status(thm)],[c_64,c_4686]) ).

cnf(c_4994,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(tmk),X1)),X2))) ),
    inference(superposition,[status(thm)],[c_707,c_4686]) ).

cnf(c_4995,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(wk),X1)),X2))) ),
    inference(superposition,[status(thm)],[c_752,c_4686]) ).

cnf(c_4996,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(superposition,[status(thm)],[c_1483,c_4686]) ).

cnf(c_5030,plain,
    p(enc(pp,pp)),
    inference(superposition,[status(thm)],[c_64,c_4993]) ).

cnf(c_5036,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),pp)) ),
    inference(superposition,[status(thm)],[c_50,c_4993]) ).

cnf(c_5068,plain,
    ( ~ p(enc(tc,pp))
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5030,c_1190]) ).

cnf(c_5070,plain,
    ~ p(enc(tc,pp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_5068,c_805]) ).

cnf(c_5079,plain,
    ( ~ p(enc(i(tmk),X0))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5036,c_1383]) ).

cnf(c_5080,plain,
    ( ~ p(enc(tc,enc(i(tmk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5036,c_1190]) ).

cnf(c_5081,plain,
    ( ~ p(i(enc(i(tmk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5036,c_802]) ).

cnf(c_5082,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),pp)) ),
    inference(superposition,[status(thm)],[c_5036,c_709]) ).

cnf(c_5083,plain,
    ( ~ p(enc(i(tmk),X0))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_5079,c_805]) ).

cnf(c_5088,plain,
    ( ~ p(i(enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_5081,c_805]) ).

cnf(c_5094,plain,
    ( ~ p(enc(tc,enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_5080,c_805]) ).

cnf(c_5103,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_5083]) ).

cnf(c_5104,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_752,c_5083]) ).

cnf(c_5107,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1483,c_5083]) ).

cnf(c_5108,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_5083]) ).

cnf(c_5110,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_5083]) ).

cnf(c_5140,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(i(X0)) ),
    inference(superposition,[status(thm)],[c_49,c_5088]) ).

cnf(c_5152,plain,
    ( ~ p(enc(tmk,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_4642,c_5094]) ).

cnf(c_5153,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tc,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_5094]) ).

cnf(c_5191,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,tmk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_5110]) ).

cnf(c_5255,plain,
    ( ~ p(enc(tc,enc(i(tc),X0)))
    | ~ p(enc(tmk,tmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_5153]) ).

cnf(c_5301,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_5108]) ).

cnf(c_5304,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1162,c_5108]) ).

cnf(c_5310,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_5108]) ).

cnf(c_5373,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5103]) ).

cnf(c_5375,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5103]) ).

cnf(c_5453,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5104]) ).

cnf(c_5455,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5104]) ).

cnf(c_5844,plain,
    ( ~ p(enc(tmk,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_4644]) ).

cnf(c_5850,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X0)) ),
    inference(superposition,[status(thm)],[c_4644,c_709]) ).

cnf(c_5946,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),pp)) ),
    inference(superposition,[status(thm)],[c_5030,c_5082]) ).

cnf(c_5956,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,pp)) ),
    inference(superposition,[status(thm)],[c_49,c_5946]) ).

cnf(c_5958,plain,
    ( ~ p(enc(i(wk),X0))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5946,c_1383]) ).

cnf(c_5959,plain,
    ( ~ p(enc(tc,enc(i(wk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5946,c_1190]) ).

cnf(c_5960,plain,
    ( ~ p(i(enc(i(wk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5946,c_802]) ).

cnf(c_5964,plain,
    ( ~ p(enc(i(wk),X0))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_5958,c_805]) ).

cnf(c_5969,plain,
    ( ~ p(i(enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_5960,c_805]) ).

cnf(c_5972,plain,
    ( ~ p(enc(tc,enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_5959,c_805]) ).

cnf(c_5981,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_5964]) ).

cnf(c_5982,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_752,c_5964]) ).

cnf(c_5985,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1483,c_5964]) ).

cnf(c_5986,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_5964]) ).

cnf(c_5988,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_5964]) ).

cnf(c_6018,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(i(X0)) ),
    inference(superposition,[status(thm)],[c_49,c_5969]) ).

cnf(c_6030,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tc,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_5972]) ).

cnf(c_6044,plain,
    ~ p(w),
    inference(superposition,[status(thm)],[c_65,c_5988]) ).

cnf(c_6078,plain,
    ~ p(i(w)),
    inference(superposition,[status(thm)],[c_65,c_6018]) ).

cnf(c_6116,plain,
    ~ p(enc(tc,w)),
    inference(superposition,[status(thm)],[c_65,c_6030]) ).

cnf(c_6117,plain,
    ( ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(enc(wk,wk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_6030]) ).

cnf(c_6159,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X2)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_3239,c_879]) ).

cnf(c_6165,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_879]) ).

cnf(c_6245,plain,
    p(enc(w,pp)),
    inference(superposition,[status(thm)],[c_65,c_5956]) ).

cnf(c_6250,plain,
    ( ~ p(enc(wk,wk))
    | ~ p(X0)
    | p(enc(enc(i(lp),X0),pp)) ),
    inference(superposition,[status(thm)],[c_1483,c_5956]) ).

cnf(c_6292,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1162,c_5985]) ).

cnf(c_6294,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(lp)))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_5985]) ).

cnf(c_6296,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_5985]) ).

cnf(c_6340,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_5986]) ).

cnf(c_6343,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1162,c_5986]) ).

cnf(c_6347,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_5986]) ).

cnf(c_6402,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5981]) ).

cnf(c_6404,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5981]) ).

cnf(c_6496,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5982]) ).

cnf(c_6498,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5982]) ).

cnf(c_6778,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_51,c_881]) ).

cnf(c_6793,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_881,c_5110]) ).

cnf(c_6815,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_881,c_1605]) ).

cnf(c_6816,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_881,c_1603]) ).

cnf(c_7525,plain,
    ( ~ p(X0)
    | ~ p(enc(tmk,i(k))) ),
    inference(global_subsumption_just,[status(thm)],[c_4722,c_4722,c_5083]) ).

cnf(c_7526,plain,
    ( ~ p(enc(tmk,i(k)))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_7525]) ).

cnf(c_7554,plain,
    ( ~ p(enc(tmk,tmk))
    | ~ p(X0) ),
    inference(demodulation,[status(thm)],[c_5255,c_50]) ).

cnf(c_7628,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_4728]) ).

cnf(c_7747,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_4729]) ).

cnf(c_7935,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6793]) ).

cnf(c_8039,plain,
    ( ~ p(i(enc(i(tmk),X0)))
    | ~ p(enc(wk,tmk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_795,c_5191]) ).

cnf(c_8370,plain,
    ( ~ p(enc(tmk,enc(i(X0),X1)))
    | ~ p(enc(tmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5844]) ).

cnf(c_8400,plain,
    ( ~ p(enc(tmk,enc(X0,X1)))
    | ~ p(enc(tmk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_8370]) ).

cnf(c_8435,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(enc(wk,wk))
    | p(enc(X0,pp)) ),
    inference(superposition,[status(thm)],[c_49,c_6250]) ).

cnf(c_8454,plain,
    ( ~ p(enc(wk,wk))
    | p(enc(t2,pp)) ),
    inference(superposition,[status(thm)],[c_67,c_8435]) ).

cnf(c_8525,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_3239,c_5373]) ).

cnf(c_8526,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1600,c_5373]) ).

cnf(c_8531,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5373]) ).

cnf(c_8668,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_5375]) ).

cnf(c_8739,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5453]) ).

cnf(c_8871,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_5455]) ).

cnf(c_9294,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6402]) ).

cnf(c_9441,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_6404]) ).

cnf(c_9615,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6496]) ).

cnf(c_9689,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(k)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_1074]) ).

cnf(c_9817,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_6498]) ).

cnf(c_10075,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_4711,c_5083]) ).

cnf(c_10157,plain,
    ( ~ p(enc(tmk,i(lp)))
    | ~ p(enc(wk,i(wk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1162,c_6294]) ).

cnf(c_10372,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_6159]) ).

cnf(c_10382,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_50,c_6159]) ).

cnf(c_10619,plain,
    ( ~ p(X0)
    | p(enc(w,k)) ),
    inference(superposition,[status(thm)],[c_68,c_10372]) ).

cnf(c_10626,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_10372]) ).

cnf(c_10708,plain,
    p(enc(w,k)),
    inference(superposition,[status(thm)],[c_6245,c_10619]) ).

cnf(c_10775,plain,
    ( ~ p(X0)
    | p(enc(w,enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_6245,c_10626]) ).

cnf(c_10787,plain,
    ( ~ p(enc(tc,X0))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_10775]) ).

cnf(c_10826,plain,
    ( ~ p(X0)
    | ~ p(enc(wk,wk))
    | ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_6117,c_3735,c_6117]) ).

cnf(c_10827,plain,
    ( ~ p(enc(tc,enc(i(enc(i(tmk),X0)),X1)))
    | ~ p(enc(wk,wk))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_10826]) ).

cnf(c_10838,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(enc(wk,wk))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_10827]) ).

cnf(c_10892,plain,
    ( ~ p(enc(wk,wk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_68,c_10838]) ).

cnf(c_10908,plain,
    ~ p(enc(wk,wk)),
    inference(backward_subsumption_resolution,[status(thm)],[c_8454,c_10892]) ).

cnf(c_11118,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_5301]) ).

cnf(c_11356,plain,
    ( p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_317,c_317,c_679]) ).

cnf(c_11357,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(tmk,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(renaming,[status(thm)],[c_11356]) ).

cnf(c_11364,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(tmk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_11357]) ).

cnf(c_11366,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(tmk,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_11357]) ).

cnf(c_11372,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_11357,c_7747]) ).

cnf(c_11373,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_11357,c_7628]) ).

cnf(c_11374,plain,
    ( ~ p(enc(tc,enc(i(enc(i(zcmk),X0)),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11357,c_5153]) ).

cnf(c_11375,plain,
    ( ~ p(i(enc(i(enc(i(zcmk),X0)),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11357,c_5140]) ).

cnf(c_11376,plain,
    ( ~ p(enc(i(enc(i(zcmk),X0)),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11357,c_5110]) ).

cnf(c_11377,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),pp)) ),
    inference(superposition,[status(thm)],[c_11357,c_4993]) ).

cnf(c_11378,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(zcmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_11357,c_4686]) ).

cnf(c_11379,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X2)),X1),X0)) ),
    inference(superposition,[status(thm)],[c_11357,c_3281]) ).

cnf(c_11380,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X2)),X1),X0)) ),
    inference(superposition,[status(thm)],[c_11357,c_2126]) ).

cnf(c_11381,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(wk,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_11357,c_973]) ).

cnf(c_11479,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(tmk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_11364]) ).

cnf(c_11566,plain,
    ( ~ p(enc(zcmk,wk))
    | p(enc(tmk,w)) ),
    inference(superposition,[status(thm)],[c_65,c_11479]) ).

cnf(c_11568,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(tmk,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_11479]) ).

cnf(c_11569,plain,
    ( ~ p(enc(zcmk,tc))
    | p(enc(tmk,k)) ),
    inference(superposition,[status(thm)],[c_68,c_11479]) ).

cnf(c_11605,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(tmk,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_49,c_11479]) ).

cnf(c_11912,plain,
    ( ~ p(i(enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_795,c_11376]) ).

cnf(c_11913,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_707,c_11376]) ).

cnf(c_11914,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_752,c_11376]) ).

cnf(c_11915,plain,
    ( ~ p(enc(i(zcmk),X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1424,c_11376]) ).

cnf(c_11916,plain,
    ( ~ p(enc(tc,enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_11376]) ).

cnf(c_11917,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(tmk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_881,c_11376]) ).

cnf(c_11918,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(lp),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1483,c_11376]) ).

cnf(c_11919,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(tc),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_3237,c_11376]) ).

cnf(c_11921,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_11376]) ).

cnf(c_11923,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_11376]) ).

cnf(c_12020,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(i(X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_11375]) ).

cnf(c_12022,plain,
    ( ~ p(i(enc(i(X0),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_11375]) ).

cnf(c_12045,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tc,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_11374]) ).

cnf(c_12047,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_11374]) ).

cnf(c_12143,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_11921]) ).

cnf(c_12211,plain,
    ( ~ p(enc(zcmk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1003,c_12143]) ).

cnf(c_12212,plain,
    ( ~ p(enc(zcmk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1153,c_12143]) ).

cnf(c_12216,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(i(X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1352,c_12143]) ).

cnf(c_12217,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_795,c_12143]) ).

cnf(c_12221,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_67,c_12143]) ).

cnf(c_12227,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1424,c_12143]) ).

cnf(c_12228,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_12143]) ).

cnf(c_12232,plain,
    ( ~ p(enc(zcmk,k))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1030,c_12143]) ).

cnf(c_12258,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_12143]) ).

cnf(c_12627,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_6340]) ).

cnf(c_12943,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_11923]) ).

cnf(c_12944,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_752,c_11923]) ).

cnf(c_12946,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_11923]) ).

cnf(c_12947,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_881,c_11923]) ).

cnf(c_12949,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1483,c_11923]) ).

cnf(c_12950,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_11923]) ).

cnf(c_13098,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_11366,c_7747]) ).

cnf(c_13099,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_11366,c_7628]) ).

cnf(c_13103,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),pp)) ),
    inference(superposition,[status(thm)],[c_11366,c_4993]) ).

cnf(c_13104,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(X2)
    | p(enc(X0,enc(i(X1),X2))) ),
    inference(superposition,[status(thm)],[c_11366,c_4686]) ).

cnf(c_13105,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X2)
    | p(enc(enc(i(X0),X2),X1)) ),
    inference(superposition,[status(thm)],[c_11366,c_3281]) ).

cnf(c_13106,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X2)
    | p(enc(enc(i(X0),X2),X1)) ),
    inference(superposition,[status(thm)],[c_11366,c_2126]) ).

cnf(c_13107,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(wk,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_11366,c_973]) ).

cnf(c_13166,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_11605,c_7747]) ).

cnf(c_13167,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_11605,c_7628]) ).

cnf(c_13168,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11605,c_5153]) ).

cnf(c_13169,plain,
    ( ~ p(i(enc(X0,X1)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11605,c_5140]) ).

cnf(c_13171,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),pp)) ),
    inference(superposition,[status(thm)],[c_11605,c_4993]) ).

cnf(c_13172,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_11605,c_4686]) ).

cnf(c_13173,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tc,X1))
    | ~ p(X2)
    | p(enc(enc(X0,X2),X1)) ),
    inference(superposition,[status(thm)],[c_11605,c_3281]) ).

cnf(c_13174,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(lp,X1))
    | ~ p(X2)
    | p(enc(enc(X0,X2),X1)) ),
    inference(superposition,[status(thm)],[c_11605,c_2126]) ).

cnf(c_13175,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(wk,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_11605,c_973]) ).

cnf(c_13309,plain,
    ( ~ p(enc(zcmk,i(i(X0))))
    | ~ p(enc(X0,X1))
    | ~ p(i(X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13169]) ).

cnf(c_13314,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(i(X1)) ),
    inference(light_normalisation,[status(thm)],[c_13309,c_51]) ).

cnf(c_13332,plain,
    ( ~ p(enc(zcmk,i(i(tc))))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_50,c_13168]) ).

cnf(c_13333,plain,
    ( ~ p(enc(zcmk,i(i(X0))))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tc,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13168]) ).

cnf(c_13343,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1)) ),
    inference(light_normalisation,[status(thm)],[c_13333,c_51]) ).

cnf(c_13382,plain,
    ( ~ p(enc(zcmk,tc))
    | ~ p(X0) ),
    inference(demodulation,[status(thm)],[c_13332,c_51]) ).

cnf(c_13387,plain,
    ~ p(enc(zcmk,tc)),
    inference(backward_subsumption_resolution,[status(thm)],[c_11569,c_13382]) ).

cnf(c_13412,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(i(t2)) ),
    inference(superposition,[status(thm)],[c_67,c_13314]) ).

cnf(c_13992,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_707,c_11915]) ).

cnf(c_13993,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_752,c_11915]) ).

cnf(c_13994,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(zcmk) ),
    inference(superposition,[status(thm)],[c_1424,c_11915]) ).

cnf(c_13995,plain,
    ( ~ p(enc(tc,zcmk))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_11915]) ).

cnf(c_13996,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_881,c_11915]) ).

cnf(c_13997,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1483,c_11915]) ).

cnf(c_13998,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_3237,c_11915]) ).

cnf(c_14225,plain,
    ( ~ p(enc(tmk,enc(i(zcmk),X0)))
    | ~ p(enc(tc,enc(i(tc),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_3237,c_12045]) ).

cnf(c_14342,plain,
    ( ~ p(enc(tmk,pp))
    | ~ p(X0)
    | p(enc(enc(i(wk),X0),t2)) ),
    inference(superposition,[status(thm)],[c_1690,c_1272]) ).

cnf(c_14345,plain,
    ( ~ p(enc(tmk,pp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_3552,c_1272]) ).

cnf(c_14347,plain,
    ( ~ p(enc(tmk,pp))
    | ~ p(X0)
    | p(enc(enc(i(wk),X0),k)) ),
    inference(superposition,[status(thm)],[c_3547,c_1272]) ).

cnf(c_14364,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),k)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_14347,c_64]) ).

cnf(c_14367,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),t2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_14342,c_64]) ).

cnf(c_14401,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(tc),X0))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_14345,c_64]) ).

cnf(c_14584,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(enc(tc,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_13343]) ).

cnf(c_14611,plain,
    ( ~ p(enc(zcmk,pp))
    | ~ p(enc(tc,k)) ),
    inference(superposition,[status(thm)],[c_3547,c_13343]) ).

cnf(c_14612,plain,
    ( ~ p(enc(zcmk,w))
    | ~ p(enc(tc,k)) ),
    inference(superposition,[status(thm)],[c_10708,c_13343]) ).

cnf(c_14625,plain,
    ~ p(enc(zcmk,w)),
    inference(forward_subsumption_resolution,[status(thm)],[c_14612,c_68]) ).

cnf(c_14626,plain,
    ~ p(enc(zcmk,pp)),
    inference(forward_subsumption_resolution,[status(thm)],[c_14611,c_68]) ).

cnf(c_14859,plain,
    ( ~ p(X0)
    | ~ p(zcmk) ),
    inference(superposition,[status(thm)],[c_6245,c_13994]) ).

cnf(c_14924,plain,
    ~ p(zcmk),
    inference(superposition,[status(thm)],[c_6245,c_14859]) ).

cnf(c_15163,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(enc(wk,tmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1030,c_7935]) ).

cnf(c_15434,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,k)) ),
    inference(superposition,[status(thm)],[c_49,c_14364]) ).

cnf(c_15437,plain,
    ( ~ p(enc(zcmk,enc(i(wk),X0)))
    | ~ p(enc(tc,k))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_14364,c_13343]) ).

cnf(c_15445,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_14364,c_6496]) ).

cnf(c_15446,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_14364,c_5453]) ).

cnf(c_15470,plain,
    ( ~ p(enc(zcmk,enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_15437,c_68]) ).

cnf(c_15477,plain,
    ( ~ p(enc(wk,tmk))
    | p(enc(tmk,k)) ),
    inference(instantiation,[status(thm)],[c_15434]) ).

cnf(c_15483,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),k)) ),
    inference(superposition,[status(thm)],[c_968,c_15434]) ).

cnf(c_15541,plain,
    ( ~ p(X0)
    | ~ p(enc(wk,tmk)) ),
    inference(global_subsumption_just,[status(thm)],[c_8039,c_15163,c_15477]) ).

cnf(c_15542,plain,
    ( ~ p(enc(wk,tmk))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_15541]) ).

cnf(c_15638,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,t2)) ),
    inference(superposition,[status(thm)],[c_49,c_14367]) ).

cnf(c_15648,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_14367,c_6496]) ).

cnf(c_15649,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_14367,c_5453]) ).

cnf(c_15676,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),t2)) ),
    inference(superposition,[status(thm)],[c_968,c_15638]) ).

cnf(c_15694,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,k)) ),
    inference(superposition,[status(thm)],[c_49,c_15483]) ).

cnf(c_15696,plain,
    ( ~ p(enc(zcmk,enc(i(tmk),X0)))
    | ~ p(enc(tc,k))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_15483,c_13343]) ).

cnf(c_15724,plain,
    ( ~ p(enc(zcmk,enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_15696,c_68]) ).

cnf(c_15733,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),k)) ),
    inference(superposition,[status(thm)],[c_11357,c_15694]) ).

cnf(c_15743,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),k)) ),
    inference(superposition,[status(thm)],[c_11366,c_15694]) ).

cnf(c_15744,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),k)) ),
    inference(superposition,[status(thm)],[c_11605,c_15694]) ).

cnf(c_15791,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,t2)) ),
    inference(superposition,[status(thm)],[c_49,c_15676]) ).

cnf(c_15824,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),t2)) ),
    inference(superposition,[status(thm)],[c_11357,c_15791]) ).

cnf(c_15834,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),t2)) ),
    inference(superposition,[status(thm)],[c_11366,c_15791]) ).

cnf(c_15835,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),t2)) ),
    inference(superposition,[status(thm)],[c_11605,c_15791]) ).

cnf(c_15933,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_15470]) ).

cnf(c_15970,plain,
    ( ~ p(enc(tmk,zcmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_4642,c_15724]) ).

cnf(c_15971,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_15724]) ).

cnf(c_16015,plain,
    ( ~ p(enc(zcmk,enc(i(enc(i(zcmk),X0)),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11357,c_15971]) ).

cnf(c_16025,plain,
    ( ~ p(enc(zcmk,enc(i(X0),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11366,c_15971]) ).

cnf(c_16026,plain,
    ( ~ p(enc(zcmk,enc(X0,X1)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_11605,c_15971]) ).

cnf(c_16471,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_6245,c_10382]) ).

cnf(c_16485,plain,
    ( p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_315,c_315,c_680]) ).

cnf(c_16486,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(zcmk),X1)),enc(i(tmk),X0))) ),
    inference(renaming,[status(thm)],[c_16485]) ).

cnf(c_16493,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(i(X0),enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_16486]) ).

cnf(c_16495,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(i(enc(i(zcmk),X1)),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_16486]) ).

cnf(c_16503,plain,
    ( ~ p(enc(tc,i(enc(i(zcmk),X0))))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_16486,c_1190]) ).

cnf(c_16622,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_51,c_16493]) ).

cnf(c_16623,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X1))
    | p(enc(i(X1),X0)) ),
    inference(superposition,[status(thm)],[c_49,c_16493]) ).

cnf(c_16898,plain,
    ( ~ p(enc(tmk,enc(X0,X1)))
    | ~ p(enc(zcmk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_16623]) ).

cnf(c_16900,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_51,c_16623]) ).

cnf(c_17198,plain,
    ( ~ p(enc(tmk,enc(enc(i(zcmk),X0),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_16495]) ).

cnf(c_17424,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(X0)
    | p(enc(pp,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_16622,c_1605]) ).

cnf(c_17425,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(X0)
    | p(enc(w,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_16622,c_1603]) ).

cnf(c_17429,plain,
    ( ~ p(enc(zcmk,i(tc)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_16622,c_5094]) ).

cnf(c_17453,plain,
    ( ~ p(enc(zcmk,i(zcmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_16622,c_15724]) ).

cnf(c_17675,plain,
    ( ~ p(i(zcmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1352,c_17453]) ).

cnf(c_17778,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_1030,c_6165]) ).

cnf(c_17791,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,pp))
    | ~ p(X1)
    | p(enc(X0,enc(i(tc),X1))) ),
    inference(superposition,[status(thm)],[c_3552,c_6165]) ).

cnf(c_17878,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tc),X1))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_17791,c_64]) ).

cnf(c_18269,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_12228]) ).

cnf(c_18532,plain,
    ( ~ p(enc(wk,i(k)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_5036,c_9689]) ).

cnf(c_18544,plain,
    ( ~ p(enc(wk,i(k)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_18532,c_805]) ).

cnf(c_18578,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_10157,c_1229,c_15445]) ).

cnf(c_18866,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_2335]) ).

cnf(c_19008,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,w))
    | p(enc(X0,t1)) ),
    inference(superposition,[status(thm)],[c_66,c_18866]) ).

cnf(c_19019,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_1030,c_18866]) ).

cnf(c_19054,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_49,c_18866]) ).

cnf(c_19068,plain,
    ( ~ p(enc(wk,X0))
    | p(enc(X0,t1)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_19008,c_65]) ).

cnf(c_19960,plain,
    ( ~ p(X0)
    | p(enc(enc(i(tmk),X0),t1)) ),
    inference(superposition,[status(thm)],[c_968,c_19068]) ).

cnf(c_19967,plain,
    p(enc(pp,t1)),
    inference(superposition,[status(thm)],[c_990,c_19068]) ).

cnf(c_19972,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),t1)) ),
    inference(superposition,[status(thm)],[c_50,c_19068]) ).

cnf(c_19994,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19972,c_6496]) ).

cnf(c_19995,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19972,c_5453]) ).

cnf(c_20042,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(X0,t1)) ),
    inference(superposition,[status(thm)],[c_49,c_19960]) ).

cnf(c_20082,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),t1)) ),
    inference(superposition,[status(thm)],[c_11357,c_20042]) ).

cnf(c_20093,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),t1)) ),
    inference(superposition,[status(thm)],[c_11366,c_20042]) ).

cnf(c_20094,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(enc(enc(X0,X1),t1)) ),
    inference(superposition,[status(thm)],[c_11605,c_20042]) ).

cnf(c_20165,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1641]) ).

cnf(c_20267,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_1691]) ).

cnf(c_20360,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_2337,c_11923]) ).

cnf(c_20388,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_2337,c_1605]) ).

cnf(c_20389,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_2337,c_1603]) ).

cnf(c_20422,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_2337,c_11376]) ).

cnf(c_20424,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_2337,c_11915]) ).

cnf(c_20902,plain,
    ( ~ p(enc(wk,enc(i(tmk),X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_4644,c_3109]) ).

cnf(c_21217,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(zcmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_6778,c_11923]) ).

cnf(c_21245,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_6778,c_1605]) ).

cnf(c_21246,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_6778,c_1603]) ).

cnf(c_21279,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_6778,c_11376]) ).

cnf(c_21281,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_6778,c_11915]) ).

cnf(c_22085,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,pp)) ),
    inference(superposition,[status(thm)],[c_49,c_13103]) ).

cnf(c_22307,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,pp)) ),
    inference(superposition,[status(thm)],[c_67,c_22085]) ).

cnf(c_22463,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(wk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13107]) ).

cnf(c_22553,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(wk,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_22463]) ).

cnf(c_22717,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_60]) ).

cnf(c_22742,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_22717]) ).

cnf(c_22823,plain,
    ( p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_301,c_331]) ).

cnf(c_22824,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(renaming,[status(thm)],[c_22823]) ).

cnf(c_22831,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(i(X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_22824]) ).

cnf(c_22833,plain,
    ( ~ p(pp)
    | ~ p(a) ),
    inference(superposition,[status(thm)],[c_22824,c_72]) ).

cnf(c_22834,plain,
    ~ p(pp),
    inference(forward_subsumption_resolution,[status(thm)],[c_22833,c_71]) ).

cnf(c_22874,plain,
    ( ~ p(enc(tmk,tmk))
    | ~ p(X0)
    | p(enc(enc(i(wk),X0),pp)) ),
    inference(superposition,[status(thm)],[c_64,c_22742]) ).

cnf(c_22875,plain,
    ( ~ p(enc(tmk,wk))
    | ~ p(X0)
    | p(enc(enc(i(wk),X0),w)) ),
    inference(superposition,[status(thm)],[c_65,c_22742]) ).

cnf(c_23053,plain,
    ( p(enc(wk,enc(i(tmk),X0)))
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_313,c_300,c_313,c_314]) ).

cnf(c_23054,plain,
    ( ~ p(X0)
    | p(enc(wk,enc(i(tmk),X0))) ),
    inference(renaming,[status(thm)],[c_23053]) ).

cnf(c_23059,plain,
    ( ~ p(enc(tmk,X0))
    | p(enc(wk,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_23054]) ).

cnf(c_23089,plain,
    p(enc(wk,pp)),
    inference(superposition,[status(thm)],[c_64,c_23059]) ).

cnf(c_23101,plain,
    ( p(enc(enc(i(tc),X0),X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_307,c_337]) ).

cnf(c_23102,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tc),X0),X1)) ),
    inference(renaming,[status(thm)],[c_23101]) ).

cnf(c_23109,plain,
    ( ~ p(enc(i(enc(i(tc),X0)),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_23102]) ).

cnf(c_23183,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tc,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_23109]) ).

cnf(c_23233,plain,
    ( ~ p(X0)
    | p(enc(enc(i(wk),X0),pp)) ),
    inference(global_subsumption_just,[status(thm)],[c_22874,c_5946]) ).

cnf(c_23241,plain,
    ( ~ p(i(enc(i(wk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_23233,c_22831]) ).

cnf(c_23247,plain,
    ( ~ p(i(enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_23241,c_22834]) ).

cnf(c_23268,plain,
    ( ~ p(enc(i(wk),X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_52,c_23247]) ).

cnf(c_23283,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_23268]) ).

cnf(c_23315,plain,
    ( ~ p(enc(i(tmk),X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_23054,c_23283]) ).

cnf(c_23468,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,wk))
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_49,c_22875]) ).

cnf(c_23498,plain,
    ( ~ p(enc(tmk,wk))
    | p(enc(pp,w)) ),
    inference(superposition,[status(thm)],[c_23089,c_23468]) ).

cnf(c_24385,plain,
    ( p(enc(i(enc(i(tc),X0)),X1))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_305,c_335]) ).

cnf(c_24386,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(i(enc(i(tc),X0)),X1)) ),
    inference(renaming,[status(thm)],[c_24385]) ).

cnf(c_24393,plain,
    ( ~ p(enc(enc(i(tc),X0),X1))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_24386]) ).

cnf(c_24456,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tc,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_24393]) ).

cnf(c_24505,plain,
    ( ~ p(enc(tc,enc(i(wk),X0)))
    | ~ p(X0)
    | p(pp) ),
    inference(superposition,[status(thm)],[c_23233,c_24456]) ).

cnf(c_24548,plain,
    ( ~ p(enc(tc,enc(i(wk),X0)))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_24505,c_22834]) ).

cnf(c_24600,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tc,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_24548]) ).

cnf(c_24788,plain,
    ( p(enc(enc(i(wk),X1),enc(i(lp),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_303,c_333]) ).

cnf(c_24789,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(lp),X0))) ),
    inference(renaming,[status(thm)],[c_24788]) ).

cnf(c_24796,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_24789]) ).

cnf(c_25535,plain,
    ( p(enc(enc(i(tmk),X1),enc(i(tc),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_309,c_309,c_683]) ).

cnf(c_25536,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tc),X0))) ),
    inference(renaming,[status(thm)],[c_25535]) ).

cnf(c_25543,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tc),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_25536]) ).

cnf(c_25595,plain,
    ( ~ p(enc(tc,enc(i(tc),X0)))
    | ~ p(enc(tmk,wk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_25543,c_24600]) ).

cnf(c_25885,plain,
    ( ~ p(enc(tmk,wk))
    | ~ p(X0) ),
    inference(demodulation,[status(thm)],[c_25595,c_50]) ).

cnf(c_25891,plain,
    ~ p(enc(tmk,wk)),
    inference(backward_subsumption_resolution,[status(thm)],[c_23498,c_25885]) ).

cnf(c_26571,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_19054,c_1605]) ).

cnf(c_26572,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_19054,c_1603]) ).

cnf(c_26605,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_19054,c_11376]) ).

cnf(c_26607,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_19054,c_11915]) ).

cnf(c_27373,plain,
    ( p(enc(enc(i(tmk),X1),enc(i(tmk),X0)))
    | ~ p(X1)
    | ~ p(X0) ),
    inference(global_subsumption_just,[status(thm)],[c_311,c_311,c_682]) ).

cnf(c_27374,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X1),enc(i(tmk),X0))) ),
    inference(renaming,[status(thm)],[c_27373]) ).

cnf(c_27381,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_27374]) ).

cnf(c_27449,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_20165]) ).

cnf(c_27714,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | p(enc(X1,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_27381]) ).

cnf(c_27749,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_27381,c_23183]) ).

cnf(c_27918,plain,
    ( ~ p(enc(tmk,wk))
    | ~ p(enc(wk,lp))
    | p(enc(w,w)) ),
    inference(superposition,[status(thm)],[c_65,c_27449]) ).

cnf(c_28256,plain,
    ~ p(enc(tmk,wk)),
    inference(global_subsumption_just,[status(thm)],[c_27918,c_25891]) ).

cnf(c_28400,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_20267]) ).

cnf(c_28785,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,tmk))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(superposition,[status(thm)],[c_24796,c_27714]) ).

cnf(c_29069,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,k)) ),
    inference(superposition,[status(thm)],[c_49,c_15743]) ).

cnf(c_29098,plain,
    ( ~ p(enc(zcmk,zcmk))
    | ~ p(enc(tc,k))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_15743,c_12045]) ).

cnf(c_29111,plain,
    ( ~ p(enc(zcmk,zcmk))
    | ~ p(X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_29098,c_68]) ).

cnf(c_29212,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,k)) ),
    inference(superposition,[status(thm)],[c_67,c_29069]) ).

cnf(c_29496,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,t2)) ),
    inference(superposition,[status(thm)],[c_49,c_15834]) ).

cnf(c_29868,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_29496]) ).

cnf(c_30209,plain,
    ( ~ p(enc(tc,enc(i(enc(i(wk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_16471]) ).

cnf(c_30210,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tc,X1))
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_16471]) ).

cnf(c_30371,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(wk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_30209]) ).

cnf(c_30405,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(wk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_30371]) ).

cnf(c_30552,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_17878,c_11923]) ).

cnf(c_30561,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_17878,c_5083]) ).

cnf(c_30578,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_17878,c_5964]) ).

cnf(c_30603,plain,
    ( ~ p(enc(wk,enc(i(zcmk),X0)))
    | ~ p(enc(tc,enc(i(tc),X1)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_17878,c_12045]) ).

cnf(c_30609,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(tc),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_17878,c_11376]) ).

cnf(c_30610,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_17878,c_11915]) ).

cnf(c_31180,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_30578]) ).

cnf(c_31268,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | p(enc(X1,t1)) ),
    inference(superposition,[status(thm)],[c_49,c_20093]) ).

cnf(c_31398,plain,
    ( ~ p(enc(zcmk,lp))
    | p(enc(t2,t1)) ),
    inference(superposition,[status(thm)],[c_67,c_31268]) ).

cnf(c_31745,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,pp)) ),
    inference(superposition,[status(thm)],[c_49,c_11377]) ).

cnf(c_31957,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(wk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_11381]) ).

cnf(c_32363,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,k)) ),
    inference(superposition,[status(thm)],[c_49,c_15733]) ).

cnf(c_32637,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,t2)) ),
    inference(superposition,[status(thm)],[c_49,c_15824]) ).

cnf(c_32714,plain,
    ( ~ p(enc(wk,enc(i(tmk),X0)))
    | ~ p(enc(i(lp),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1483,c_11118]) ).

cnf(c_33378,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(zcmk,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_16025]) ).

cnf(c_33457,plain,
    ( ~ p(enc(wk,enc(i(tmk),X0)))
    | ~ p(enc(i(lp),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1483,c_12627]) ).

cnf(c_34023,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(enc(zcmk,t2)) ),
    inference(superposition,[status(thm)],[c_67,c_33378]) ).

cnf(c_34926,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_26605]) ).

cnf(c_35567,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(tmk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_11913]) ).

cnf(c_36518,plain,
    ( ~ p(enc(wk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(wk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_11914]) ).

cnf(c_37281,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(enc(tmk,X0))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_17424]) ).

cnf(c_37353,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(enc(tmk,X0))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_17425]) ).

cnf(c_38551,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | p(enc(X1,t1)) ),
    inference(superposition,[status(thm)],[c_49,c_20082]) ).

cnf(c_39104,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_34926]) ).

cnf(c_39688,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_2356]) ).

cnf(c_39795,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_39688]) ).

cnf(c_39937,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_2357]) ).

cnf(c_40355,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_39937]) ).

cnf(c_41746,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_16015]) ).

cnf(c_42432,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_968,c_17778]) ).

cnf(c_42435,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_17778]) ).

cnf(c_42440,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_990,c_17778]) ).

cnf(c_42448,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(X0),X1),X2)) ),
    inference(superposition,[status(thm)],[c_13107,c_17778]) ).

cnf(c_42449,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),X2)) ),
    inference(superposition,[status(thm)],[c_11381,c_17778]) ).

cnf(c_42450,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(X0,X1),X2)) ),
    inference(superposition,[status(thm)],[c_13175,c_17778]) ).

cnf(c_42451,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_50,c_17778]) ).

cnf(c_42525,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_42451]) ).

cnf(c_42558,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42451,c_6496]) ).

cnf(c_42559,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42451,c_5453]) ).

cnf(c_42686,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_42525]) ).

cnf(c_42693,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_42525]) ).

cnf(c_42980,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_42693]) ).

cnf(c_42988,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_42693]) ).

cnf(c_43279,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(tmk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_968,c_19019]) ).

cnf(c_43282,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_65,c_19019]) ).

cnf(c_43287,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_990,c_19019]) ).

cnf(c_43295,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(X0),X1),X2)) ),
    inference(superposition,[status(thm)],[c_13107,c_19019]) ).

cnf(c_43296,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),X2)) ),
    inference(superposition,[status(thm)],[c_11381,c_19019]) ).

cnf(c_43297,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(X0,X1),X2)) ),
    inference(superposition,[status(thm)],[c_13175,c_19019]) ).

cnf(c_43298,plain,
    ( ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X0),X1)) ),
    inference(superposition,[status(thm)],[c_50,c_19019]) ).

cnf(c_43435,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_43298]) ).

cnf(c_43468,plain,
    ( ~ p(enc(wk,i(wk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43298,c_6496]) ).

cnf(c_43469,plain,
    ( ~ p(enc(wk,i(tmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43298,c_5453]) ).

cnf(c_43597,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_43435]) ).

cnf(c_43604,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_43435]) ).

cnf(c_43708,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_43604]) ).

cnf(c_43716,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_43604]) ).

cnf(c_44096,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_39104]) ).

cnf(c_44159,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_44096]) ).

cnf(c_44160,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_752,c_44096]) ).

cnf(c_44164,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_881,c_44096]) ).

cnf(c_44165,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(wk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1483,c_44096]) ).

cnf(c_44166,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(wk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_17878,c_44096]) ).

cnf(c_44167,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_44096]) ).

cnf(c_44175,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_44096]) ).

cnf(c_44339,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_44175]) ).

cnf(c_44412,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_35567]) ).

cnf(c_44455,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19960,c_44412]) ).

cnf(c_44457,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_15483,c_44412]) ).

cnf(c_44459,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_15676,c_44412]) ).

cnf(c_44465,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_44412]) ).

cnf(c_44615,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_51,c_44455]) ).

cnf(c_44630,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_51,c_44457]) ).

cnf(c_44701,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_44465]) ).

cnf(c_44736,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_51,c_44459]) ).

cnf(c_44791,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_36518]) ).

cnf(c_44828,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_13997]) ).

cnf(c_44840,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_13997]) ).

cnf(c_45034,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_27749,c_23315]) ).

cnf(c_45039,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_45034]) ).

cnf(c_45340,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_28785,c_973,c_1483]) ).

cnf(c_45399,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_45340,c_23315]) ).

cnf(c_45407,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_45340,c_23268]) ).

cnf(c_45583,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_13998]) ).

cnf(c_45595,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_13998]) ).

cnf(c_45781,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tc,tc))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_30610]) ).

cnf(c_45793,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tc,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_30610]) ).

cnf(c_45932,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43298,c_44791]) ).

cnf(c_45933,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42451,c_44791]) ).

cnf(c_46249,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),X0)) ),
    inference(superposition,[status(thm)],[c_19967,c_5850]) ).

cnf(c_46274,plain,
    ( ~ p(enc(tmk,enc(i(enc(i(wk),X0)),X1)))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_46249]) ).

cnf(c_46275,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | p(enc(X1,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_46249]) ).

cnf(c_46440,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(zcmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_11357,c_46275]) ).

cnf(c_46455,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_11366,c_46275]) ).

cnf(c_46456,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_11605,c_46275]) ).

cnf(c_46457,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(tmk),X1))) ),
    inference(superposition,[status(thm)],[c_50,c_46275]) ).

cnf(c_46639,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_12949]) ).

cnf(c_46651,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_12949]) ).

cnf(c_46750,plain,
    ( ~ p(enc(wk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_1160]) ).

cnf(c_46751,plain,
    ( ~ p(enc(wk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_1010]) ).

cnf(c_46827,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_43604]) ).

cnf(c_46828,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_42693]) ).

cnf(c_46841,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_1096]) ).

cnf(c_46842,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_803]) ).

cnf(c_46860,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_46457,c_1605]) ).

cnf(c_46861,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_46457,c_1603]) ).

cnf(c_46868,plain,
    ( ~ p(enc(wk,tc))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_46457,c_5094]) ).

cnf(c_46869,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_43435]) ).

cnf(c_46870,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_42525]) ).

cnf(c_46904,plain,
    ( ~ p(enc(wk,zcmk))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_46457,c_15724]) ).

cnf(c_47461,plain,
    ( ~ p(enc(tmk,enc(i(X0),X1)))
    | ~ p(enc(wk,X0))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_46274]) ).

cnf(c_47500,plain,
    ( ~ p(enc(tmk,enc(X0,X1)))
    | ~ p(enc(wk,i(X0)))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_47461]) ).

cnf(c_47710,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_46860]) ).

cnf(c_47760,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_11357,c_47710]) ).

cnf(c_47776,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_11366,c_47710]) ).

cnf(c_47777,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_11605,c_47710]) ).

cnf(c_47817,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_46861]) ).

cnf(c_47862,plain,
    ( ~ p(enc(wk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_11357,c_47817]) ).

cnf(c_47878,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_11366,c_47817]) ).

cnf(c_47879,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_11605,c_47817]) ).

cnf(c_47949,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46842,c_5083]) ).

cnf(c_47992,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_46651]) ).

cnf(c_48042,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_12950]) ).

cnf(c_48055,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_12950]) ).

cnf(c_48228,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_30552]) ).

cnf(c_48241,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_30552]) ).

cnf(c_48354,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_48055]) ).

cnf(c_48369,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tc,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_48241]) ).

cnf(c_48583,plain,
    ( ~ p(enc(tmk,enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(demodulation,[status(thm)],[c_14225,c_50]) ).

cnf(c_48610,plain,
    ( ~ p(enc(wk,enc(i(zcmk),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(demodulation,[status(thm)],[c_30603,c_50]) ).

cnf(c_48677,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_13996]) ).

cnf(c_48820,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_20424]) ).

cnf(c_49134,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_13992]) ).

cnf(c_49330,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_13993]) ).

cnf(c_49497,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19960,c_49134]) ).

cnf(c_49499,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_15483,c_49134]) ).

cnf(c_49501,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_15676,c_49134]) ).

cnf(c_49938,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43298,c_49330]) ).

cnf(c_49939,plain,
    ( ~ p(enc(wk,i(zcmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42451,c_49330]) ).

cnf(c_50551,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_42432]) ).

cnf(c_50552,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_42432]) ).

cnf(c_50715,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_50551]) ).

cnf(c_50717,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_50551]) ).

cnf(c_50724,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_50551]) ).

cnf(c_50834,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_50724]) ).

cnf(c_50842,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_50724]) ).

cnf(c_50945,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(X1) ),
    inference(superposition,[status(thm)],[c_50,c_43279]) ).

cnf(c_50946,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(X0,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_43279]) ).

cnf(c_51553,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_46457,c_50945]) ).

cnf(c_51555,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_50945]) ).

cnf(c_51562,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_50945]) ).

cnf(c_51672,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(enc(i(tmk),X1)) ),
    inference(superposition,[status(thm)],[c_4642,c_51562]) ).

cnf(c_51680,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_51562]) ).

cnf(c_51969,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(i(tc),X1)) ),
    inference(superposition,[status(thm)],[c_51,c_3300]) ).

cnf(c_52030,plain,
    ( ~ p(X1)
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tc,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_51969,c_45039]) ).

cnf(c_52031,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_52030]) ).

cnf(c_52040,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_52031]) ).

cnf(c_52150,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X1),enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_19967,c_4649]) ).

cnf(c_52251,plain,
    ( ~ p(enc(tmk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_4688,c_5083]) ).

cnf(c_52356,plain,
    ( ~ p(enc(i(lp),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(global_subsumption_just,[status(thm)],[c_32714,c_300,c_313,c_314,c_32714]) ).

cnf(c_52357,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_52356]) ).

cnf(c_52358,plain,
    ( ~ p(X0)
    | ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(tmk))) ),
    inference(global_subsumption_just,[status(thm)],[c_52357,c_45399]) ).

cnf(c_52359,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_52358]) ).

cnf(c_52371,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1162,c_52359]) ).

cnf(c_52384,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_52359]) ).

cnf(c_52532,plain,
    ( ~ p(enc(i(lp),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(global_subsumption_just,[status(thm)],[c_33457,c_300,c_313,c_314,c_33457]) ).

cnf(c_52533,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,i(tc)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_52532]) ).

cnf(c_52534,plain,
    ( ~ p(X0)
    | ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(wk))) ),
    inference(global_subsumption_just,[status(thm)],[c_52533,c_45407]) ).

cnf(c_52535,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0) ),
    inference(renaming,[status(thm)],[c_52534]) ).

cnf(c_52547,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1162,c_52535]) ).

cnf(c_52560,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_49,c_52535]) ).

cnf(c_52887,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_46639]) ).

cnf(c_52915,plain,
    ( ~ p(enc(wk,enc(i(tc),X0)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46750,c_5083]) ).

cnf(c_52961,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tc,X0))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46841,c_5083]) ).

cnf(c_52967,plain,
    ( ~ p(enc(tc,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_52961]) ).

cnf(c_52990,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_48042]) ).

cnf(c_53007,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tc,tc))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_48228]) ).

cnf(c_53078,plain,
    ( ~ p(enc(tmk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_4689,c_5083]) ).

cnf(c_53108,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | p(enc(X0,enc(i(lp),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_4996,c_45340]) ).

cnf(c_53200,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_53108,c_44096]) ).

cnf(c_53205,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_53108,c_11923]) ).

cnf(c_53280,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(lp),X1))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_53108,c_11376]) ).

cnf(c_53281,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_53108,c_11915]) ).

cnf(c_53733,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tc,lp))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_53281]) ).

cnf(c_53747,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(lp,X0))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_53281]) ).

cnf(c_54303,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_1162,c_53205]) ).

cnf(c_54317,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_53205]) ).

cnf(c_54423,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(lp,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_54317]) ).

cnf(c_54455,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tc,lp))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_54303]) ).

cnf(c_54536,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13098]) ).

cnf(c_55125,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13099]) ).

cnf(c_55563,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(zcmk,X0))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_13104]) ).

cnf(c_55584,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(X2)
    | ~ p(X3)
    | p(enc(enc(i(wk),X3),enc(i(X1),X2))) ),
    inference(superposition,[status(thm)],[c_13104,c_1272]) ).

cnf(c_56772,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,wk))
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_65,c_55563]) ).

cnf(c_57402,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(enc(i(zcmk),X1)),X0),w)) ),
    inference(superposition,[status(thm)],[c_11357,c_56772]) ).

cnf(c_57405,plain,
    ( ~ p(enc(zcmk,wk))
    | p(enc(pp,w)) ),
    inference(superposition,[status(thm)],[c_64,c_56772]) ).

cnf(c_57420,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(enc(zcmk,wk))
    | ~ p(X1)
    | p(enc(enc(i(X0),X1),w)) ),
    inference(superposition,[status(thm)],[c_11366,c_56772]) ).

cnf(c_57421,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(zcmk,wk))
    | ~ p(X1)
    | p(enc(enc(X0,X1),w)) ),
    inference(superposition,[status(thm)],[c_11605,c_56772]) ).

cnf(c_57422,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | p(enc(enc(i(tmk),X0),w)) ),
    inference(superposition,[status(thm)],[c_50,c_56772]) ).

cnf(c_57580,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,wk))
    | ~ p(X1)
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_57422,c_879]) ).

cnf(c_57675,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(enc(i(wk),X0),w)) ),
    inference(superposition,[status(thm)],[c_50,c_57580]) ).

cnf(c_57830,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | p(enc(enc(i(wk),X0),w)) ),
    inference(superposition,[status(thm)],[c_19967,c_57675]) ).

cnf(c_57862,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,wk))
    | p(enc(X0,w)) ),
    inference(superposition,[status(thm)],[c_49,c_57830]) ).

cnf(c_57954,plain,
    ( ~ p(enc(zcmk,wk))
    | p(enc(w,w)) ),
    inference(superposition,[status(thm)],[c_65,c_57862]) ).

cnf(c_58001,plain,
    ( ~ p(enc(tc,enc(i(enc(i(X0),X1)),X2)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_13105]) ).

cnf(c_58002,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tc,X2))
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_13105]) ).

cnf(c_58306,plain,
    ( ~ p(enc(tc,X0))
    | ~ p(enc(zcmk,lp))
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_58002]) ).

cnf(c_58971,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(X0)
    | p(enc(t2,enc(i(tc),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_58306]) ).

cnf(c_59091,plain,
    ( ~ p(enc(tc,enc(i(X0),X1)))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_58001]) ).

cnf(c_59093,plain,
    ( ~ p(enc(tc,enc(i(enc(X0,X1)),X2)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_58001]) ).

cnf(c_59137,plain,
    ( ~ p(enc(tc,enc(X0,X1)))
    | ~ p(enc(X2,i(X0)))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_59091]) ).

cnf(c_59223,plain,
    ( ~ p(enc(lp,enc(i(enc(i(X0),X1)),X2)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_13106]) ).

cnf(c_59224,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(lp,X2))
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_13106]) ).

cnf(c_60150,plain,
    ( ~ p(enc(lp,X0))
    | ~ p(enc(zcmk,lp))
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_59224]) ).

cnf(c_61141,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(enc(zcmk,lp))
    | ~ p(X0)
    | p(enc(t2,enc(i(tmk),X0))) ),
    inference(superposition,[status(thm)],[c_16622,c_60150]) ).

cnf(c_61145,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(X0)
    | p(enc(t2,enc(i(lp),X0))) ),
    inference(superposition,[status(thm)],[c_50,c_60150]) ).

cnf(c_61290,plain,
    ( ~ p(enc(lp,enc(i(X0),X1)))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_59223]) ).

cnf(c_61292,plain,
    ( ~ p(enc(lp,enc(i(enc(X0,X1)),X2)))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_59223]) ).

cnf(c_61350,plain,
    ( ~ p(enc(lp,enc(X0,X1)))
    | ~ p(enc(X2,i(X0)))
    | ~ p(enc(zcmk,X2))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_61290]) ).

cnf(c_63774,plain,
    ( ~ p(enc(tc,i(enc(i(zcmk),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_16503,c_5083]) ).

cnf(c_64687,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_46455]) ).

cnf(c_67767,plain,
    ( ~ p(enc(wk,i(enc(i(tc),X0))))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46751,c_5083]) ).

cnf(c_67826,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_47776]) ).

cnf(c_68422,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_47878]) ).

cnf(c_69181,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(zcmk,wk))
    | p(enc(X1,w)) ),
    inference(superposition,[status(thm)],[c_49,c_57420]) ).

cnf(c_69387,plain,
    ( ~ p(enc(zcmk,wk))
    | ~ p(enc(zcmk,lp))
    | p(enc(t2,w)) ),
    inference(superposition,[status(thm)],[c_67,c_69181]) ).

cnf(c_70481,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_11372]) ).

cnf(c_70504,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(enc(wk,w))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_11372,c_3109]) ).

cnf(c_70547,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(zcmk),X1)),X0))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_70504,c_65]) ).

cnf(c_70743,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_11373]) ).

cnf(c_71534,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_11378]) ).

cnf(c_73037,plain,
    ( ~ p(enc(tc,enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2)))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_11379]) ).

cnf(c_73038,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tc,X2))
    | ~ p(X0)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_11379]) ).

cnf(c_73646,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tc,enc(i(X1),X2)))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_73037]) ).

cnf(c_73993,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(tmk),X1)),X2))) ),
    inference(global_subsumption_just,[status(thm)],[c_4994,c_707,c_973]) ).

cnf(c_74005,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_73993]) ).

cnf(c_74007,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(i(X0),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_73993]) ).

cnf(c_74102,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_73993,c_44096]) ).

cnf(c_74107,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_73993,c_11923]) ).

cnf(c_74116,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_73993,c_5083]) ).

cnf(c_74139,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_73993,c_5964]) ).

cnf(c_74142,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(tmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_73993,c_1603]) ).

cnf(c_74198,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_73993,c_11376]) ).

cnf(c_74199,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_73993,c_11915]) ).

cnf(c_75471,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X2))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_74005]) ).

cnf(c_75817,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_49,c_75471]) ).

cnf(c_76572,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_74116]) ).

cnf(c_76574,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_74116]) ).

cnf(c_77235,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_74139]) ).

cnf(c_77237,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_74139]) ).

cnf(c_77405,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43279,c_76572]) ).

cnf(c_77406,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42432,c_76572]) ).

cnf(c_77434,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19960,c_76572]) ).

cnf(c_77436,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_15483,c_76572]) ).

cnf(c_77438,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_15676,c_76572]) ).

cnf(c_77447,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_76572]) ).

cnf(c_77692,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_76574]) ).

cnf(c_77826,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(X0,enc(i(enc(i(wk),X1)),X2))) ),
    inference(global_subsumption_just,[status(thm)],[c_4995,c_752,c_973]) ).

cnf(c_77838,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_77826]) ).

cnf(c_77840,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2)
    | p(enc(X0,enc(i(X1),X2))) ),
    inference(superposition,[status(thm)],[c_49,c_77826]) ).

cnf(c_77937,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77826,c_44096]) ).

cnf(c_77942,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77826,c_11923]) ).

cnf(c_77950,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77826,c_5083]) ).

cnf(c_77973,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77826,c_5964]) ).

cnf(c_77976,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(w,enc(i(enc(i(wk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_77826,c_1603]) ).

cnf(c_78031,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(enc(i(zcmk),X2))))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_77826,c_11376]) ).

cnf(c_78032,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_77826,c_11915]) ).

cnf(c_78903,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_74007,c_11923]) ).

cnf(c_78938,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_74007,c_1605]) ).

cnf(c_78939,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_74007,c_1603]) ).

cnf(c_79000,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(tmk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_74007,c_11376]) ).

cnf(c_79002,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_74007,c_11915]) ).

cnf(c_80426,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_77950]) ).

cnf(c_80428,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_77950]) ).

cnf(c_80677,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_77973]) ).

cnf(c_80679,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_77973]) ).

cnf(c_81000,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_75817,c_5964]) ).

cnf(c_81002,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_75817,c_1605]) ).

cnf(c_81003,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_75817,c_1603]) ).

cnf(c_81064,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_75817,c_11376]) ).

cnf(c_81066,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_75817,c_11915]) ).

cnf(c_82404,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_43279,c_77235]) ).

cnf(c_82405,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_42432,c_77235]) ).

cnf(c_82436,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19960,c_77235]) ).

cnf(c_82438,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_15483,c_77235]) ).

cnf(c_82440,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(X0)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_15676,c_77235]) ).

cnf(c_82449,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_77235]) ).

cnf(c_82986,plain,
    ( ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_80426]) ).

cnf(c_83189,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,i(tmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_80428]) ).

cnf(c_83430,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X0))
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_77838]) ).

cnf(c_83804,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,X1))
    | ~ p(X2)
    | p(enc(X1,enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_49,c_83430]) ).

cnf(c_84460,plain,
    ( ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_80677]) ).

cnf(c_84811,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,i(wk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_80679]) ).

cnf(c_85095,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77840,c_11923]) ).

cnf(c_85129,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_77840,c_1605]) ).

cnf(c_85130,plain,
    ( ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_77840,c_1603]) ).

cnf(c_85191,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_77840,c_11376]) ).

cnf(c_85193,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_77840,c_11915]) ).

cnf(c_86369,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_83804,c_11923]) ).

cnf(c_86403,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(pp,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_83804,c_1605]) ).

cnf(c_86404,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | p(enc(w,enc(X0,X1))) ),
    inference(superposition,[status(thm)],[c_83804,c_1603]) ).

cnf(c_86465,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_83804,c_11376]) ).

cnf(c_86467,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_83804,c_11915]) ).

cnf(c_88345,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_78938]) ).

cnf(c_88435,plain,
    ( ~ p(enc(tmk,enc(i(wk),X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(tmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_60,c_88345]) ).

cnf(c_88436,plain,
    ( ~ p(enc(tmk,enc(i(wk),X0)))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(wk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_61,c_88345]) ).

cnf(c_89074,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_78939]) ).

cnf(c_89916,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(tmk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_88435]) ).

cnf(c_89963,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(tmk),X2)),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_89916,c_973,c_89916]) ).

cnf(c_89978,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(tmk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_89963]) ).

cnf(c_90022,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_89978]) ).

cnf(c_90508,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(wk),X2)),X1))) ),
    inference(superposition,[status(thm)],[c_49,c_88436]) ).

cnf(c_90555,plain,
    ( ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,lp))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(pp,enc(i(enc(i(wk),X2)),X1))) ),
    inference(global_subsumption_just,[status(thm)],[c_90508,c_973,c_90508]) ).

cnf(c_90570,plain,
    ( ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X1)
    | p(enc(pp,enc(i(enc(i(wk),X1)),X0))) ),
    inference(superposition,[status(thm)],[c_64,c_90555]) ).

cnf(c_90614,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_90570]) ).

cnf(c_90766,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_90614]) ).

cnf(c_93435,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,lp))
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_85130]) ).

cnf(c_94379,plain,
    ( ~ p(enc(lp,enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2)))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_11380]) ).

cnf(c_94380,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(lp,X2))
    | ~ p(X0)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_11380]) ).

cnf(c_95108,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_81064]) ).

cnf(c_95433,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(lp,enc(i(X1),X2)))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_94379]) ).

cnf(c_95855,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_95108]) ).

cnf(c_95873,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X2))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_95855]) ).

cnf(c_95929,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_73993,c_95873]) ).

cnf(c_95930,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_95873]) ).

cnf(c_95931,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77826,c_95873]) ).

cnf(c_95932,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_752,c_95873]) ).

cnf(c_95939,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_53108,c_95873]) ).

cnf(c_95940,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1483,c_95873]) ).

cnf(c_95943,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_17878,c_95873]) ).

cnf(c_95944,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(tmk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_95873]) ).

cnf(c_95958,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_95873]) ).

cnf(c_96184,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_95958]) ).

cnf(c_96330,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(tmk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_74198]) ).

cnf(c_96694,plain,
    ( ~ p(enc(tmk,i(enc(i(zcmk),X0))))
    | ~ p(enc(enc(i(wk),X1),X2))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_78031]) ).

cnf(c_96924,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_96330]) ).

cnf(c_96952,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43279,c_96924]) ).

cnf(c_96953,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42432,c_96924]) ).

cnf(c_96986,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19960,c_96924]) ).

cnf(c_96988,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_15483,c_96924]) ).

cnf(c_96990,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_15676,c_96924]) ).

cnf(c_97689,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_96694]) ).

cnf(c_97771,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_97689]) ).

cnf(c_98044,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_51,c_96986]) ).

cnf(c_98059,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_51,c_96988]) ).

cnf(c_98074,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_51,c_96990]) ).

cnf(c_98158,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_97771]) ).

cnf(c_98647,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | p(enc(X2,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_46440]) ).

cnf(c_99888,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(pp,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_47760]) ).

cnf(c_100351,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_47862]) ).

cnf(c_100800,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(zcmk,wk))
    | ~ p(X0)
    | p(enc(X1,w)) ),
    inference(superposition,[status(thm)],[c_49,c_57402]) ).

cnf(c_101523,plain,
    ( ~ p(enc(zcmk,i(lp)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,lp))
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_49,c_61141]) ).

cnf(c_101757,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_74142]) ).

cnf(c_102175,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(tmk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_79002]) ).

cnf(c_102643,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(X0,X1))
    | ~ p(enc(wk,X0))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_85193]) ).

cnf(c_102899,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_74199]) ).

cnf(c_103369,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_78032]) ).

cnf(c_104230,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_43279,c_102899]) ).

cnf(c_104231,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_42432,c_102899]) ).

cnf(c_104265,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t1) ),
    inference(superposition,[status(thm)],[c_19960,c_102899]) ).

cnf(c_104267,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(k) ),
    inference(superposition,[status(thm)],[c_15483,c_102899]) ).

cnf(c_104269,plain,
    ( ~ p(enc(tmk,i(zcmk)))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(t2) ),
    inference(superposition,[status(thm)],[c_15676,c_102899]) ).

cnf(c_105143,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(tmk,X0))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_86369]) ).

cnf(c_105755,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X0))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_105143]) ).

cnf(c_105775,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_73993,c_105755]) ).

cnf(c_105776,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_105755]) ).

cnf(c_105777,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77826,c_105755]) ).

cnf(c_105778,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_752,c_105755]) ).

cnf(c_105785,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_53108,c_105755]) ).

cnf(c_105786,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1483,c_105755]) ).

cnf(c_105789,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_17878,c_105755]) ).

cnf(c_105790,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_105755]) ).

cnf(c_106173,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | p(enc(w,X1)) ),
    inference(superposition,[status(thm)],[c_49,c_77976]) ).

cnf(c_106801,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_45932]) ).

cnf(c_106819,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_45933]) ).

cnf(c_106835,plain,
    ( ~ p(X1)
    | ~ p(enc(wk,k))
    | ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_106801,c_12258,c_19019]) ).

cnf(c_106836,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_106835]) ).

cnf(c_106847,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_106836]) ).

cnf(c_106868,plain,
    ( ~ p(X1)
    | ~ p(enc(tmk,k))
    | ~ p(enc(wk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_106819,c_12258,c_17778]) ).

cnf(c_106869,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_106868]) ).

cnf(c_106880,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_106869]) ).

cnf(c_107200,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_96952]) ).

cnf(c_107206,plain,
    ( ~ p(X1)
    | ~ p(enc(wk,k))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_107200,c_973,c_106836]) ).

cnf(c_107207,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_107206]) ).

cnf(c_107218,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_107207]) ).

cnf(c_107251,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_96953]) ).

cnf(c_107279,plain,
    ( ~ p(X1)
    | ~ p(enc(tmk,k))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(zcmk,i(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_107251,c_973,c_106869]) ).

cnf(c_107280,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_107279]) ).

cnf(c_107291,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_107280]) ).

cnf(c_107606,plain,
    ( ~ p(enc(i(enc(i(X0),X1)),X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_42448]) ).

cnf(c_107607,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_42448]) ).

cnf(c_108139,plain,
    ( ~ p(enc(tmk,k))
    | ~ p(enc(zcmk,lp))
    | ~ p(X0)
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_107607]) ).

cnf(c_108713,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_46457,c_107606]) ).

cnf(c_108715,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_4642,c_107606]) ).

cnf(c_108729,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(tmk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_107606]) ).

cnf(c_108731,plain,
    ( ~ p(enc(i(enc(X0,X1)),X2))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_107606]) ).

cnf(c_108938,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_16486,c_108729]) ).

cnf(c_108958,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_46457,c_108729]) ).

cnf(c_108960,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_4642,c_108729]) ).

cnf(c_108974,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_108729]) ).

cnf(c_110613,plain,
    ( ~ p(enc(i(enc(i(X0),X1)),X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_43295]) ).

cnf(c_110614,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_43295]) ).

cnf(c_111249,plain,
    ( ~ p(enc(zcmk,lp))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(enc(t2,X0)) ),
    inference(superposition,[status(thm)],[c_67,c_110614]) ).

cnf(c_111950,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_46457,c_110613]) ).

cnf(c_111952,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_4642,c_110613]) ).

cnf(c_111966,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(X2,X0))
    | ~ p(enc(zcmk,X2))
    | ~ p(enc(wk,k))
    | p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_110613]) ).

cnf(c_111968,plain,
    ( ~ p(enc(i(enc(X0,X1)),X2))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_110613]) ).

cnf(c_112228,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_16486,c_111966]) ).

cnf(c_112248,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_46457,c_111966]) ).

cnf(c_112250,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_4642,c_111966]) ).

cnf(c_112264,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(X1,X2))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_111966]) ).

cnf(c_114344,plain,
    ( ~ p(enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_42449]) ).

cnf(c_114345,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_42449]) ).

cnf(c_114950,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_46457,c_114344]) ).

cnf(c_114952,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_4642,c_114344]) ).

cnf(c_114965,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_114344]) ).

cnf(c_115743,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_42980,c_5083]) ).

cnf(c_115750,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_115743]) ).

cnf(c_115811,plain,
    ( ~ p(enc(i(enc(i(enc(i(zcmk),X0)),X1)),X2))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_50,c_43296]) ).

cnf(c_115812,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(X1,X2)) ),
    inference(superposition,[status(thm)],[c_49,c_43296]) ).

cnf(c_116591,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_46457,c_115811]) ).

cnf(c_116593,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(i(tmk),X2)) ),
    inference(superposition,[status(thm)],[c_4642,c_115811]) ).

cnf(c_116606,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(i(X1),X2))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_115811]) ).

cnf(c_117453,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_43708,c_5083]) ).

cnf(c_117460,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_51,c_117453]) ).

cnf(c_117500,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46827,c_5083]) ).

cnf(c_117513,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(wk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46828,c_5083]) ).

cnf(c_117551,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_50834,c_5083]) ).

cnf(c_117581,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_51672,c_5083]) ).

cnf(c_118416,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_42686,c_5083]) ).

cnf(c_118506,plain,
    ( ~ p(enc(tmk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_43597,c_5083]) ).

cnf(c_118621,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46869,c_5083]) ).

cnf(c_118640,plain,
    ( ~ p(enc(wk,i(enc(i(wk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_46870,c_5083]) ).

cnf(c_118780,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_50715,c_5083]) ).

cnf(c_118799,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_50717,c_5083]) ).

cnf(c_118882,plain,
    ( ~ p(enc(wk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_51553,c_5083]) ).

cnf(c_118901,plain,
    ( ~ p(enc(tmk,i(enc(i(tmk),X0))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_51555,c_5083]) ).

cnf(c_123604,plain,
    ( ~ p(enc(wk,X2))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(X1) ),
    inference(global_subsumption_just,[status(thm)],[c_44164,c_973,c_44096]) ).

cnf(c_123605,plain,
    ( ~ p(enc(i(X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X0))
    | ~ p(enc(wk,X2))
    | ~ p(X1) ),
    inference(renaming,[status(thm)],[c_123604]) ).

cnf(c_123620,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_73993,c_123605]) ).

cnf(c_123621,plain,
    ( ~ p(enc(i(enc(i(tmk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_707,c_123605]) ).

cnf(c_123622,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_77826,c_123605]) ).

cnf(c_123623,plain,
    ( ~ p(enc(i(enc(i(wk),X0)),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_752,c_123605]) ).

cnf(c_123630,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_53108,c_123605]) ).

cnf(c_123631,plain,
    ( ~ p(enc(i(lp),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_1483,c_123605]) ).

cnf(c_123634,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(wk,i(X2)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X1))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_17878,c_123605]) ).

cnf(c_123635,plain,
    ( ~ p(enc(i(tc),X0))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(wk,X2))
    | ~ p(X0) ),
    inference(superposition,[status(thm)],[c_3237,c_123605]) ).

cnf(c_123652,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(zcmk,i(X1)))
    | ~ p(enc(X0,X2))
    | ~ p(enc(wk,X1))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_123605]) ).

cnf(c_124150,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_44159]) ).

cnf(c_124475,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_44160]) ).

cnf(c_124809,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_74102]) ).

cnf(c_125187,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(wk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_77937]) ).

cnf(c_125575,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_95929]) ).

cnf(c_126264,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_95930]) ).

cnf(c_127438,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_95931]) ).

cnf(c_127938,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(tmk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_95932]) ).

cnf(c_128381,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_105775]) ).

cnf(c_128706,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_105776]) ).

cnf(c_129031,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_105777]) ).

cnf(c_130567,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_105778]) ).

cnf(c_137152,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_123620]) ).

cnf(c_137477,plain,
    ( ~ p(enc(enc(i(tmk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_123621]) ).

cnf(c_137802,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(tmk,i(X2)))
    | ~ p(enc(zcmk,i(X3)))
    | ~ p(enc(tmk,X2))
    | ~ p(enc(wk,X3))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_123622]) ).

cnf(c_138134,plain,
    ( ~ p(enc(enc(i(wk),X0),X1))
    | ~ p(enc(zcmk,i(X2)))
    | ~ p(enc(wk,i(X3)))
    | ~ p(enc(tmk,X3))
    | ~ p(enc(wk,X2))
    | ~ p(X0)
    | ~ p(X1) ),
    inference(superposition,[status(thm)],[c_49,c_123623]) ).

cnf(c_143111,plain,
    ( ~ p(enc(zcmk,X0))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(X0),X1))) ),
    inference(superposition,[status(thm)],[c_64,c_55584]) ).

cnf(c_143159,plain,
    ( ~ p(enc(X0,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_143111]) ).

cnf(c_143161,plain,
    ( ~ p(enc(zcmk,i(X0)))
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X1),enc(X0,X2))) ),
    inference(superposition,[status(thm)],[c_51,c_143111]) ).

cnf(c_146202,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,lp))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(superposition,[status(thm)],[c_49,c_70547]) ).

cnf(c_146706,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(X0)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),X1)) ),
    inference(global_subsumption_just,[status(thm)],[c_146202,c_343,c_11364,c_20902]) ).

cnf(c_146761,plain,
    ( ~ p(X0)
    | ~ p(X1)
    | ~ p(X2)
    | p(enc(enc(i(wk),X2),enc(i(enc(i(zcmk),X0)),X1))) ),
    inference(superposition,[status(thm)],[c_50,c_146706]) ).

cnf(c_150116,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_108938,c_5083]) ).

cnf(c_150826,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_108958,c_5083]) ).

cnf(c_150834,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_150826]) ).

cnf(c_151401,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_108960,c_5083]) ).

cnf(c_151409,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_151401]) ).

cnf(c_151737,plain,
    ( ~ p(enc(X0,enc(i(zcmk),X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_112228,c_5083]) ).

cnf(c_152869,plain,
    ( ~ p(enc(wk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_112248,c_5083]) ).

cnf(c_152877,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_152869]) ).

cnf(c_153356,plain,
    ( ~ p(enc(tmk,i(X0)))
    | ~ p(enc(X1,X0))
    | ~ p(enc(zcmk,X1))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_112250,c_5083]) ).

cnf(c_153364,plain,
    ( ~ p(enc(X0,i(X1)))
    | ~ p(enc(tmk,X1))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_153356]) ).

cnf(c_155339,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_108713,c_5083]) ).

cnf(c_155349,plain,
    ( ~ p(enc(wk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_155339]) ).

cnf(c_155382,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_108715,c_5083]) ).

cnf(c_155392,plain,
    ( ~ p(enc(tmk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(tmk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_155382]) ).

cnf(c_155510,plain,
    ( ~ p(enc(wk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_111950,c_5083]) ).

cnf(c_155520,plain,
    ( ~ p(enc(wk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_155510]) ).

cnf(c_155553,plain,
    ( ~ p(enc(tmk,i(enc(i(X0),X1))))
    | ~ p(enc(zcmk,X0))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_111952,c_5083]) ).

cnf(c_155563,plain,
    ( ~ p(enc(tmk,i(enc(X0,X1))))
    | ~ p(enc(zcmk,i(X0)))
    | ~ p(enc(wk,k))
    | ~ p(X1)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_51,c_155553]) ).

cnf(c_157986,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_114950,c_5083]) ).

cnf(c_157994,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_157986]) ).

cnf(c_158359,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_114952,c_5083]) ).

cnf(c_158367,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(tmk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_158359]) ).

cnf(c_160298,plain,
    ( ~ p(enc(wk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_116591,c_5083]) ).

cnf(c_160306,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(wk,i(X1)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_160298]) ).

cnf(c_160660,plain,
    ( ~ p(enc(tmk,i(enc(i(enc(i(zcmk),X0)),X1))))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X1)
    | ~ p(X2) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_116593,c_5083]) ).

cnf(c_160668,plain,
    ( ~ p(enc(enc(i(zcmk),X0),X1))
    | ~ p(enc(tmk,i(X1)))
    | ~ p(enc(wk,k))
    | ~ p(X0)
    | ~ p(X2) ),
    inference(superposition,[status(thm)],[c_49,c_160660]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SWV238+1 : TPTP v8.1.2. Released v3.2.0.
% 0.06/0.13  % Command  : run_iprover %s %d THM
% 0.12/0.33  % Computer : n017.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue Aug 29 08:53:13 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.46  Running first-order theorem proving
% 0.19/0.46  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 42.95/6.75  % SZS status Started for theBenchmark.p
% 42.95/6.75  % SZS status CounterSatisfiable for theBenchmark.p
% 42.95/6.75  
% 42.95/6.75  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 42.95/6.75  
% 42.95/6.75  ------  iProver source info
% 42.95/6.75  
% 42.95/6.75  git: date: 2023-05-31 18:12:56 +0000
% 42.95/6.75  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 42.95/6.75  git: non_committed_changes: false
% 42.95/6.75  git: last_make_outside_of_git: false
% 42.95/6.75  
% 42.95/6.75  ------ Parsing...
% 42.95/6.75  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 42.95/6.75  
% 42.95/6.75  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 42.95/6.75  
% 42.95/6.75  ------ Preprocessing... gs_s  sp: 19 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 42.95/6.75  
% 42.95/6.75  ------ Preprocessing... sf_s  rm: 11 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 42.95/6.75  ------ Proving...
% 42.95/6.75  ------ Problem Properties 
% 42.95/6.75  
% 42.95/6.75  
% 42.95/6.75  clauses                                 34
% 42.95/6.75  conjectures                             1
% 42.95/6.75  EPR                                     12
% 42.95/6.75  Horn                                    25
% 42.95/6.75  unary                                   12
% 42.95/6.75  binary                                  11
% 42.95/6.75  lits                                    77
% 42.95/6.75  lits eq                                 3
% 42.95/6.75  fd_pure                                 0
% 42.95/6.75  fd_pseudo                               0
% 42.95/6.75  fd_cond                                 0
% 42.95/6.75  fd_pseudo_cond                          0
% 42.95/6.75  AC symbols                              0
% 42.95/6.75  
% 42.95/6.75  ------ Schedule dynamic 5 is on 
% 42.95/6.75  
% 42.95/6.75  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 42.95/6.75  
% 42.95/6.75  
% 42.95/6.75  ------ 
% 42.95/6.75  Current options:
% 42.95/6.75  ------ 
% 42.95/6.75  
% 42.95/6.75  
% 42.95/6.75  
% 42.95/6.75  
% 42.95/6.75  ------ Proving...
% 42.95/6.75  
% 42.95/6.75  
% 42.95/6.75  % SZS status CounterSatisfiable for theBenchmark.p
% 42.95/6.75  
% 42.95/6.75  % SZS output start Saturation for theBenchmark.p
% See solution above
% 43.37/6.76  
% 43.37/6.77  
%------------------------------------------------------------------------------