#I think my proof is incorrect,and at best too wordy/handwavy. How can I fix this? Please help πŸ€—

17 messages Β· Page 1 of 1 (latest)

dull geode
#

(For plomble #12): Suppose F βŠ† G. Suppose x ∈ ⋃F. Then by definition of ⋃F,We can let A be an arbitrary set in F,And let x be an arbitrary element in A. Then,because F βŠ† G,A ∈ G. So since x ∈ A,By the definition of ⋃G,x ∈ ⋃G. Thus,we have shown that for an arbitrary element x in ⋃F,x is also in ⋃G,So we can conclude that ⋃F βŠ† ⋃G.

Scratch work:
First,I started by assuming F βŠ† G. Then,analyzing the logical form of the goal I assumed x ∈ ⋃F,which changed my goal to x ∈ ⋃G,meaning I had to find a set in G such that x was in A. I then looked to the given x ∈ ⋃F,which told me there existed a set A in F such that x ∈ A. So by existential instantiation,I could use this given to introduce the set A with x ∈ A. But then since F βŠ† G,A ∈ G,and with x ∈ A,this demonstrates a set A in G such that x ∈ A.
Please,if I botched this up please tear it up and correct my mistakes πŸ‘

This also ties into a more general plomble I have with proofs: I might understand the givens and goal,but when it’s time to actually make the write up I just get stuck at translating it into English. So,optionally if you have advice to help there that’d be appreciated. Thanks

rigid flintBOT
dull geode
#

Is my proof correct? If it’s not,where’d I go wrong and how can it be fixed? Is it too wordy,and is there an alternative way to do it?

forest flower
#

Reading your proof, I think your general idea is correct but there are some things that are phrased awkwardly/incorrectly

#

In particular this part

Suppose x ∈ ⋃F.
Then by definition of ⋃F, we can let A be an arbitrary set in F, and let x be an arbitrary element in A.

#

Since you have already chosen some x in βˆͺF and you want x∈A, you cannot just let A be an arbitrary element of F. Instead what you are guaranteed is that there exists an A in F such that x∈A, and this is what you need in the proof.

It also does not make sense to let x be an arbitrary element of A because you have already picked out this x.

#

I can see what you get the logic correct in your "scratch work"

#

The rest of the proof looks OK.

#

This is how I would personally write it:

Let x ∈ βˆͺF. Then x ∈ A for some A ∈ F. Since F βŠ‚ G, we know A ∈ G also. Therefore x ∈ βˆͺG.

dull geode
#

That part you highlighted tripped me up for a good while πŸ˜…

#

Suppose F βŠ† G. Let x ∈ βˆͺF. Then x ∈ A for some A ∈ F. Since F βŠ‚ G, we know A ∈ G also. Therefore x ∈ βˆͺG. And because F βŠ† G,A ∈ G. So since x ∈ A,By the definition of ⋃G,x ∈ ⋃G. Thus,we have shown that for an arbitrary element x in ⋃F,x is also in ⋃G,So we can conclude that ⋃F βŠ† ⋃G

How’s this?

forest flower
#

Yes it's alright

#

A little wordy but that's to be expected at this level

dull geode
#

Yes,I have a problem with wordiness,I might β€œunderstand” how the givens infer the conclusion from a givens/goal list,but then wording it is my weakness

#

Thank you so much for the help,I’ll copy paste it and take a look back at the proof

#

.solved