Skip to content

Commit 6c31582

Browse files
authored
update comments of other restricted quantifiers. (#3266)
* delete outdated OLD theorems * discouraged * add a note to df-rex * update comment of df-rmo * improve the comment of df-rab * typos * rewrap * style * typo * typo * typo
1 parent eb80b39 commit 6c31582

File tree

2 files changed

+43
-37
lines changed

2 files changed

+43
-37
lines changed

discouraged

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13293,10 +13293,6 @@ New usage of "2uasban" is discouraged (0 uses).
1329313293
New usage of "2uasbanh" is discouraged (1 uses).
1329413294
New usage of "2uasbanhVD" is discouraged (0 uses).
1329513295
New usage of "2zrngALT" is discouraged (0 uses).
13296-
New usage of "3adant2lOLD" is discouraged (0 uses).
13297-
New usage of "3adant2rOLD" is discouraged (0 uses).
13298-
New usage of "3adant3lOLD" is discouraged (0 uses).
13299-
New usage of "3adant3rOLD" is discouraged (0 uses).
1330013296
New usage of "3anidm12p1" is discouraged (0 uses).
1330113297
New usage of "3anidm12p2" is discouraged (0 uses).
1330213298
New usage of "3atnelvolN" is discouraged (2 uses).
@@ -18100,10 +18096,6 @@ Proof modification of "2uasbanh" is discouraged (214 steps).
1810018096
Proof modification of "2uasbanhVD" is discouraged (313 steps).
1810118097
Proof modification of "2zrngALT" is discouraged (207 steps).
1810218098
Proof modification of "31prm" is discouraged (541 steps).
18103-
Proof modification of "3adant2lOLD" is discouraged (19 steps).
18104-
Proof modification of "3adant2rOLD" is discouraged (19 steps).
18105-
Proof modification of "3adant3lOLD" is discouraged (19 steps).
18106-
Proof modification of "3adant3rOLD" is discouraged (19 steps).
1810718099
Proof modification of "3anidm12p1" is discouraged (5 steps).
1810818100
Proof modification of "3anidm12p2" is discouraged (19 steps).
1810918101
Proof modification of "3cnOLD" is discouraged (3 steps).

set.mm

Lines changed: 43 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9439,45 +9439,21 @@ This definition (in the form of ~ dfifp2 ) appears in Section II.24 of
94399439
3adant2l $p |- ( ( ph /\ ( ta /\ ps ) /\ ch ) -> th ) $=
94409440
( wa simpr syl3an2 ) EBGABCDEBHFI $.
94419441

9442-
$( Obsolete version of ~ 3adant2l as of 25-Jun-2022. (Contributed by NM,
9443-
8-Jan-2006.) (Proof modification is discouraged.)
9444-
(New usage is discouraged.) $)
9445-
3adant2lOLD $p |- ( ( ph /\ ( ta /\ ps ) /\ ch ) -> th ) $=
9446-
( wa 3com12 3adant1l ) EBGACDBACDEABCDFHIH $.
9447-
94489442
$( Deduction adding a conjunct to antecedent. (Contributed by NM,
94499443
8-Jan-2006.) (Proof shortened by Wolf Lammen, 25-Jun-2022.) $)
94509444
3adant2r $p |- ( ( ph /\ ( ps /\ ta ) /\ ch ) -> th ) $=
94519445
( wa simpl syl3an2 ) BEGABCDBEHFI $.
94529446

9453-
$( Obsolete version of ~ 3adant2r as of 25-Jun-2022. (Contributed by NM,
9454-
8-Jan-2006.) (Proof modification is discouraged.)
9455-
(New usage is discouraged.) $)
9456-
3adant2rOLD $p |- ( ( ph /\ ( ps /\ ta ) /\ ch ) -> th ) $=
9457-
( wa 3com12 3adant1r ) BEGACDBACDEABCDFHIH $.
9458-
94599447
$( Deduction adding a conjunct to antecedent. (Contributed by NM,
94609448
8-Jan-2006.) (Proof shortened by Wolf Lammen, 25-Jun-2022.) $)
94619449
3adant3l $p |- ( ( ph /\ ps /\ ( ta /\ ch ) ) -> th ) $=
94629450
( wa simpr syl3an3 ) ECGABCDECHFI $.
94639451

9464-
$( Obsolete version of ~ 3adant3l as of 25-Jun-2022. (Contributed by NM,
9465-
8-Jan-2006.) (Proof modification is discouraged.)
9466-
(New usage is discouraged.) $)
9467-
3adant3lOLD $p |- ( ( ph /\ ps /\ ( ta /\ ch ) ) -> th ) $=
9468-
( wa 3com13 3adant1l ) ECGBADCBADEABCDFHIH $.
9469-
94709452
$( Deduction adding a conjunct to antecedent. (Contributed by NM,
94719453
8-Jan-2006.) (Proof shortened by Wolf Lammen, 25-Jun-2022.) $)
94729454
3adant3r $p |- ( ( ph /\ ps /\ ( ch /\ ta ) ) -> th ) $=
94739455
( wa simpl syl3an3 ) CEGABCDCEHFI $.
94749456

9475-
$( Obsolete version of ~ 3adant3r as of 25-Jun-2022. (Contributed by NM,
9476-
8-Jan-2006.) (Proof modification is discouraged.)
9477-
(New usage is discouraged.) $)
9478-
3adant3rOLD $p |- ( ( ph /\ ps /\ ( ch /\ ta ) ) -> th ) $=
9479-
( wa 3com13 3adant1r ) CEGBADCBADEABCDFHIH $.
9480-
94819457
$( Deduction adding a conjunct to antecedent. (Contributed by NM,
94829458
16-Feb-2008.) $)
94839459
3adant3r1 $p |- ( ( ph /\ ( ta /\ ps /\ ch ) ) -> th ) $=
@@ -26956,19 +26932,57 @@ choice between (what we call) a "definitional form" where the shorter
2695626932
df-ral $a |- ( A. x e. A ph <-> A. x ( x e. A -> ph ) ) $.
2695726933

2695826934
$( Define restricted existential quantification. Special case of Definition
26959-
4.15(4) of [TakeutiZaring] p. 22. (Contributed by NM, 30-Aug-1993.) $)
26935+
4.15(4) of [TakeutiZaring] p. 22.
26936+
26937+
Note: This notation is most often used to express that ` ph ` holds for
26938+
at least one element of a given class ` A ` . For this reading
26939+
` F/_ x A ` is required, though, for example, asserted when ` x ` and
26940+
` A ` are disjoint.
26941+
26942+
Should instead ` A ` depend on ` x ` , you rather assert at least one
26943+
` x ` fulfilling ` ph ` happens to be contained in the corresponding
26944+
` A ( x ) ` . This interpretation is rarely needed (see also ~ df-ral ).
26945+
(Contributed by NM, 30-Aug-1993.) $)
2696026946
df-rex $a |- ( E. x e. A ph <-> E. x ( x e. A /\ ph ) ) $.
2696126947

26962-
$( Define restricted existential uniqueness. (Contributed by NM,
26963-
22-Nov-1994.) $)
26948+
$( Define restricted existential uniqueness.
26949+
26950+
Note: This notation is most often used to express that ` ph ` holds for
26951+
exactly one element of a given class ` A ` . For this reading ` F/_ x A `
26952+
is required, though, for example, asserted when ` x ` and ` A ` are
26953+
disjoint.
26954+
26955+
Should instead ` A ` depend on ` x ` , you rather assert exactly one ` x `
26956+
fulfilling ` ph ` happens to be contained in the corresponding
26957+
` A ( x ) ` . This interpretation is rarely needed (see also ~ df-ral ).
26958+
(Contributed by NM, 22-Nov-1994.) $)
2696426959
df-reu $a |- ( E! x e. A ph <-> E! x ( x e. A /\ ph ) ) $.
2696526960

26966-
$( Define restricted "at most one". (Contributed by NM, 16-Jun-2017.) $)
26961+
$( Define restricted "at most one".
26962+
26963+
Note: This notation is most often used to express that ` ph ` holds for
26964+
at most one element of a given class ` A ` . For this reading ` F/_ x A `
26965+
is required, though, for example, asserted when ` x ` and ` A ` are
26966+
disjoint.
26967+
26968+
Should instead ` A ` depend on ` x ` , you rather assert at most one ` x `
26969+
fulfilling ` ph ` happens to be contained in the corresponding
26970+
` A ( x ) ` . This interpretation is rarely needed (see also ~ df-ral ).
26971+
(Contributed by NM, 16-Jun-2017.) $)
2696726972
df-rmo $a |- ( E* x e. A ph <-> E* x ( x e. A /\ ph ) ) $.
2696826973

2696926974
$( Define a restricted class abstraction (class builder), which is the class
2697026975
of all ` x ` in ` A ` such that ` ph ` is true. Definition of
26971-
[TakeutiZaring] p. 20. (Contributed by NM, 22-Nov-1994.) $)
26976+
[TakeutiZaring] p. 20.
26977+
26978+
Note: For the reading given above ` F/_ x A ` is required, though, for
26979+
example, asserted when ` x ` and ` A ` are disjoint.
26980+
26981+
Should instead ` A ` depend on ` x ` , you rather get a class of all those
26982+
` x ` fulfilling ` ph ` that happen to be contained in the corresponding
26983+
` A ( x ) ` . This need not be a subset of any of the ` A ( x ) ` at all.
26984+
Such interpretation is rarely needed (see also ~ df-ral ). (Contributed
26985+
by NM, 22-Nov-1994.) $)
2697226986
df-rab $a |- { x e. A | ph } = { x | ( x e. A /\ ph ) } $.
2697326987

2697426988
$( Cancellation law for restricted universal quantification. (Contributed by

0 commit comments

Comments
 (0)