TPTP Problem File: SET092-6.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : SET092-6 : TPTP v9.0.0. Bugfixed v2.1.0.
% Domain : Set Theory
% Problem : Member_of(X) is unique if X is not a singleton, part 2
% Version : [Qua92] axioms.
% English :
% Refs : [Qua92] Quaife (1992), Automated Deduction in von Neumann-Bern
% Source : [Quaife]
% Names :
% Status : Unknown
% Rating : 1.00 v2.1.0
% Syntax : Number of clauses : 93 ( 31 unt; 8 nHn; 64 RR)
% Number of literals : 183 ( 41 equ; 86 neg)
% Maximal clause size : 5 ( 1 avg)
% Maximal term depth : 6 ( 1 avg)
% Number of predicates : 10 ( 9 usr; 0 prp; 1-3 aty)
% Number of functors : 41 ( 41 usr; 9 con; 0-3 aty)
% Number of variables : 176 ( 25 sgn)
% SPC : CNF_UNK_RFO_SEQ_NHN
% Comments :
% Bugfixes : v2.1.0 - Bugfix in SET004-0.ax.
%--------------------------------------------------------------------------
%----Include von Neuman-Bernays-Godel set theory axioms
include('Axioms/SET004-0.ax').
%--------------------------------------------------------------------------
cnf(prove_member_of_non_singleton_unique2_1,negated_conjecture,
singleton(member_of1(x)) != x ).
cnf(prove_member_of_non_singleton_unique2_2,negated_conjecture,
member_of(x) != x ).
%--------------------------------------------------------------------------