TPTP Problem File: SET032-4.p
View Solutions
- Solve Problem
%--------------------------------------------------------------------------
% File : SET032-4 : TPTP v9.0.0. Released v1.0.0.
% Domain : Set Theory
% Problem : Range of composition
% Version : [BL+86] axioms.
% English :
% Refs : [BL+86] Boyer et al. (1986), Set Theory in First-Order Logic:
% Source : [BL+86]
% Names : Lemma 17 [BL+86]
% Status : Satisfiable
% Rating : 1.00 v6.3.0, 0.88 v6.2.0, 0.90 v6.1.0, 1.00 v2.0.0
% Syntax : Number of clauses : 142 ( 12 unt; 20 nHn; 119 RR)
% Number of literals : 356 ( 47 equ; 198 neg)
% Maximal clause size : 8 ( 2 avg)
% Maximal term depth : 4 ( 1 avg)
% Number of predicates : 14 ( 13 usr; 0 prp; 1-5 aty)
% Number of functors : 61 ( 61 usr; 8 con; 0-5 aty)
% Number of variables : 320 ( 28 sgn)
% SPC : CNF_SAT_RFO_EQU_NUE
% Comments :
%--------------------------------------------------------------------------
%----Include Godel's set axioms
include('Axioms/SET003-0.ax').
%--------------------------------------------------------------------------
cnf(prove_range_of_composition,negated_conjecture,
~ subset(range_of(compose(a,b)),range_of(a)) ).
%--------------------------------------------------------------------------