TSTP Solution File: SET060-7 by Twee---2.4.2

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : SET060-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof

% Computer : n032.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 15:30:56 EDT 2023

% Result   : Unsatisfiable 0.15s 0.43s
% Output   : Proof 0.15s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : SET060-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.10  % Command  : parallel-twee %s --tstp --conditional-encoding if --smaller --drop-non-horn --give-up-on-saturation --explain-encoding --formal-proof
% 0.10/0.29  % Computer : n032.cluster.edu
% 0.10/0.29  % Model    : x86_64 x86_64
% 0.10/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.29  % Memory   : 8042.1875MB
% 0.10/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.29  % CPULimit : 300
% 0.10/0.29  % WCLimit  : 300
% 0.10/0.29  % DateTime : Sat Aug 26 10:14:13 EDT 2023
% 0.10/0.29  % CPUTime  : 
% 0.15/0.43  Command-line arguments: --set-join --lhs-weight 1 --no-flatten-goal --complete-subsets --goal-heuristic
% 0.15/0.43  
% 0.15/0.43  % SZS status Unsatisfiable
% 0.15/0.43  
% 0.15/0.43  % SZS output start Proof
% 0.15/0.43  Take the following subset of the input axioms:
% 0.15/0.43    fof(complement1, axiom, ![X, Z]: (~member(Z, complement(X)) | ~member(Z, X))).
% 0.15/0.43    fof(domain1, axiom, ![X2, Z2]: (restrict(X2, singleton(Z2), universal_class)!=null_class | ~member(Z2, domain_of(X2)))).
% 0.15/0.43    fof(intersection1, axiom, ![Y, X2, Z2]: (~member(Z2, intersection(X2, Y)) | member(Z2, X2))).
% 0.15/0.43    fof(intersection2, axiom, ![X2, Y2, Z2]: (~member(Z2, intersection(X2, Y2)) | member(Z2, Y2))).
% 0.15/0.43    fof(prove_special_classes_lemma_1, negated_conjecture, member(y, intersection(complement(x), x))).
% 0.15/0.43  
% 0.15/0.43  Now clausify the problem and encode Horn clauses using encoding 3 of
% 0.15/0.43  http://www.cse.chalmers.se/~nicsma/papers/horn.pdf.
% 0.15/0.43  We repeatedly replace C & s=t => u=v by the two clauses:
% 0.15/0.43    fresh(y, y, x1...xn) = u
% 0.15/0.43    C => fresh(s, t, x1...xn) = v
% 0.15/0.43  where fresh is a fresh function symbol and x1..xn are the free
% 0.15/0.43  variables of u and v.
% 0.15/0.43  A predicate p(X) is encoded as p(X)=true (this is sound, because the
% 0.15/0.43  input problem has no model of domain size 1).
% 0.15/0.43  
% 0.15/0.43  The encoding turns the above axioms into the following unit equations and goals:
% 0.15/0.43  
% 0.15/0.43  Axiom 1 (intersection1): fresh37(X, X, Y, Z) = true2.
% 0.15/0.43  Axiom 2 (intersection2): fresh36(X, X, Y, Z) = true2.
% 0.15/0.43  Axiom 3 (prove_special_classes_lemma_1): member(y, intersection(complement(x), x)) = true2.
% 0.15/0.43  Axiom 4 (intersection1): fresh37(member(X, intersection(Y, Z)), true2, X, Y) = member(X, Y).
% 0.15/0.43  Axiom 5 (intersection2): fresh36(member(X, intersection(Y, Z)), true2, X, Z) = member(X, Z).
% 0.15/0.43  
% 0.15/0.43  Goal 1 (complement1): tuple(member(X, Y), member(X, complement(Y))) = tuple(true2, true2).
% 0.15/0.43  The goal is true when:
% 0.15/0.43    X = y
% 0.15/0.43    Y = x
% 0.15/0.43  
% 0.15/0.43  Proof:
% 0.15/0.43    tuple(member(y, x), member(y, complement(x)))
% 0.15/0.43  = { by axiom 4 (intersection1) R->L }
% 0.15/0.43    tuple(member(y, x), fresh37(member(y, intersection(complement(x), x)), true2, y, complement(x)))
% 0.15/0.43  = { by axiom 3 (prove_special_classes_lemma_1) }
% 0.15/0.43    tuple(member(y, x), fresh37(true2, true2, y, complement(x)))
% 0.15/0.43  = { by axiom 1 (intersection1) }
% 0.15/0.43    tuple(member(y, x), true2)
% 0.15/0.43  = { by axiom 5 (intersection2) R->L }
% 0.15/0.43    tuple(fresh36(member(y, intersection(complement(x), x)), true2, y, x), true2)
% 0.15/0.43  = { by axiom 3 (prove_special_classes_lemma_1) }
% 0.15/0.43    tuple(fresh36(true2, true2, y, x), true2)
% 0.15/0.43  = { by axiom 2 (intersection2) }
% 0.15/0.43    tuple(true2, true2)
% 0.15/0.43  % SZS output end Proof
% 0.15/0.43  
% 0.15/0.43  RESULT: Unsatisfiable (the axioms are contradictory).
%------------------------------------------------------------------------------