When the backwards E notation $\exists$ is shown I've been told that it can mean There exist but I've also been told that it could mean For some. Is there a difference between one or the other? Do I have to use one for a certain circumstance?
2026-04-03 19:28:27.1775244507
On
Is there any difference in There exist and For some?
1.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
1
On
Further to the existing comments and answer, do also be aware of the issue of hanging quantifiers: to prevent scope ambiguities, avoid writing "for some" behind the predicate when there are multiple quantifiers. (This issue doesn't exist when you use "there exists" instead.)
For example, do write
- for some $x,$ for all $y, P(x,y)$
instead of any of the following, each of which is ambiguous:
- for all $y, P(x,y)$ for some $x$
- $P(x,y)$ for all $y$ for some $x$
- $P(x,y)$ for some $x$ for all $y.$
Synonyms for "there exists… such that" include:
- for some
- there is some … such that
- there is a … such that
- there is at least one … such that
Logically, they are the same. The sentences "There is $x$ such that $P(x)$" and "$P(x)$ for some $x$" are logically equivalent.