Skip to content

Commit 30c8a35

Browse files
committed
Add ssrexf to iset.mm
Copied without change from set.mm. Fix capitalization in comment in set.mm and iset.mm.
1 parent 7e1d87f commit 30c8a35

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

iset.mm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27458,6 +27458,16 @@ practical reasons (to avoid having to prove sethood of ` A ` in every use
2745827458
nelss $p |- ( ( A e. B /\ -. A e. C ) -> -. B C_ C ) $=
2745927459
( wcel wss ssel com12 con3dimp ) ABDZBCEZACDZJIKBCAFGH $.
2746027460

27461+
${
27462+
ssrexf.1 $e |- F/_ x A $.
27463+
ssrexf.2 $e |- F/_ x B $.
27464+
$( Restricted existential quantification follows from a subclass
27465+
relationship. (Contributed by Glauco Siliprandi, 20-Apr-2017.) $)
27466+
ssrexf $p |- ( A C_ B -> ( E. x e. A ph -> E. x e. B ph ) ) $=
27467+
( wss cv wcel wa wex wrex nfss ssel anim1d eximd df-rex 3imtr4g ) CDGZBHZ
27468+
CIZAJZBKTDIZAJZBKABCLABDLSUBUDBBCDEFMSUAUCACDTNOPABCQABDQR $.
27469+
$}
27470+
2746127471
${
2746227472
$d x A $. $d x B $.
2746327473
$( Quantification restricted to a subclass. (Contributed by NM,

set.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36527,7 +36527,7 @@ technically classes despite morally (and provably) being sets, like ` 1 `
3652736527
${
3652836528
ssrexf.1 $e |- F/_ x A $.
3652936529
ssrexf.2 $e |- F/_ x B $.
36530-
$( restricted existential quantification follows from a subclass
36530+
$( Restricted existential quantification follows from a subclass
3653136531
relationship. (Contributed by Glauco Siliprandi, 20-Apr-2017.) $)
3653236532
ssrexf $p |- ( A C_ B -> ( E. x e. A ph -> E. x e. B ph ) ) $=
3653336533
( wss cv wcel wa wex wrex nfss ssel anim1d eximd df-rex 3imtr4g ) CDGZBHZ

0 commit comments

Comments
 (0)