TPTP Problem File: SEU869^5.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : SEU869^5 : TPTP v9.0.0. Released v4.0.0.
% Domain : Set Theory (Finite sets)
% Problem : TPS problem from FINITE-SET-THMS
% Version : Especial.
% English :
% Refs : [Bro09] Brown (2009), Email to Geoff Sutcliffe
% Source : [Bro09]
% Names : tps_1010 [Bro09]
% Status : Theorem
% Rating : 1.00 v6.2.0, 0.71 v6.1.0, 1.00 v6.0.0, 0.86 v5.5.0, 0.83 v5.4.0, 1.00 v4.0.0
% Syntax : Number of formulae : 4 ( 0 unt; 3 typ; 0 def)
% Number of atoms : 10 ( 2 equ; 0 cnn)
% Maximal formula atoms : 10 ( 10 avg)
% Number of connectives : 27 ( 0 ~; 2 |; 3 &; 14 @)
% ( 0 <=>; 8 =>; 0 <=; 0 <~>)
% Maximal formula depth : 14 ( 14 avg)
% Number of types : 2 ( 1 usr)
% Number of type conns : 8 ( 8 >; 0 *; 0 +; 0 <<)
% Number of symbols : 4 ( 2 usr; 1 con; 0-2 aty)
% Number of variables : 11 ( 4 ^; 7 !; 0 ?; 11 :)
% SPC : TH0_THM_EQU_NAR
% Comments : This problem is from the TPS library. Copyright (c) 2009 The TPS
% project in the Department of Mathematical Sciences at Carnegie
% Mellon University. Distributed under the Creative Commons copyleft
% license: http://creativecommons.org/licenses/by-sa/3.0/
%------------------------------------------------------------------------------
thf(a_type,type,
a: $tType ).
thf(cB,type,
cB: a > $o ).
thf(cC,type,
cC: a > $o ).
thf(cTHM531C_pme,conjecture,
( ( ! [X: ( a > $o ) > $o] :
( ( ( X
@ ^ [Xy: a] : $false )
& ! [Xx: a > $o] :
( ( X @ Xx )
=> ! [Xt: a] :
( ( cC @ Xt )
=> ( X
@ ^ [Xz: a] :
( ( Xx @ Xz )
| ( Xt = Xz ) ) ) ) ) )
=> ( X @ cC ) )
& ! [Xx: a] :
( ( cB @ Xx )
=> ( cC @ Xx ) ) )
=> ! [X: ( a > $o ) > $o] :
( ( ( X
@ ^ [Xy: a] : $false )
& ! [Xx: a > $o] :
( ( X @ Xx )
=> ! [Xt: a] :
( ( cB @ Xt )
=> ( X
@ ^ [Xz: a] :
( ( Xx @ Xz )
| ( Xt = Xz ) ) ) ) ) )
=> ( X @ cB ) ) ) ).
%------------------------------------------------------------------------------