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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Twee---2.4.2
% Problem  : SET060-6 : 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 : n007.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.17s 0.51s
% Output   : Proof 0.17s
% Verified : 
% SZS Type : -

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