TPTP Problem File: SET002^4.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : SET002^4 : TPTP v9.0.0. Released v8.1.0.
% Domain : Set Theory
% Problem : TPTP problem SET002+4.p with axiomatized equality
% Version : [BP13] axioms.
% English :
% Refs : [RO12] Raths & Otten (2012), The QMLTP Problem Library for Fi
% : [BP13] Benzmueller & Paulson (2013), Quantified Multimodal Lo
% : [Ste22] Steen (2022), An Extensible Logic Embedding Tool for L
% Source : [TPTP]
% Names : SET002+1 [QMLTP]
% Status : Theorem
% Rating : 0.38 v9.0.0, 0.30 v8.2.0, 0.38 v8.1.0
% Syntax : Number of formulae : 70 ( 11 unt; 26 typ; 10 def)
% Number of atoms : 266 ( 10 equ; 0 cnn)
% Maximal formula atoms : 10 ( 6 avg)
% Number of connectives : 449 ( 1 ~; 1 |; 2 &; 442 @)
% ( 1 <=>; 2 =>; 0 <=; 0 <~>)
% Maximal formula depth : 14 ( 9 avg)
% Number of types : 3 ( 1 usr)
% Number of type conns : 81 ( 81 >; 0 *; 0 +; 0 <<)
% Number of symbols : 26 ( 25 usr; 2 con; 0-3 aty)
% Number of variables : 114 ( 108 ^; 3 !; 3 ?; 114 :)
% SPC : TH0_THM_EQU_NAR
% Comments : This output was generated by embedproblem, version 1.7.1 (library
% version 1.3). Generated on Thu Apr 28 13:18:18 EDT 2022 using
% 'modal' embedding, version 1.5.2. Logic specification used:
% $modal == [$constants == $rigid,$quantification == $constant,
% $modalities == $modal_system_D].
%------------------------------------------------------------------------------
thf(mworld,type,
mworld: $tType ).
thf(mrel_type,type,
mrel: mworld > mworld > $o ).
thf(mactual_type,type,
mactual: mworld ).
thf(mlocal_type,type,
mlocal: ( mworld > $o ) > $o ).
thf(mlocal_def,definition,
( mlocal
= ( ^ [Phi: mworld > $o] : ( Phi @ mactual ) ) ) ).
thf(mnot_type,type,
mnot: ( mworld > $o ) > mworld > $o ).
thf(mand_type,type,
mand: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).
thf(mor_type,type,
mor: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).
thf(mimplies_type,type,
mimplies: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).
thf(mequiv_type,type,
mequiv: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).
thf(mnot_def,definition,
( mnot
= ( ^ [A: mworld > $o,W: mworld] :
~ ( A @ W ) ) ) ).
thf(mand_def,definition,
( mand
= ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
( ( A @ W )
& ( B @ W ) ) ) ) ).
thf(mor_def,definition,
( mor
= ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
( ( A @ W )
| ( B @ W ) ) ) ) ).
thf(mimplies_def,definition,
( mimplies
= ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
( ( A @ W )
=> ( B @ W ) ) ) ) ).
thf(mequiv_def,definition,
( mequiv
= ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
( ( A @ W )
<=> ( B @ W ) ) ) ) ).
thf(mbox_type,type,
mbox: ( mworld > $o ) > mworld > $o ).
thf(mbox_def,definition,
( mbox
= ( ^ [Phi: mworld > $o,W: mworld] :
! [V: mworld] :
( ( mrel @ W @ V )
=> ( Phi @ V ) ) ) ) ).
thf(mdia_type,type,
mdia: ( mworld > $o ) > mworld > $o ).
thf(mdia_def,definition,
( mdia
= ( ^ [Phi: mworld > $o,W: mworld] :
? [V: mworld] :
( ( mrel @ W @ V )
& ( Phi @ V ) ) ) ) ).
thf(mrel_serial,axiom,
! [W: mworld] :
? [V: mworld] : ( mrel @ W @ V ) ).
thf(mforall_di_type,type,
mforall_di: ( $i > mworld > $o ) > mworld > $o ).
thf(mforall_di_def,definition,
( mforall_di
= ( ^ [A: $i > mworld > $o,W: mworld] :
! [X: $i] : ( A @ X @ W ) ) ) ).
thf(mexists_di_type,type,
mexists_di: ( $i > mworld > $o ) > mworld > $o ).
thf(mexists_di_def,definition,
( mexists_di
= ( ^ [A: $i > mworld > $o,W: mworld] :
? [X: $i] : ( A @ X @ W ) ) ) ).
thf(empty_set_decl,type,
empty_set: $i ).
thf(qmltpeq_decl,type,
qmltpeq: $i > $i > mworld > $o ).
thf(equal_set_decl,type,
equal_set: $i > $i > mworld > $o ).
thf(member_decl,type,
member: $i > $i > mworld > $o ).
thf(subset_decl,type,
subset: $i > $i > mworld > $o ).
thf(singleton_decl,type,
singleton: $i > $i ).
thf(product_decl,type,
product: $i > $i ).
thf(unordered_pair_decl,type,
unordered_pair: $i > $i > $i ).
thf(intersection_decl,type,
intersection: $i > $i > $i ).
thf(difference_decl,type,
difference: $i > $i > $i ).
thf(sum_decl,type,
sum: $i > $i ).
thf(union_decl,type,
union: $i > $i > $i ).
thf(power_set_decl,type,
power_set: $i > $i ).
thf(reflexivity,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] : ( qmltpeq @ X @ X ) ) ) ).
thf(symmetry,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [Y: $i] : ( mimplies @ ( qmltpeq @ X @ Y ) @ ( qmltpeq @ Y @ X ) ) ) ) ) ).
thf(transitivity,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [Y: $i] :
( mforall_di
@ ^ [Z: $i] : ( mimplies @ ( mand @ ( qmltpeq @ X @ Y ) @ ( qmltpeq @ Y @ Z ) ) @ ( qmltpeq @ X @ Z ) ) ) ) ) ) ).
thf(difference_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( difference @ A @ C ) @ ( difference @ B @ C ) ) ) ) ) ) ) ).
thf(difference_substitution_2,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( difference @ C @ A ) @ ( difference @ C @ B ) ) ) ) ) ) ) ).
thf(intersection_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( intersection @ A @ C ) @ ( intersection @ B @ C ) ) ) ) ) ) ) ).
thf(intersection_substitution_2,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( intersection @ C @ A ) @ ( intersection @ C @ B ) ) ) ) ) ) ) ).
thf(power_set_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( power_set @ A ) @ ( power_set @ B ) ) ) ) ) ) ).
thf(product_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( product @ A ) @ ( product @ B ) ) ) ) ) ) ).
thf(singleton_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( singleton @ A ) @ ( singleton @ B ) ) ) ) ) ) ).
thf(sum_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( sum @ A ) @ ( sum @ B ) ) ) ) ) ) ).
thf(union_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( union @ A @ C ) @ ( union @ B @ C ) ) ) ) ) ) ) ).
thf(union_substitution_2,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( union @ C @ A ) @ ( union @ C @ B ) ) ) ) ) ) ) ).
thf(unordered_pair_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( unordered_pair @ A @ C ) @ ( unordered_pair @ B @ C ) ) ) ) ) ) ) ).
thf(unordered_pair_substitution_2,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( qmltpeq @ A @ B ) @ ( qmltpeq @ ( unordered_pair @ C @ A ) @ ( unordered_pair @ C @ B ) ) ) ) ) ) ) ).
thf(equal_set_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( equal_set @ A @ C ) ) @ ( equal_set @ B @ C ) ) ) ) ) ) ).
thf(equal_set_substitution_2,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( equal_set @ C @ A ) ) @ ( equal_set @ C @ B ) ) ) ) ) ) ).
thf(member_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( member @ A @ C ) ) @ ( member @ B @ C ) ) ) ) ) ) ).
thf(member_substitution_2,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( member @ C @ A ) ) @ ( member @ C @ B ) ) ) ) ) ) ).
thf(subset_substitution_1,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( subset @ A @ C ) ) @ ( subset @ B @ C ) ) ) ) ) ) ).
thf(subset_substitution_2,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [C: $i] : ( mimplies @ ( mand @ ( qmltpeq @ A @ B ) @ ( subset @ C @ A ) ) @ ( subset @ C @ B ) ) ) ) ) ) ).
thf(subset_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] :
( mequiv @ ( subset @ A @ B )
@ ( mforall_di
@ ^ [X: $i] : ( mimplies @ ( member @ X @ A ) @ ( member @ X @ B ) ) ) ) ) ) ) ).
thf(equal_set_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mequiv @ ( equal_set @ A @ B ) @ ( mand @ ( subset @ A @ B ) @ ( subset @ B @ A ) ) ) ) ) ) ).
thf(power_set_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [A: $i] : ( mequiv @ ( member @ X @ ( power_set @ A ) ) @ ( subset @ X @ A ) ) ) ) ) ).
thf(intersection_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mequiv @ ( member @ X @ ( intersection @ A @ B ) ) @ ( mand @ ( member @ X @ A ) @ ( member @ X @ B ) ) ) ) ) ) ) ).
thf(union_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mequiv @ ( member @ X @ ( union @ A @ B ) ) @ ( mor @ ( member @ X @ A ) @ ( member @ X @ B ) ) ) ) ) ) ) ).
thf(empty_set_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] : ( mnot @ ( member @ X @ empty_set ) ) ) ) ).
thf(difference_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [B: $i] :
( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [E: $i] : ( mequiv @ ( member @ B @ ( difference @ E @ A ) ) @ ( mand @ ( member @ B @ E ) @ ( mnot @ ( member @ B @ A ) ) ) ) ) ) ) ) ).
thf(singleton_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [A: $i] : ( mequiv @ ( member @ X @ ( singleton @ A ) ) @ ( qmltpeq @ X @ A ) ) ) ) ) ).
thf(unordered_pair_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [A: $i] :
( mforall_di
@ ^ [B: $i] : ( mequiv @ ( member @ X @ ( unordered_pair @ A @ B ) ) @ ( mor @ ( qmltpeq @ X @ A ) @ ( qmltpeq @ X @ B ) ) ) ) ) ) ) ).
thf(sum_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [A: $i] :
( mequiv @ ( member @ X @ ( sum @ A ) )
@ ( mexists_di
@ ^ [Y: $i] : ( mand @ ( member @ Y @ A ) @ ( member @ X @ Y ) ) ) ) ) ) ) ).
thf(product_0,axiom,
( mlocal
@ ( mforall_di
@ ^ [X: $i] :
( mforall_di
@ ^ [A: $i] :
( mequiv @ ( member @ X @ ( product @ A ) )
@ ( mforall_di
@ ^ [Y: $i] : ( mimplies @ ( member @ Y @ A ) @ ( member @ X @ Y ) ) ) ) ) ) ) ).
thf(thI14,conjecture,
( mlocal
@ ( mforall_di
@ ^ [A: $i] : ( equal_set @ ( union @ A @ A ) @ A ) ) ) ).
%------------------------------------------------------------------------------