I am probably going to be killed by this course

  • Thread starter flyingpig
  • Start date
  • Tags
    Course
In summary, the conversation discusses the concept of sets and subsets, particularly in the context of the elements 1, 2, and 3. The conversation includes examples of sets and subsets, and explains the difference between an element being a part of a set and a set being a subset of another set. The conversation also touches on the transitive property and the exclusion of certain elements in a set.
  • #1
flyingpig
2,579
1

Homework Statement



It was back in April where I asked the professor teaching if it was possible to take this course called "Analysis" without any proof-based math background and he answered with a "yes".

Now I am starting to regret a bit of it since we just started and i have so much to catch up. I wonder if he said "yes" just so he could fail me.

Anyways here is the problem I encountered

The set T = {0, {1,2,3},4,5}, there are four elements, why is [tex]2 \notin T[/tex]?

If I call J = {1,2,3}, then T = {0, J,4,5}

Clearly it looks like [tex]J\in T [/tex] and [tex]2\in J[/tex]

So why can't it be

[tex]2\in J \in T[/tex]?
 
Physics news on Phys.org
  • #2
Because it's not true that if A is an element of B and B is an element of C then A is an element of C. It doesn't work that way. Look, you agree T has four elements, right? Is 2 one of them?
 
  • #3
Dick said:
Because it's not true that if A is an element of B and B is an element of C then A is an element of C. It doesn't work that way. Look, you agree T has four elements, right? Is 2 one of them?

Ohh is that how we see it? So the "2 (or the 1 and 3 too!)" has been replaced by {...}
 
  • #4
flyingpig said:
Ohh is that how we see it? So the "2 (or the 1 and 3 too!)" has been replaced by {...}

Yes, the set {1,2,3} is an element of T. 1, 2 and 3 aren't.
 
  • #5
flyingpig said:
[tex]2\in J \in T[/tex]

This is true.

flyingpig said:
[tex]2 \in T[/tex]

This is not. Even if A belongs to B, which belongs to C, that doesn't imply that A belongs to C. In other words...

[tex]A \in B \in C \not\rightarrow A \in C[/tex]
 
  • #6
What about

If I say

[tex]K = \left \{ \left. 2 \right \} \right.[/tex]
[tex]T = \left \{ \left. 0, \left \{ \left. 1,2,3\right \} \right. ,4, 5 \right \} \right.[/tex]
[tex]J = \left \{ \left. 1,K,3 \right \} \right.[/tex]

It follows that [tex]K \subseteq J \subseteq T[/tex]? DOes that work? If so why?? If not, then does it follow the above argument?

EDIT: does anyone have a good idea for replacing curvy brackets without \left \{ \left. \right \} \right.?
 
  • #7
There is a big difference between 2 and {2}. The second is a set with one element, 2. The first one isn't a set at all.
 
  • #8
flyingpig said:
What about

If I say

[tex]K = \left \{ \left. 2 \right \} \right.[/tex]
[tex]T = \left \{ \left. 0, \left \{ \left. 1,2,3\right \} \right. ,4, 5 \right \} \right.[/tex]
[tex]J = \left \{ \left. 1,K,3 \right \} \right.[/tex]

It follows that [tex]K \supseteq J \supseteq T[/tex]? DOes that work? If so why?? If not, then does it follow the above argument?

EDIT: does anyone have a good idea for replacing curvy brackets without \left \{ \left. \right \} \right.?

Not quite. J in this case is the set [itex]\left\{1, \{2\}, 3 \right\}[/itex]. That obviously doesn't belong to T.
 
  • #9
I got the idea from my book

book said:
A set is called a subset of a set B if every element of A also belongs to B. If A is a subset of B, then we write A [tex]\subseteq [/tex] B. If A, B, and C are sets such that A [tex]\subseteq [/tex] B and B [tex]\subseteq [/tex] C, then A [tex]\subseteq [/tex] C.
 
  • #10
Sorry I had to run and fix the curly brackets and made some typos instead...

[tex]K = \left \{ \left. 2 \right \} \right.[/tex]
[tex]T = \left \{ \left. 0, \left \{ \left. 1,\left \{ \left. 2 \right \} \right.,3\right \} \right. ,4, 5 \right \} \right.[/tex]
[tex]J = \left \{ \left. 1,K,3 \right \} \right.[/tex]
 
  • #11
flyingpig said:
I got the idea from my book

That's very true for "is a subset of". That property is called transitive property. "is an element of" is NOT transitive. They are two different things.
 
  • #12
Dick said:
That's very true for "is a subset of". That property is called transitive property. "is an element of" is NOT transitive. They are two different things.

But they feel so familiar!
 
  • #13
I might as well ask it here anyways, what does this mean?

R\Q

R = real number
Q = rational number

What does the \ mean?
 
  • #14
You would be dealing with subsets in a case like this:

J = {1, 2, 3}
T = {0, 1, 2, 3, 4, 5}

In this case, J is a subset of T, as every element of J is also an element of T. However, you get something like this:

J = {1, 2, 3}
T = {0, {1, 2, 3}, 4, 5}

In this case, J is an element of T, as J itself, not its elements, is an element of T. They seem similar but are very different.
 
  • #15
flyingpig said:
I might as well ask it here anyways, what does this mean?

R\Q

R = real number
Q = rational number

What does the \ mean?

A rough translation of that would be "excluding", so that R\Q would mean "The reals, excluding the rationals".
 
  • #16
flyingpig said:
But they feel so familiar!

But 2 is NOT an element of {0, {1,2,3},4,5}. It's not one of the four elements. Period.
 
  • #17
Char. Limit said:
You would be dealing with subsets in a case like this:

J = {1, 2, 3}
T = {0, 1, 2, 3, 4, 5}

In this case, J is a subset of T, as every element of J is also an element of T. However, you get something like this:

J = {1, 2, 3}
T = {0, {1, 2, 3}, 4, 5}

In this case, J is an element of T, as J itself, not its elements, is an element of T. They seem similar but are very different.

Wow that clears up A LOT lolEDIT

So in other words (even though it does look like I am juist translating what you said)

In the case of

J = {1, 2, 3}
T = {0, {1, 2, 3}, 4, 5}

[tex]J \in T[/tex] and [tex]J \subseteq T[/tex]

But 1, 2, 3 are NOT in T.

WHat happens if we change T to something like (and J stays as J = {1,2,3})

T = {1,{1,2,3},4,5}

Is it right to say

[tex]1 \in J \in T[/tex] or reorder it like [tex]1 \in T \in J[/tex]?

Char. Limit said:
A rough translation of that would be "excluding", so that R\Q would mean "The reals, excluding the rationals".

Good because the prof was writing this, I thought it meant something like "without".

Oh I am derailing my own thread, what would something like P /\ K mean? I think P and K are circle things - sets...
 
  • #18
P∧K means "P and K", at least in logic. In set theory, I believe [itex]P \cap K[/itex] refers to an intersection, or the set of all the elements that are elements of both P and K.
 
  • #19
flyingpig said:
What about

If I say

[tex]K = \left \{ \left. 2 \right \} \right.[/tex]
[tex]T = \left \{ \left. 0, \left \{ \left. 1,2,3\right \} \right. ,4, 5 \right \} \right.[/tex]
[tex]J = \left \{ \left. 1,K,3 \right \} \right.[/tex]

It follows that [tex]K \subseteq J \subseteq T[/tex]? DOes that work? If so why?? If not, then does it follow the above argument?

EDIT: does anyone have a good idea for replacing curvy brackets without \left \{ \left. \right \} \right.?

The set J here isn't the same as the set J of the O.P.

Here J = {1, K, 3} = {1, {2}, 3} .

So, [itex]J\not\subseteq T\,.[/itex]
 
Last edited:
  • #20
flyingpig said:
So in other words (even though it does look like I am juist translating what you said)

In the case of

J = {1, 2, 3}
T = {0, {1, 2, 3}, 4, 5}

[tex]J \in T[/tex] and [tex]J \subseteq T[/tex]

But 1, 2, 3 are NOT in T.

Let's address this first. This is, in fact, not true. The way to think about [itex]A\subseteq B[/itex] is that for each element that is in A, that element is in B. Think very literally, like a computer program here. Example:

[itex]A=\left\{1,2,3\right\}[/itex]
[itex]B=\left\{1,2,3,4,5,6,7,8\right\}[/itex]

I pick an element of A, say 1, and check to see if it is true that [itex]1\in B[/itex]. Sure enough, it is. Now I pick another element of A. Order is unimportant, but it makes intuitive sense to pick 2. Again, I find that 2 is in B, or symbolically [itex]2 \in B[/itex]. Finally we check the last element which is in A, 3, and find that [itex]3 \in B[/itex]. Since every element which is in A is also in B, we have that A is a subset of B (because that's what the definition of subset is), so we could write [itex]A \subseteq B[/itex].

As an aside, don't get bogged down with the symbols, a lot of people like them because they are more concise, but a book I have on Real Analysis mentioned the fact that (especially if they are unfamiliar) it takes more time to read them because you have to untranslate and then retranslate every one back and forth into English. This book actually suggested avoiding symbolic notation whenever possible. Of course, if your course relies heavily on symbols it would be to your advantage to familiarize yourself with them.

Now, an example similar to yours:

[itex]A = \left\{0,2,4 \right\}[/itex]
[itex]B = \left\{0, \left\{0,2,4\right\}, 9, 7\right\}[/itex]

Here again we check an element of A, say 0, and see if it is in B. It is, so we have [itex]0 \in B[/itex]. We're well on our way to proving that A is a subset of B. Now let's take 2, and see if 2 is in B. Well, B has four elements: 0, {0,2,4}, 9, and 7. None of these are the same thing as 2. One of these is a set which contains 2, but that's not nearly the same thing as 2, just as a box which contains an apple is not, itself, an apple.

So we tried, but could not find 2 in B. In fact, 2, is not in B, so A is not a subset of B.

It may help, in the beginning, to think of sets as boxes containing things. This is not a perfect analogy, as you will see when dealing with the empty set, however, it should serve adequately well for dealing with questions like these. Thinking this way, consider this:

A = {2}
B = {0,1,{2}}

Is A a subset of B, an element of B, or both? I would think about this in the following way:
1. Remember what the definition of a subset is, and go through the "computerized" process, keeping in mind that a box with an apple in it is not, itself, an apple.
2. Now, treating A as a single entity instead of a set, see if you can find A within B somewhere. To continue to use the box analogy, A is a box which contains one element, 2, so you're looking to see if B contains a box with only the number two in it.

Just like in real life, you can have boxes inside of boxes. This leads to some interesting paradoxes down the road, which you are sure to cover in class, and is partly why it is not a perfect analogy. Please remember that the box analogy is just a set of training wheels, which you will eventually have to shed.
 
Last edited:
  • #21
OKay I just did that problem similar to that one and i am wrong

I got confused J is not a subset of T
 
  • #22
A = {2}
B = {0,1,{2}}

A is NOT subset of B, but if I let K = {{2}}, then, it is
 
  • #23
I assume you mean that if you let K={{2}} then K is a subset of B. That is absolutely correct.

You are also correct that A is not a subset of B. Is A an element of B?
 
  • #24
Yes A is in B. I am doing A LOT of things at once because I have so much to cover...

sorry if I am a little slow. This is what you get for believing your professor.
 
  • #25
Yeah or just say K = {A}
 
  • #26
Nope, all good, I'm working on other stuff too.
I think we can probably flesh out all of the basic interesting stuff about sets pretty quickly, and expose any areas which might trip you up.

So, you've sort of addressed the second part of your post above,

flyingpig said:
Is it right to say

[tex]1 \in J \in T[/tex] or reorder it like [tex]1 \in T \in J[/tex]?

In the example we just did with A and B, you had that A is in B, not B in A. Obviously 2 is in A, so we could write [itex]2 \in A \in B[/itex]. It wouldn't make sense to change the order, since (as we mentioned) B is not in A. Again, thinking about them like boxes clears this up immediately.

As you can probably tell, I'm wary about leaving this boxes analogy out there for too long, because there are always some points which professors love to poke at which break the boxes analogy, so if you feel confident with this stuff I would just like to point out the empty set (did you cover that at all yet?) and how it breaks down the boxes analogy.
 
  • #27
flyingpig said:
Yes A is in B. I am doing A LOT of things at once because I have so much to cover...

sorry if I am a little slow. This is what you get for believing your professor.
Perhaps you asked your professor the wrong question. You said, initially, that you asked if it were possible to do the course if you have never had an introduction to "proofs". That would give him/her no reason to think you knew nothing about sets. Most people are introduced to sets in a basic algebra or, at latest, precalculus course.
 
  • #28
HallsofIvy said:
Perhaps you asked your professor the wrong question. You said, initially, that you asked if it were possible to do the course if you have never had an introduction to "proofs". That would give him/her no reason to think you knew nothing about sets. Most people are introduced to sets in a basic algebra or, at latest, precalculus course.

No here is the quote

Flyingpig's question said:
Is it possible to take Math xyz without taking Math abc even though Math abc is a prerequsite?

And here was the laconic response

Flyingpig's professor said:
yes
 
  • #29
flyingpig said:
No here is the quote


And here was the laconic response

Maybe it's possible.

Perhaps it's not advisable.
...

fp,

Actually, I've given this some thought since I first saw Post #1 of this thread.

Having a fair amount of experience helping you in physics - mostly electrostatics - I have to admit that I'm really unsure of what advice to give you. Seeing the trouble you're having with some basic ideas about sets and basic properties of some elementary mathematical structures, I'm inclined to say that you probably need to take a more elementary proof-based course. However, you also had trouble understanding - or should I say accepting - some rather basic ideas in electrostatics, but in the end I assume you did alright in the end (or is that an unwarranted assumption on my part?)

I suspect that if you take a more elementary course than this Analysis course, you will still have similar issues to what you have been posting in this last week or so. However, I think it's more appropriate for you to sort out these issues at the more basic level.

Good Luck!

Either way I think there will be people here who will try to give you help.
 
  • #30
http://www.uccs.edu/~math/vidarchive.html

I'd start with Discrete Mathematics in those archives, it introduces you to proofs and the basics. Registration is free.
 

What does "I am probably going to be killed by this course" mean?

"I am probably going to be killed by this course" is a phrase used to express extreme difficulty or challenges faced by a person in a particular course or subject. It is often used in a humorous or exaggerated manner.

What can cause someone to feel like they are going to be killed by a course?

There are many reasons why someone may feel overwhelmed or stressed by a course. These can include a heavy workload, difficult concepts, or lack of understanding. It can also be due to personal factors such as time constraints or other responsibilities.

How can someone cope with feeling like they are going to be killed by a course?

There are several strategies that can help someone cope with the challenges of a difficult course. These include seeking help from a tutor or professor, breaking down tasks into smaller, manageable chunks, and practicing self-care and stress-management techniques.

Is it normal to feel like you are going to be killed by a course?

Yes, it is normal to feel overwhelmed or stressed by a course. Many students experience these feelings at some point during their academic journey. It is important to remember that these challenges are temporary and can be overcome with the right support and strategies.

What should I do if I feel like I am going to be killed by a course?

If you are feeling overwhelmed or stressed by a course, it is important to reach out for help. Talk to your professor, academic advisor, or a trusted friend or family member. They can offer support and guidance to help you navigate the course successfully.

Similar threads

  • Calculus and Beyond Homework Help
Replies
0
Views
137
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
Replies
27
Views
897
  • Quantum Physics
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
630
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Advanced Physics Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Back
Top