TSTP Solution File: SET120-7 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : SET120-7 : TPTP v8.1.2. Bugfixed v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n012.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 14:33:11 EDT 2023

% Result   : Unsatisfiable 1.32s 1.55s
% Output   : CNFRefutation 1.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   72
% Syntax   : Number of formulae    :  127 (  34 unt;  51 typ;   0 def)
%            Number of atoms       :  126 (  61 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   91 (  41   ~;  50   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   67 (  41   >;  26   *;   0   +;   0  <<)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   42 (  42 usr;  10 con; 0-3 aty)
%            Number of variables   :  118 (  24 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    subclass: ( $i * $i ) > $o ).

tff(decl_23,type,
    member: ( $i * $i ) > $o ).

tff(decl_24,type,
    not_subclass_element: ( $i * $i ) > $i ).

tff(decl_25,type,
    universal_class: $i ).

tff(decl_26,type,
    unordered_pair: ( $i * $i ) > $i ).

tff(decl_27,type,
    singleton: $i > $i ).

tff(decl_28,type,
    ordered_pair: ( $i * $i ) > $i ).

tff(decl_29,type,
    cross_product: ( $i * $i ) > $i ).

tff(decl_30,type,
    first: $i > $i ).

tff(decl_31,type,
    second: $i > $i ).

tff(decl_32,type,
    element_relation: $i ).

tff(decl_33,type,
    intersection: ( $i * $i ) > $i ).

tff(decl_34,type,
    complement: $i > $i ).

tff(decl_35,type,
    union: ( $i * $i ) > $i ).

tff(decl_36,type,
    symmetric_difference: ( $i * $i ) > $i ).

tff(decl_37,type,
    restrict: ( $i * $i * $i ) > $i ).

tff(decl_38,type,
    null_class: $i ).

tff(decl_39,type,
    domain_of: $i > $i ).

tff(decl_40,type,
    rotate: $i > $i ).

tff(decl_41,type,
    flip: $i > $i ).

tff(decl_42,type,
    inverse: $i > $i ).

tff(decl_43,type,
    range_of: $i > $i ).

tff(decl_44,type,
    domain: ( $i * $i * $i ) > $i ).

tff(decl_45,type,
    range: ( $i * $i * $i ) > $i ).

tff(decl_46,type,
    image: ( $i * $i ) > $i ).

tff(decl_47,type,
    successor: $i > $i ).

tff(decl_48,type,
    successor_relation: $i ).

tff(decl_49,type,
    inductive: $i > $o ).

tff(decl_50,type,
    omega: $i ).

tff(decl_51,type,
    sum_class: $i > $i ).

tff(decl_52,type,
    power_class: $i > $i ).

tff(decl_53,type,
    compose: ( $i * $i ) > $i ).

tff(decl_54,type,
    single_valued_class: $i > $o ).

tff(decl_55,type,
    identity_relation: $i ).

tff(decl_56,type,
    function: $i > $o ).

tff(decl_57,type,
    regular: $i > $i ).

tff(decl_58,type,
    apply: ( $i * $i ) > $i ).

tff(decl_59,type,
    choice: $i ).

tff(decl_60,type,
    one_to_one: $i > $o ).

tff(decl_61,type,
    subset_relation: $i ).

tff(decl_62,type,
    diagonalise: $i > $i ).

tff(decl_63,type,
    cantor: $i > $i ).

tff(decl_64,type,
    operation: $i > $o ).

tff(decl_65,type,
    compatible: ( $i * $i * $i ) > $o ).

tff(decl_66,type,
    homomorphism: ( $i * $i * $i ) > $o ).

tff(decl_67,type,
    not_homomorphism1: ( $i * $i * $i ) > $i ).

tff(decl_68,type,
    not_homomorphism2: ( $i * $i * $i ) > $i ).

tff(decl_69,type,
    member_of: $i > $i ).

tff(decl_70,type,
    member_of1: $i > $i ).

tff(decl_71,type,
    x: $i ).

tff(decl_72,type,
    y: $i ).

cnf(ordered_pair,axiom,
    unordered_pair(singleton(X1),unordered_pair(X1,singleton(X2))) = ordered_pair(X1,X2),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',ordered_pair) ).

cnf(singleton_set,axiom,
    unordered_pair(X1,X1) = singleton(X1),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',singleton_set) ).

cnf(singleton_is_null_class,axiom,
    ( member(X1,universal_class)
    | singleton(X1) = null_class ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',singleton_is_null_class) ).

cnf(only_member_in_singleton,axiom,
    ( X1 = X2
    | ~ member(X1,singleton(X2)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',only_member_in_singleton) ).

cnf(corollary_1_to_cartesian_product,axiom,
    ( member(X1,universal_class)
    | ~ member(ordered_pair(X1,X2),cross_product(X3,X4)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',corollary_1_to_cartesian_product) ).

cnf(cartesian_product3,axiom,
    ( member(ordered_pair(X1,X3),cross_product(X2,X4))
    | ~ member(X1,X2)
    | ~ member(X3,X4) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',cartesian_product3) ).

cnf(unordered_pairs_and_singletons,axiom,
    unordered_pair(X1,X2) = union(singleton(X1),singleton(X2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unordered_pairs_and_singletons) ).

cnf(union,axiom,
    complement(intersection(complement(X1),complement(X2))) = union(X1,X2),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',union) ).

cnf(prove_corollary_2_to_OP_determines_components1_1,negated_conjecture,
    ~ member(x,universal_class),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_corollary_2_to_OP_determines_components1_1) ).

cnf(intersection3,axiom,
    ( member(X1,intersection(X2,X3))
    | ~ member(X1,X2)
    | ~ member(X1,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',intersection3) ).

cnf(regularity2,axiom,
    ( X1 = null_class
    | intersection(X1,regular(X1)) = null_class ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',regularity2) ).

cnf(existence_of_null_class,axiom,
    ~ member(X1,null_class),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_of_null_class) ).

cnf(regularity1,axiom,
    ( X1 = null_class
    | member(regular(X1),X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',regularity1) ).

cnf(unordered_pair_equals_singleton1,axiom,
    ( member(X1,universal_class)
    | unordered_pair(X2,X1) = singleton(X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unordered_pair_equals_singleton1) ).

cnf(omega_in_universal,axiom,
    member(omega,universal_class),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',omega_in_universal) ).

cnf(existence_of_1st_and_2nd_3,axiom,
    ( member(ordered_pair(first(X1),second(X1)),cross_product(universal_class,universal_class))
    | second(X1) = X1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_of_1st_and_2nd_3) ).

cnf(existence_of_1st_and_2nd_5,axiom,
    ( ordered_pair(first(X1),second(X1)) = X1
    | second(X1) = X1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_of_1st_and_2nd_5) ).

cnf(unordered_pair2,axiom,
    ( member(X1,unordered_pair(X1,X2))
    | ~ member(X1,universal_class) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',unordered_pair2) ).

cnf(prove_corollary_2_to_OP_determines_components1_2,negated_conjecture,
    second(ordered_pair(x,y)) != ordered_pair(x,y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_corollary_2_to_OP_determines_components1_2) ).

cnf(commutativity_of_unordered_pair,axiom,
    unordered_pair(X1,X2) = unordered_pair(X2,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_unordered_pair) ).

cnf(corollary_to_unordered_pair_axiom1,axiom,
    ( ~ member(X1,universal_class)
    | unordered_pair(X1,X2) != null_class ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',corollary_to_unordered_pair_axiom1) ).

cnf(c_0_21,axiom,
    unordered_pair(singleton(X1),unordered_pair(X1,singleton(X2))) = ordered_pair(X1,X2),
    ordered_pair ).

cnf(c_0_22,axiom,
    unordered_pair(X1,X1) = singleton(X1),
    singleton_set ).

cnf(c_0_23,axiom,
    ( member(X1,universal_class)
    | singleton(X1) = null_class ),
    singleton_is_null_class ).

cnf(c_0_24,axiom,
    ( X1 = X2
    | ~ member(X1,singleton(X2)) ),
    only_member_in_singleton ).

cnf(c_0_25,axiom,
    ( member(X1,universal_class)
    | ~ member(ordered_pair(X1,X2),cross_product(X3,X4)) ),
    corollary_1_to_cartesian_product ).

cnf(c_0_26,plain,
    unordered_pair(unordered_pair(X1,X1),unordered_pair(X1,unordered_pair(X2,X2))) = ordered_pair(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_21,c_0_22]),c_0_22]) ).

cnf(c_0_27,axiom,
    ( member(ordered_pair(X1,X3),cross_product(X2,X4))
    | ~ member(X1,X2)
    | ~ member(X3,X4) ),
    cartesian_product3 ).

cnf(c_0_28,axiom,
    unordered_pair(X1,X2) = union(singleton(X1),singleton(X2)),
    unordered_pairs_and_singletons ).

cnf(c_0_29,axiom,
    complement(intersection(complement(X1),complement(X2))) = union(X1,X2),
    union ).

cnf(c_0_30,negated_conjecture,
    ~ member(x,universal_class),
    prove_corollary_2_to_OP_determines_components1_1 ).

cnf(c_0_31,plain,
    ( unordered_pair(X1,X1) = null_class
    | member(X1,universal_class) ),
    inference(rw,[status(thm)],[c_0_23,c_0_22]) ).

cnf(c_0_32,axiom,
    ( member(X1,intersection(X2,X3))
    | ~ member(X1,X2)
    | ~ member(X1,X3) ),
    intersection3 ).

cnf(c_0_33,axiom,
    ( X1 = null_class
    | intersection(X1,regular(X1)) = null_class ),
    regularity2 ).

cnf(c_0_34,axiom,
    ~ member(X1,null_class),
    existence_of_null_class ).

cnf(c_0_35,plain,
    ( X1 = X2
    | ~ member(X1,unordered_pair(X2,X2)) ),
    inference(rw,[status(thm)],[c_0_24,c_0_22]) ).

cnf(c_0_36,axiom,
    ( X1 = null_class
    | member(regular(X1),X1) ),
    regularity1 ).

cnf(c_0_37,plain,
    ( member(X1,universal_class)
    | ~ member(unordered_pair(unordered_pair(X1,X1),unordered_pair(X1,unordered_pair(X2,X2))),cross_product(X3,X4)) ),
    inference(rw,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_38,plain,
    ( member(unordered_pair(unordered_pair(X1,X1),unordered_pair(X1,unordered_pair(X3,X3))),cross_product(X2,X4))
    | ~ member(X3,X4)
    | ~ member(X1,X2) ),
    inference(rw,[status(thm)],[c_0_27,c_0_26]) ).

cnf(c_0_39,axiom,
    ( member(X1,universal_class)
    | unordered_pair(X2,X1) = singleton(X2) ),
    unordered_pair_equals_singleton1 ).

cnf(c_0_40,plain,
    unordered_pair(X1,X2) = complement(intersection(complement(unordered_pair(X1,X1)),complement(unordered_pair(X2,X2)))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_28,c_0_22]),c_0_22]),c_0_29]) ).

cnf(c_0_41,negated_conjecture,
    unordered_pair(x,x) = null_class,
    inference(spm,[status(thm)],[c_0_30,c_0_31]) ).

cnf(c_0_42,plain,
    ( X1 = null_class
    | ~ member(X2,regular(X1))
    | ~ member(X2,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_33]),c_0_34]) ).

cnf(c_0_43,plain,
    ( regular(unordered_pair(X1,X1)) = X1
    | unordered_pair(X1,X1) = null_class ),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

cnf(c_0_44,plain,
    ( member(X1,universal_class)
    | ~ member(X2,X3)
    | ~ member(X1,X4) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

cnf(c_0_45,axiom,
    member(omega,universal_class),
    omega_in_universal ).

cnf(c_0_46,axiom,
    ( member(ordered_pair(first(X1),second(X1)),cross_product(universal_class,universal_class))
    | second(X1) = X1 ),
    existence_of_1st_and_2nd_3 ).

cnf(c_0_47,plain,
    ( unordered_pair(X2,X1) = unordered_pair(X2,X2)
    | member(X1,universal_class) ),
    inference(rw,[status(thm)],[c_0_39,c_0_22]) ).

cnf(c_0_48,axiom,
    ( ordered_pair(first(X1),second(X1)) = X1
    | second(X1) = X1 ),
    existence_of_1st_and_2nd_5 ).

cnf(c_0_49,negated_conjecture,
    complement(intersection(complement(null_class),complement(unordered_pair(X1,X1)))) = unordered_pair(x,X1),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_50,plain,
    ( unordered_pair(X1,X1) = null_class
    | ~ member(X2,unordered_pair(X1,X1))
    | ~ member(X2,X1) ),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_51,axiom,
    ( member(X1,unordered_pair(X1,X2))
    | ~ member(X1,universal_class) ),
    unordered_pair2 ).

cnf(c_0_52,plain,
    ( member(X1,universal_class)
    | ~ member(X1,X2) ),
    inference(spm,[status(thm)],[c_0_44,c_0_45]) ).

cnf(c_0_53,negated_conjecture,
    second(ordered_pair(x,y)) != ordered_pair(x,y),
    prove_corollary_2_to_OP_determines_components1_2 ).

cnf(c_0_54,plain,
    ( second(X1) = X1
    | member(unordered_pair(unordered_pair(first(X1),first(X1)),unordered_pair(first(X1),unordered_pair(second(X1),second(X1)))),cross_product(universal_class,universal_class)) ),
    inference(rw,[status(thm)],[c_0_46,c_0_26]) ).

cnf(c_0_55,negated_conjecture,
    unordered_pair(X1,x) = unordered_pair(X1,X1),
    inference(spm,[status(thm)],[c_0_30,c_0_47]) ).

cnf(c_0_56,axiom,
    unordered_pair(X1,X2) = unordered_pair(X2,X1),
    commutativity_of_unordered_pair ).

cnf(c_0_57,plain,
    ( second(X1) = X1
    | unordered_pair(unordered_pair(first(X1),first(X1)),unordered_pair(first(X1),unordered_pair(second(X1),second(X1)))) = X1 ),
    inference(rw,[status(thm)],[c_0_48,c_0_26]) ).

cnf(c_0_58,axiom,
    ( ~ member(X1,universal_class)
    | unordered_pair(X1,X2) != null_class ),
    corollary_to_unordered_pair_axiom1 ).

cnf(c_0_59,plain,
    ( unordered_pair(x,X1) = unordered_pair(X2,X1)
    | member(X2,universal_class) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_31]),c_0_49]) ).

cnf(c_0_60,plain,
    ( unordered_pair(X1,X1) = null_class
    | ~ member(X1,X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_51]),c_0_52]) ).

cnf(c_0_61,negated_conjecture,
    second(unordered_pair(unordered_pair(x,x),unordered_pair(x,unordered_pair(y,y)))) != unordered_pair(unordered_pair(x,x),unordered_pair(x,unordered_pair(y,y))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_53,c_0_26]),c_0_26]) ).

cnf(c_0_62,plain,
    ( second(X1) = X1
    | member(unordered_pair(unordered_pair(x,first(X1)),unordered_pair(first(X1),unordered_pair(x,second(X1)))),cross_product(universal_class,universal_class)) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_54,c_0_55]),c_0_56]),c_0_55]),c_0_56]) ).

cnf(c_0_63,plain,
    ( unordered_pair(unordered_pair(x,first(X1)),unordered_pair(first(X1),unordered_pair(x,second(X1)))) = X1
    | second(X1) = X1 ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_57,c_0_55]),c_0_56]),c_0_55]),c_0_56]) ).

cnf(c_0_64,plain,
    ( unordered_pair(x,X1) = unordered_pair(X2,X1)
    | unordered_pair(X2,X3) != null_class ),
    inference(spm,[status(thm)],[c_0_58,c_0_59]) ).

cnf(c_0_65,plain,
    unordered_pair(universal_class,universal_class) = null_class,
    inference(spm,[status(thm)],[c_0_60,c_0_31]) ).

cnf(c_0_66,negated_conjecture,
    second(unordered_pair(null_class,unordered_pair(x,unordered_pair(y,y)))) != unordered_pair(null_class,unordered_pair(x,unordered_pair(y,y))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_61,c_0_41]),c_0_41]) ).

cnf(c_0_67,plain,
    ( second(X1) = X1
    | member(X1,cross_product(universal_class,universal_class)) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]) ).

cnf(c_0_68,negated_conjecture,
    unordered_pair(X1,X1) = unordered_pair(x,X1),
    inference(spm,[status(thm)],[c_0_56,c_0_55]) ).

cnf(c_0_69,plain,
    unordered_pair(x,X1) = unordered_pair(universal_class,X1),
    inference(spm,[status(thm)],[c_0_64,c_0_65]) ).

cnf(c_0_70,negated_conjecture,
    member(unordered_pair(null_class,unordered_pair(x,unordered_pair(x,y))),cross_product(universal_class,universal_class)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_66,c_0_67]),c_0_55]),c_0_56]) ).

cnf(c_0_71,negated_conjecture,
    ~ member(unordered_pair(null_class,unordered_pair(x,unordered_pair(X1,X1))),cross_product(X2,X3)),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_41]),c_0_30]) ).

cnf(c_0_72,negated_conjecture,
    unordered_pair(X1,X1) = unordered_pair(universal_class,X1),
    inference(rw,[status(thm)],[c_0_68,c_0_69]) ).

cnf(c_0_73,negated_conjecture,
    member(unordered_pair(null_class,unordered_pair(universal_class,unordered_pair(universal_class,y))),cross_product(universal_class,universal_class)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_69]),c_0_69]) ).

cnf(c_0_74,negated_conjecture,
    ~ member(unordered_pair(null_class,unordered_pair(universal_class,unordered_pair(universal_class,X1))),cross_product(X2,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_72]),c_0_69]) ).

cnf(c_0_75,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[c_0_73,c_0_74]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : SET120-7 : TPTP v8.1.2. Bugfixed v7.3.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n012.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Sat Aug 26 16:00:40 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.56  start to proof: theBenchmark
% 1.32/1.55  % Version  : CSE_E---1.5
% 1.32/1.55  % Problem  : theBenchmark.p
% 1.32/1.55  % Proof found
% 1.32/1.55  % SZS status Theorem for theBenchmark.p
% 1.32/1.55  % SZS output start Proof
% See solution above
% 1.32/1.56  % Total time : 0.983000 s
% 1.32/1.56  % SZS output end Proof
% 1.32/1.56  % Total time : 0.989000 s
%------------------------------------------------------------------------------