Union of sets and indexed sets question from Vellerman

  • Context: Graduate 
  • Thread starter Thread starter CGandC
  • Start date Start date
  • Tags Tags
    Sets Union
Click For Summary

Discussion Overview

The discussion revolves around the logical representation of set operations involving unions and set differences, specifically focusing on the expression ## \bigcup_{s \in S} L_{s} \, \backslash \, \bigcup_{s \in S} A_{s} ##. Participants explore the implications of this expression within the context of a problem from Vellerman's book, discussing various logical formulations and simplifications.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the original expression and definitions from Vellerman, seeking confirmation of their logical reasoning and simplifications.
  • Another participant attempts to rewrite the expression, suggesting that certain terms can be simplified due to the universe of discourse being defined as ##S##.
  • Discussion includes the implications of bound variables and their relation to the universe of discourse, emphasizing the importance of context in logical expressions.
  • Some participants highlight the need for clarity when expanding quantifiers, noting that the meaning can change significantly based on the context and the specific quantifiers used.

Areas of Agreement / Disagreement

Participants express varying degrees of confidence in their logical formulations and simplifications. While some agree on the validity of certain transformations, others emphasize the necessity of context and caution against assumptions regarding bound variables. The discussion remains unresolved regarding the optimal representation of the original expression.

Contextual Notes

Participants note that the simplifications and logical transformations depend heavily on the definitions and assumptions made about the universe of discourse. There is an acknowledgment that without a single universe, the meaning of bound variables may require explicit clarification.

CGandC
Messages
326
Reaction score
34
Homework Statement:: x
Relevant Equations:: x

I stumbled upon the following example in the book - " How to prove it, A structured approach " ( 2nd edition) , Vellerman.

Homework Statement::
1599122351965.png


He then asks to describe the set:
## \bigcup_{s \in S} L_{s} \, \backslash \, \bigcup_{s \in S} A_{s} ##

Relevant Equations::
## L_{s} = \{ t \in S | \, L(s,t) \} ##
## A_{s} = \{ t \in S | \, A(s,t) \} ##

and It was also defined beforehand in the book that:
## \bigcup_{s \in S} L_{s} = \{t\,| \exists s \in S \, ( t \in L_{s} ) \} \, = \, \{t \in S | \, \exists s \in S \, L(s,t) \} ##
## \bigcup_{s \in S} A_{s} = \{t\,| \exists s \in S \, ( t \in A_{s} ) \} \, = \, \{t \in S | \, \exists s \in S \, A(s,t) \} ##

Vellerman's answer to the question:
## \bigcup_{s \in S} L_{s} \, \backslash \, \bigcup_{s \in S} A_{s} = \{t\,| t \in \bigcup_{s \in S} L_{s} \, \land \, t \notin \bigcup_{s \in S} A_{s} \} \, ##

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - -- - - - - - - - - - - - - -
Attempt at a solution::
I have arrived to the same answer, however, I have decided to venture further and write the statement logically in its most concise form,
so the following is my answer, I would highly appreciate if you could tell me if I was correct in my reasoning and my answer as written below:

Given:
## L_{s} = \{ t \in S | \, L(s,t) \} ##
## A_{s} = \{ t \in S | \, A(s,t) \} ##

It is also known that:
## \bigcup_{s \in S} L_{s} = \{t\,| \exists s \in S \, ( t \in L_{s} ) \} \, = \, \{t \in S | \, \exists s \in S \, L(s,t) \} ##
## \bigcup_{s \in S} A_{s} = \{t\,| \exists s \in S \, ( t \in A_{s} ) \} \, = \, \{t \in S | \, \exists s \in S \, A(s,t) \} ##

I write the last statements as:
## \bigcup_{s \in S} L_{s} = \{t\,| ( \exists s \in S \, L(s,t) ) \land ( t \in S ) \} \, ##
## \bigcup_{s \in S} A_{s} = \{t\,| ( \exists s \in S \, A(s,t) ) \land ( t \in S ) \} \, ##

Thus
## \bigcup_{s \in S} L_{s} \, \backslash \, \bigcup_{s \in S} A_{s} = \{t\,| t \in \bigcup_{s \in S} L_{s} \, \land \, t \notin \bigcup_{s \in S} A_{s} \} \, ## = ## \forall t ( t \in \bigcup_{s \in S} L_{s} \, \land \, t \notin \bigcup_{s \in S} A_{s} ) ##
## = \forall t ( [ ( \exists s \in S \, L(s,t) ) \land ( t \in S ) ] \land \neg [( \exists s \in S \, A(s,t) ) \land ( t \in S ) ] ) ##
(changing the bound variable from s to b in the second half of the expression to avoid confusion, thus: ) ## = \forall t ( [ ( \exists s \in S \, L(s,t) ) \land ( t \in S ) ] \land \neg [( \exists b \in S \, A(b,t) ) \land ( t \in S ) ] ) ##
( using the identity ## \neg ( P \land Q ) = \neg P \lor \neg Q ## , thus: )
## = \forall t ( [ ( \exists s \in S \, L(s,t) ) \land ( t \in S ) ] \land [\neg( \exists b \in S \, A(b,t) ) \lor ( t \notin S ) ] ) ##
( using the distributivity property, thus: )
## = \forall t ( [ ( \exists s \in S \, L(s,t) ) \land ( t \in S ) \land \neg( \exists b \in S \, A(b,t) ) ] \lor [ ( \exists s \in S \, L(s,t) ) \land ( t \in S ) \land ( t \notin S ) ] ) ##
## = \forall t ( ( \exists s \in S \, L(s,t) ) \land ( t \in S ) \land \neg( \exists b \in S \, A(b,t) ) ) ##

In english, this means: the set of all students who are liked by at least one student, but are not admired by any students.

----------------

Was I correct in writing the final logical form of the answer? ( I can't verify this as I'm self-studying )
 
Physics news on Phys.org
Here is how I would try to write it. Note that I am also far from proficient on these topics and also learning by trial and error (basically by trying out things).

=========================

So we want to write:
## \bigcup_{s \in S} L_{s} \, \backslash \, \bigcup_{s \in S} A_{s} ##

And we have:
## L_{s} = \{ t \in S \,| \, L(s,t) \} ##
## A_{s} = \{ t \in S \,| \, A(s,t) \} ##
## \bigcup_{s \in S} L_{s} = \, \{t \in S \, | \, \exists s \in S \, [ L(s,t)] \} ##
## \bigcup_{s \in S} A_{s} = \, \{t \in S \, | \, \exists s \in S \, [A(s,t)] \} ##

## \bigcup_{s \in S} L_{s} \, \backslash \, \bigcup_{s \in S} A_{s} = \{t\,| t \in \bigcup_{s \in S} L_{s} \, \land \, t \notin \bigcup_{s \in S} A_{s} \} \, ##

=========================

So, first of all, since the universe of discourse is given as ##S##, it seems to me that we can simplify some of the expressions/definitions (in this specific case). For example, by writing:
## L_{s} = \{ t \, | \, L(s,t) \} ##
## A_{s} = \{ t \, | \, A(s,t) \} ##
## \bigcup_{s \in S} L_{s} = \, \{t \, | \, \exists s \in S \, [ L(s,t)] \} ##
## \bigcup_{s \in S} A_{s} = \, \{t \, | \, \exists s \in S \, [A(s,t)] \} ##

So we have:
## \bigcup_{s \in S} L_{s} \, \backslash \, \bigcup_{s \in S} A_{s} = \{t\,| t \in \bigcup_{s \in S} L_{s} \, \land \, t \notin \bigcup_{s \in S} A_{s} \} \, ##
##= \{t\,| t \in \bigcup_{s \in S} L_{s} \,\land \, \neg \, t \in \bigcup_{s \in S} A_{s} \} \, ##
##= \{t\,| \, \exists s \in S \, [L(s,t)] \,\land \, \neg \, \exists s \in S \, [A(s,t)] \} \, ##
##= \{t\,| \, \exists s \in S \, [L(s,t)] \,\land \, \neg \, \exists b \in S \, [A(b,t)] \} \, ##
##= \{t\,| \, \exists s \in S \, [L(s,t)] \,\land \, \, \forall b \in S \, [\neg \, A(b,t)] \} \, ##
##= \{t\,| \, \exists s \, [L(s,t)] \,\land \, \, \forall b \, [\neg \, A(b,t)] \} \, ##
 
Last edited:
One other point which is not directly related to question in OP but is relevant (in slightly different cases) and useful to know.

Suppose ##S## is our domain of discourse (to keep in line with OP). Then when we write:
##\forall x \in S \, (P(x))##
it just simplifies to:
##\forall x \, (P(x))##

Now suppose we have ##B \subset S##. As was discussed in the thread you made, we have:
##\forall x \in B \, (P(x))##
equivalent to both of the following:
##\forall x \in S \, (x\in B \rightarrow P(x))##
##\forall x \, (x\in B \rightarrow P(x))##

========================

Again assume ##S## is our domain of discourse. Now, as in the question, if we have an existence statement like
##\exists x \in S \, (P(x))##
it just simplifies to:
##\exists x \, (P(x))##

However it may be the case that our existence statement is slightly different. For example, with ##B \subset S##, suppose it is like:
##\exists x \in B \, (P(x))##
In that case, it is equivalent to both of the following:
##\exists x \in S \, (x\in B \land P(x))##
##\exists x \, (x\in B \land P(x))##
 
SSequence said:
##= \{t\,| \, \exists s \, [L(s,t)] \,\land \, \, \forall b \, [\neg \, A(b,t)] \} \, ##
I agree, this is all valid if I know that my bound variables belong to the universe of discourse S. However, If there wasn't a single universe but multiple, then it must be stated explicitly somewhere in the statement which bound variable refers to which universe.

Regarding the later comment:
I understand. Even Vellerman writes the following:
1599130754798.png


and also he writes:
1599130899982.png


So there's importance to being careful when expanding either ## \forall x \in A \, P(x) ## or ## \exists x \in A \, P(x) ## , since:
## \forall x \in A \, P(x) ## means ## \forall x ( x \in A \rightarrow P(x) ) ##
## \exists x \in A \, P(x) ## means ## \exists x ( x \in A \land P(x) ) ##
So it is important what the quantifier preceding the x is, since it can mean a lot of difference even in expanded logical syntax of the statement.
 
CGandC said:
I agree, this is all valid if I know that my bound variables belong to the universe of discourse S. However, If there wasn't a single universe but multiple, then it must be stated explicitly somewhere in the statement which bound variable refers to which universe.
You are right that this is dependent on context. This happens quite often.

As one example, suppose ##\alpha## is some specific ordinal. Then we may wish to refer to some set of ordinals ##S## which is defined by the property:
##S=\{x\,|\,x+\omega<\alpha\}##
Now if were in a context where we were in a context exclusively involving ordinals only, this notation wouldn't be unreasonable. But if that's not the case then we would usually have to specify that ##x## belongs to the class of ordinals. So the general way to write the set ##S## would be something like:
##S=\{x \in \mathrm{Ord} \,|\,x+\omega<\alpha\}##

So we exclusively mention that ##x## belongs to the class of ordinals.
 
Last edited:

Similar threads

  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 0 ·
Replies
0
Views
2K