Sets and Quantifiers: Power Sets & Family Homework

  • Thread starter Thread starter Terrell
  • Start date Start date
  • Tags Tags
    Sets
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 2K views
Terrell
Messages
316
Reaction score
26

Homework Statement


B ∈ {P (A) | A ∈ F}. where P(A) is the power set of A and F is Family

Homework Equations


N/A

The Attempt at a Solution


My interpretation:
A: an element of the Family of sets. Hence, A is a set.
P(A): the set of all the possible unique subsets of A.
B: an element of the set of subsets of A, P(A). Thus, B⊆A.
∀x[x∈B → x∈A]

correct interpretation: ∃A ∈ F ∀x(x ∈ B ↔ ∀y(y ∈ x → y ∈ A))
i do not understand how that came to be and why my interpretation is wrong.
 
on Phys.org
What is the exact problem? You didn't specify what you are having problems with.
 
Math_QED said:
What is the exact problem? You didn't specify what you are having problems with.
i do not understand why my interpretation is wrong. how should i read it? I've specified my problem in the attempt at a solution section of my post
 
Stephen Tashi said:
So. what is the problem statement?

Is it:

?
yes. that is where i am having trouble with. the steps in the book are as follows:
1) ∃A ∈ F(B = P (A))
2) ∀x(x ∈ B ↔ x ⊆ A)
3) ∃A ∈ F ∀x(x ∈ B ↔ ∀y(y ∈ x → y ∈ A))

I don't even understand how B=P(A). I thought B ∈ P(A) such that A ∈ F. My whole interpretation of B ∈ {P (A) | A ∈ F} is B is an element of the set of all subsets of A where A is an element of F. Thus, B is a proper subset of A and not simply any subset.
Now where in my interpretation did I went wrong? thank you.
 
Terrell said:

Homework Statement


B ∈ {P (A) | A ∈ F}. where P(A) is the power set of A and F is Family

You should quote the entire statement of the problem, exactly.

You've left your advisers guessing at what the "ground rules" are for solving it.

correct interpretation: ∃A ∈ F ∀x(x ∈ B ↔ ∀y(y ∈ x → y ∈ A))

My guess is that this is supposed to be a symbolic representation of a statement logically equivalent to:
"The set B is an element of the power set A and A is a element of the family of sets F"

For those words to be a statement (be it a true or false statement) the things that are declared to have a relation must exist or else there must be some convention about how notation indicating a relation is interpreted if one or both of the things happens not to exist.
yes. that is where i am having trouble with. the steps in the book are as follows:
1) ∃A ∈ F(B = P (A))
The meaning of that notation is unclear. It might mean "There exists an ##A## such that ##A \in F## and we define ##B## to be the power set of ##A##". That notation didn't bother to say that ##F## exists. Perhaps the ground rules are that ##F## is always assumed to exist. Apparently another assumption is that if set ##A## exists then set ##P(A)## exists.

2) ∀x(x ∈ B ↔ x ⊆ A)
That could be justified by the definition of ##B## as being ##P(A)##
3) ∃A ∈ F ∀x(x ∈ B ↔ ∀y(y ∈ x → y ∈ A))
If we recall ##B = P(A)## then that is a correct statement, but not knowing what the exact goal of the problem is, we can't say why that is "the answer".

i do not understand how that came to be and why my interpretation is wrong.
Not knowing the ground rules for the problem, I can't say why your interpretation is not the answer. As far as I can see your interpretation is a correct statement if we take for granted that certain things exist. However, I don't know what things we are allowed to assume exist and I don't know the exact conditions that "the answer" is required to satisfy.
 
Last edited:
Stephen Tashi said:
Not knowing the ground rules for the problem, I can't say why your interpretation is not the answer. As far as I can see your interpretation is a correct statement if we take for granted that certain things exist. However, I don't know what things we are allowed to assume exist and I don't know the exact conditions that "the answer" is required to satisfy.
this was the ground rule: "Analyze the logical forms of the following statements." besides that we should know that P(A) is the power set of A and F means family set. It no longer elaborated what other sets were in F. All we should know is A is an element of F and B ∈ {P (A) | A ∈ F}.
 
Terrell said:
this was the ground rule: "Analyze the logical forms of the following statements." besides that we should know that P(A) is the power set of A and F means family set. It no longer elaborated what other sets were in F. All we should know is A is an element of F and B ∈ {P (A) | A ∈ F}.

If the exact statement of the problem is "Analyze the logical forms of the following statements" then we need to know how your text materials define a "logical form". Is there a definition for "logical form"? Are there some general instructions like "When we analyze the logical form of a statement we do the following..." ?
 
  • Like
Likes   Reactions: Terrell
Stephen Tashi said:
If the exact statement of the problem is "Analyze the logical forms of the following statements" then we need to know how your text materials define a "logical form". Is there a definition for "logical form"? Are there some general instructions like "When we analyze the logical form of a statement we do the following..." ?
it's using quantifiers in conditional statements, or statements, and statements, combining them all, etc...
 
Stephen Tashi said:
If the goal is to use as many quantifiers as possible then the "correct answer" beat yours in that respect (!).
then I really need help to know where i went wrong lol. thanks
 
i think i got it now. please do correct me if i misunderstood anything.

let x be an element of B,
Since x is an element of B and B is a subset of A then x must also be an element of A.
Since x is an element of A and by definition of subsets, x is also a subset of A which makes it an element of P(A).
Therefore, we can write ∀x(x ∈ B ↔ x ⊆ A).