Proof involving quantifiers

  • Thread starter vrble
  • Start date
  • Tags
    Proof
In summary, the conversation discusses the proof that the power set of a set A is a subset of the power set of the power set of A. The proof is shown to be correct and it is determined that the theorem also holds for the case where A is the empty set. A slight modification is suggested to avoid any confusion about the existence of an arbitrary element y in the empty set.
  • #1
vrble
15
0
1. Suppose that A is a subset of the power set of A. Prove that the power set of A is a subset of the power set of the power set of A.

Note: I'm going to use P(A) to mean the power set of A and P(P(A)) to mean the power set of the power set of A.



2. None



3. Let X be an arbitrary set and y an arbitrary element of that set. Suppose that X is an element of P(A) and A is a subset of P(A). It then follows by the definition of power sets that X is a subset of A and thus y is an element of A as well as P(A). We are also able to conclude, because y is an element of X and is arbitrary, that X is a subset of P(A) as well. This result shows that X is an element of P(A) as well as the P(P(A)). Therefore, if A is a subset of P(A), then P(A) is a subset of P(P(A)).

I apologize if my wording is unclear. I'm not entirely sure of the correctness of all of the aspects of my proof, and the line "We are also able to conclude, because y is an element of X and is arbitrary, that X is a subset of P(A) as well. " bothers me in particular. Am I able to make this kind of deduction?
 
Physics news on Phys.org
  • #2
The proof is entirely correct!
 
  • Like
Likes 1 person
  • #3
Does this work if A is the empty set? I think perhaps the wording needs to change slightly.
 
  • #4
verty said:
Does this work if A is the empty set? I think perhaps the wording needs to change slightly.
Are you doubting whether the assertion you proved is true for A = {}, or are you questioning whether your proof covers the case of A = {} ?
 
  • #5
I (not the original poster) was doubting myself because micromass said it was entirely correct but I think he missed the corner case of A being the empty set. In that case, there is no y, so y is undefined. So the statement "y is an element of A" is meaningless and surely anything deduced from that is meaningless.
 
  • #6
verty said:
I (not the original poster) was doubting myself because micromass said it was entirely correct but I think he missed the corner case of A being the empty set. In that case, there is no y, so y is undefined. So the statement "y is an element of A" is meaningless and surely anything deduced from that is meaningless.
Would adding "Let A be a non-empty set" fix this problem?
 
  • #7
It is unnecessary to indicate that A is a non-empty set. A more appropriate wording would be to relabel [itex]P(A)=B[/itex] and [itex]P(P(A))=P(B)[/itex] from which it automatically follows that B is nonempty since the power set of any set contains the null set.
 
  • Like
Likes 1 person
  • #8
xiavatar said:
It is unnecessary to indicate that A is a non-empty set. A more appropriate wording would be to relabel [itex]P(A)=B[/itex] and [itex]P(P(A))=P(B)[/itex] from which it automatically follows that B is nonempty since the power set of any set contains the null set.
I don't believe that was the issue that verty was addressing.The problem is that I assumed there was an arbitrary element y that is an element of the arbitrary set X. In the case where A = ∅, A is a subset of P(A), and X is an element of P(A), it follows that X is indeed a subset of A but this will only happen when X = ∅ as well. So there can be no "y" in that instance.
 
  • #9
vrble said:
Would adding "Let A be a non-empty set" fix this problem?

No, because the theorem also holds for ##A## the empty set.

Personally, I still think your proof is correct. You took an arbitrary element of ##y##. If ##A## is empty, then such ##y## does not exist, so whatever you wrote about ##y## holds vacuously.

I do see verty's point though. But I think it can be fixed with a small modification. Instead of saying "Take ##y## in ##X## arbitrary", you might say "If ##y## is an arbitrary element of ##X##". That way, you make no assertion about the existence of ##y##, but only about if it exists.
 
Last edited:
  • Like
Likes 1 person
  • #10
micromass said:
No, because the theorem also holds for ##A## the empty set.

Personally, I still think your proof is correct. You took an arbitrary element of ##y##. If ##A## is empty, then such ##y## does not exist, so whatever you wrote about ##y## holds vacuously.

I do see verty's point though. But I think it can be fixed with a small modification. Instead of saying "Take ##y## in ##X## arbitrary", you might say "If ##y## is an arbitrary element of ##X##". That way, you make no assertion about the existence of ##y##, but only about if it exists.
Ah, I see. But what exactly is meant by, "whatever you wrote about ##y## holds vacuously."?
 
  • #11
A vacuous statement is something like "All elements of the empty set are pink unicorns". This is true because there are no elements in the empty set to begin with!
 
  • #12
The change I was thinking of was to change "y is an element of A" to "any such y is an element of A". But it seems that one could always do this so it is a very formulaic change. So if we pretend those words are present (as a convention), the proof as it is is fine.
 
Last edited:
  • #13
Rather than saying "let y be an element of A", say "if y is an element of A". The point is that a proof starting "let y be an element of A" fails if A is empty but "If y is an element of A" leads immediately to the "vacuously true" situation micromass refer to: the statement "if X then Y" is true whenever X is false, whether Y is true or false.
 
  • #14
@vrble That was the issue verty was addressing. The problem with your original expression was that you were using an argument about [itex]A[/itex] and its power set [itex]P(A)[/itex] to deduce that [itex]P(A)\in[/itex] [itex]P(P(A))[/itex]. But to do that you needed to assume that A was non empty. If you use my relabeling you don't have to make this unnecessary detour. You can directly conclude that [itex]P(A)\in[/itex] [itex]P(P(A))[/itex]
 
  • #15
xiavatar said:
@vrble That was the issue verty was addressing. The problem with your original expression was that you were using an argument about [itex]A[/itex] and its power set [itex]P(A)[/itex] to deduce that [itex]P(A)\in[/itex] [itex]P(P(A))[/itex]. But to do that you needed to assume that A was non empty. If you use my relabeling you don't have to make this unnecessary detour. You can directly conclude that [itex]P(A)\in[/itex] [itex]P(P(A))[/itex]

I think xiavatar is saying that there is a shorter proof, but I think we should leave this because if vrble wants to find another proof, that is another matter.
 
  • #16
xiavatar said:
@vrble That was the issue verty was addressing. The problem with your original expression was that you were using an argument about [itex]A[/itex] and its power set [itex]P(A)[/itex] to deduce that [itex]P(A)\in[/itex] [itex]P(P(A))[/itex]. But to do that you needed to assume that A was non empty. If you use my relabeling you don't have to make this unnecessary detour. You can directly conclude that [itex]P(A)\in[/itex] [itex]P(P(A))[/itex]

Why would I need to assume A was non-empty? If A is empty then it immediately follows that it is a subset of P(A) and that P(A) is a subset of P(P(A)). I thought that it was implicit that P(A) will never be empty despite the contents of A.
 
  • #17
@vrble Yes, that fact about power sets is true, but your earlier statement "Let X be an arbitrary set and y an arbitrary element of that set" is fallacious for empty sets since you clearly can't choose an element from an empty set.
 
  • #18
xiavatar said:
@vrble Yes, that fact about power sets is true, but your earlier statement "Let X be an arbitrary set and y an arbitrary element of that set" is fallacious for empty sets since you clearly can't choose an element from an empty set.
I'm aware to that now thanks to the wonderful members of this board, but I'm still not sure how your notation would allow me to avoid assuming that A is non-empty. Micromass's suggested rewording ""If y is an arbitrary element of X" seems to fix the problem.
 
  • #19
Think about the definition of the power set of a set, and you will see that ##P(A)## is always nonempty.
 
  • #20
xiavatar said:
Think about the definition of the power set of a set, and you will see that ##P(A)## is always nonempty.
I know that. How is that relevant to the issue at hand? Sorry if I sound stupid.
 
  • #21
Well you know that if ##A## is a set then ##A\in P(A)##. What I am saying is that you can avoid the convoluted argument you gave, so that if you let ##B=P(A)##, then ##B\in P(B)## from which it follows that ##P(A)\in P(P(A))##.
 
  • #22
xiavatar said:
Well you know that if ##A## is a set then ##A\in P(A)##. What I am saying is that you can avoid the convoluted argument you gave, so that if you let ##B=P(A)##, then ##B\in P(B)## from which it follows that ##P(A)\in P(P(A))##.
Ahh, I see now. Thank you.
 
  • #23
xiavatar said:
Well you know that if ##A## is a set then ##A\in P(A)##. What I am saying is that you can avoid the convoluted argument you gave, so that if you let ##B=P(A)##, then ##B\in P(B)## from which it follows that ##P(A)\in P(P(A))##.
Yes, ##A\in P(A) \ .\ ## But, what does it mean for ##A\subseteq P(A) \ ?\ ##

That's the premise here and that's a whole different can of worms.
 
  • #24
Sorry I didn't notice that was the premise in the question.
 
Last edited:
  • #25
In that case we could do the following. Note that this is a proof that avoids some of the ambiguity in the wording of the OP's post. Suppose ##X\in P(A)##. It follows then that ##X\subseteq A##. But since ##A\subseteq P(A)## it follows that ##X\subseteq P(A)##. Thus ##X\in P(P(A))##. It therefore follows that ##P(A)\subseteq P(P(A))##.

OP's proof is basically the same thing, except it has the unnecessary intermediary step of choosing an element y from the element X from the power set.
 
Last edited:

What is a quantifier in mathematical proof?

A quantifier is a logical symbol that indicates the scope of a variable in a statement or formula. In mathematical proof, quantifiers are used to express statements about all or some elements in a set.

What is the difference between universal and existential quantifiers?

A universal quantifier (∀) is used to express that a statement is true for all elements in a set, while an existential quantifier (∃) is used to express that a statement is true for at least one element in a set. In other words, a universal quantifier makes a statement about every element, while an existential quantifier only makes a statement about some elements.

How do you negate a quantified statement?

To negate a quantified statement, you can simply switch the quantifier (∀ becomes ∃ and vice versa) and negate the statement within the quantifiers. For example, "For all x, P(x)" would be negated as "There exists an x such that not P(x)".

What is a counterexample in a proof involving quantifiers?

A counterexample is an example that shows a statement is false. In a proof involving quantifiers, a counterexample can be used to disprove a statement that uses universal quantifiers (∀). For example, if a statement says "For all x, P(x) is true", but there exists an x for which P(x) is false, then the statement is false.

Why is proof involving quantifiers important in mathematics?

Proof involving quantifiers is important in mathematics because it allows us to make general statements about sets and their elements. It is an essential tool for proving theorems and establishing the validity of mathematical statements. Without quantifiers, it would be difficult to make precise and universal statements in mathematics.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
14
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
Replies
2
Views
329
  • Topology and Analysis
Replies
1
Views
779
Replies
1
Views
929
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
23
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
505
  • Set Theory, Logic, Probability, Statistics
Replies
33
Views
3K
Back
Top