##A \subset B \iff \exists x \in B \land x \not\in A##?

  • B
  • Thread starter yucheng
  • Start date
  • Tags
    logic set
In summary: A that are not in B" in logical notation. In fact, I was trying to use it as an example of incorrect notation.In summary, A subset of B means that there exists an element x in B that is not in A. This is logically equivalent to the statement that there exists an element x in B and x is not in A. Formally, A subset of B is equivalent to the statement (∃x∈B∧x∉A)∧(∀y∈A∧y∈B). However, the statements provided in the conversation do not accurately represent this logical equivalence and may cause confusion. It is important to use brackets to clarify which quantifiers apply to which
  • #1
yucheng
231
57
TL;DR Summary
Is ##A \subset B \iff \exists x \in B \land x \not\in A## correct?
N.B. I ommitted the other half of the statement for emphasis, see the complete statement below.
##A \subset B## means that ##\exists x \in B ## such that ##x \not\in A##. Is this logically equivalent to ##\exists x \in B \land x \not\in A##? Formally, $$A \subset B \iff {(\exists x \in B \land x \not\in A)\land(\forall y \in A \land y\in B)}$$

I have tried consulting https://math.stackexchange.com/questions/432345/such-that-logical-symbol, it seemes that there is no logical notation for "such that". I would thus like to confirm whether the above statement is correct (I mean whether it fulfils the notational convention).

Also, is this statement true and equivalent to the statement above: $$A \subset B \iff {(\exists x \in B \land x \not\in A)\land(\forall x \in A \land x\in B)}$$ I understand that it is bound to cause confusion, since I used "x" in two different, concurrent statements, but is the "x" only circumscribed to each of the simple statements that form the compound statement, or is it somewhat like a global variable, such that I should use a different variable (in this case y) for different statements? Thanks in advance!
 
Physics news on Phys.org
  • #2
Disclaimer: I assume ##A \subset B## means strict inclusion. I would write this as ##\subsetneq##.

You have to make clearer on what the quantifier works (use brackets).

But in any case, what you wrote cannot be correct because nothing in your statement garantuees that you have an inclusion. You should rather have something like

##A \subset B \iff (\forall x : (x \in A \implies x \in B)) \land (\exists y \in A: y \notin B)##
 
  • Like
Likes yucheng
  • #3
@yucheng ##A \subset B## means that all the elements of ##A## are in ##B##. Your statements appear to have nothing to do with that.
 
  • #4
Math_QED said:
Disclaimer: I assume ##A \subset B## means strict inclusion. I would write this as ##\subsetneq##.
I for got to clarify this. Sorry!

Math_QED said:
You have to make clearer on what the quantifier works (use brackets).
@Math_QED What do you mean by on what the quantifier works by use of brackets? At least I see where you're coming from after checking with wikipedia:

x: P(x)

I guess this is what you mean, using the colon? Never mind, I get what you mean if the bracket you are referring to is for the statement ##\forall x:(x\in A...##.

Math_QED said:
##A \subset B \iff (\forall x : (x \in A \implies x \in B)) \land (\exists y \in A: y \notin B)##
Umm, should the statement after and be ##\exists y \in B: y \notin A##, otherwise ## A\not\subseteq B##?

Lastly, does ":" mean such that?

@PeroK That was what I thought too!
 
  • #5
What about: $$A \not \subset B \iff \exists x : (x \in A \land x \notin B)$$
 
  • Like
Likes sysprog
  • #6
PeroK said:
What about: $$A \not \subset B \iff \exists x : (x \in A \land x \notin B)$$

##A \subsetneq B## and ##A \not\subseteq B## are two different things.
 
  • #7
Math_QED said:
##A \subsetneq B## and ##A \not\subseteq B## are two different things.
Okay, but when you write \subset in Latex, you get ##\subset##. AFAIK that's the convention Latex uses. If I wasn't using Latex, it would be different.
 
  • #8
yucheng said:
I for got to clarify this. Sorry!@Math_QED What do you mean by on what the quantifier works by use of brackets? At least I see where you're coming from after checking with wikipedia:

x: P(x)

I guess this is what you mean, using the colon? Never mind, I get what you mean if the bracket you are referring to is for the statement ##\forall x:(x\in A...##.Umm, should the statement after and be ##\exists y \in B: y \notin A##, otherwise ## A\not\subseteq B##?

Lastly, does ":" mean such that?

@PeroK That was what I thought too!

What I mean with bracketing: You write ##\exists x \in B \land x \notin A##. This is not entirely correct. Here are some options:

(1) ##(\exists x \in B) \land (\exists x \not\in A)## -> ##B## and ##A## are non-empty;
(2) ##\exists x: (x \in A \land x \notin B)## -> There is an element ##x \in A## that is not in ##B##. You can also write this last condition in short as ##\exists x \in A \setminus B## or simply ##A \setminus B\neq \emptyset##, but I guess you want to write everything in quantifiers.

And yes, the ":" sign can be read as "such that". You don't need to write it though. For example,

##\forall x : P(x)##

and

##\forall x P(x) ##

mean the same thing, but I think the former is more pleasant to read.
 
  • Like
Likes yucheng
  • #9
It just seems to me that the original post was much closer to a statement that A is not a subset of B than A is a subset of B. Maybe that's the source of the confusion?
 
  • #10
PeroK said:
It just seems to me that the original post was much closer to a statement that A is not a subset of B than A is a subset of B. Maybe that's the source of the confusion?

Actually, I was just trying to express "all elements in A are elements of B", "and" " there is some element of B that is not in A", i.e. ##A\subsetneq B##. @Math_QED was correct.
 
  • #11
yucheng said:
Actually, I was just trying to express "all elements in A are elements of B", "and" " there is some element of B that is not in A", i.e. ##A\subsetneq B##. @Math_QED was correct.
Okay, but you fooled me!
 
  • Like
Likes yucheng
  • #12
Math_QED said:
Disclaimer: I assume ##A \subset B## means strict inclusion. I would write this as ##\subsetneq##.
I think the former symbol is pretty standard (sometimes read as "proper subset"). The latter one is also fairly self-explanatory though. I think both symbols are fine.

Math_QED said:
##A \subset B \iff (\forall x : (x \in A \implies x \in B)) \land (\exists y \in A: y \notin B)##
I think that in the second part you might have got the order of A and B in reverse? Shouldn't it be like below (since we want there to be an element in B which is not in A)?
##A \subset B \iff (\forall x : (x \in A \implies x \in B)) \land (\exists y \in B: y \notin A)##
 
  • Like
Likes member 587159
  • #13
SSequence said:
I think the former symbol is pretty standard (sometimes read as "proper subset"). The latter one is also fairly self-explanatory though. I think both symbols are fine.

I think that in the second part you might have got the order of A and B in reverse? Shouldn't it be like below (since we want there to be an element in B which is not in A)?
##A \subset B \iff (\forall x : (x \in A \implies x \in B)) \land (\exists y \in B: y \notin A)##

I think the notation ##\subset## should be avoided because it is ambiguous. I know mathematicians that use it to mean ##\subseteq## while others use it to mean ##\subsetneq##. Of course, this doesn't matter as long as the author specifies what notation he/she is using.

And of course you are right that I reversed the order. Thanks for noticing.
 
  • Like
Likes sysprog
  • #14
Math_QED said:
I think the notation ##\subset## should be avoided because it is ambiguous. I know mathematicians that use it to mean ##\subseteq## while others use it to mean ##\subsetneq##. Of course, this doesn't matter as long as the author specifies what notation he/she is using.
Personally I would only use ##\subset## to mean "proper subset". But I remember something interesting. I was reading an introductory text on topology (about eight months or ago). I could only go through the first few sections of first chapter in three weeks or so (it was a good text). I didn't get the time to read beyond that.

But anyway, coming to point, the text was using ##\subset## to mean ##\subseteq##. I was interpreting ##\subset## simply as "proper subset" (since that's the only way I had ever seen the symbol being used). It was a bit strange to me that some of the definitions would seem "weird/unapplicable" for boundary cases. It took me a week or two to realize the author was using ##\subset## to mean just "subset" and not "proper subset".

So actually, it is a good advice that whenever the symbol ##\subset## is being used (e.g. in a book) one should be bit wary that the author might just mean "subset" and not "proper subset".
 
  • Like
Likes member 587159
  • #15
SSequence said:
Personally I would only use ##\subset## to mean "proper subset".
I would agree, but Latex renders \subset as ##\subset##. Unless that is changed, ambiguity on this forum (or any forum using Latex) is unavoidable.
 
  • #16
PeroK said:
I would agree, but Latex renders \subset as ##\subset##. Unless that is changed, ambiguity on this forum (or any forum using Latex) is unavoidable.
You can use \subsetneq to unambiguously indicate a proper subset:
##A \subsetneq B##

Or you can use an expression like this, in which brackets are employed to establish the scope of the quantifiers:

##\forall x [(x \in A) \Rightarrow (x \in B)] \wedge \exists x [(x \in B) \wedge (x\not\in A)]##

For the existential quantifier, the 'such that' meaning applies to the expression that is inside the brackets.
 
  • Like
Likes yucheng

1. What does the notation A ⊂ B mean?

The notation A ⊂ B means that A is a subset of B. This means that all elements in A are also elements in B.

2. What does the notation A ⊃ B mean?

The notation A ⊃ B means that A is a superset of B. This means that all elements in B are also elements in A.

3. What does the notation A ⊆ B mean?

The notation A ⊆ B means that A is a subset or equal to B. This means that all elements in A are also elements in B, and A may also contain additional elements that are not in B.

4. What does the notation A ⊇ B mean?

The notation A ⊇ B means that A is a superset or equal to B. This means that all elements in B are also elements in A, and A may also contain additional elements that are not in B.

5. How do I prove that A is a subset of B using the given statement?

To prove that A is a subset of B using the given statement, you can show that for every element x in A, x is also an element in B. This can be done by assuming that x is in A and showing that x is also in B. Alternatively, you can use a direct proof by showing that if x is in A, then x is also in B.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
900
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
867
  • Set Theory, Logic, Probability, Statistics
Replies
33
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
729
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
18
Views
876
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
5K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
2K
Back
Top