Elements in Sets: Check/Confirm Answers

  • Thread starter Thread starter Math100
  • Start date Start date
  • Tags Tags
    Elements Sets
AI Thread Summary
The discussion revolves around confirming the correctness of answers related to set elements and the validity of mathematical comparisons involving natural numbers. Participants agree that the answers appear correct, but debate the validity of the condition "-2 < x" when x is a natural number, noting that -2 is not included in the set of natural numbers. The conversation highlights the importance of defining the universal set in mathematical notation, as it influences the validity of comparisons. Additionally, the concept of type coercion is introduced, suggesting that elements can be elevated to different number sets for operations. Overall, the discussion emphasizes the nuances of set theory and the implications of definitions in mathematics.
Math100
Messages
813
Reaction score
229
Homework Statement
Write each of the following sets by listing their elements between braces.
Relevant Equations
None.
Can anyone please check/confirm my answers if they are correct or not? I boxed around my answers just to be clear and understanding. Thank you.
 

Attachments

  • Work.jpg
    Work.jpg
    39 KB · Views: 190
Physics news on Phys.org
Math100 said:
Homework Statement:: Write each of the following sets by listing their elements between braces.
Relevant Equations:: None.

Can anyone please check/confirm my answers if they are correct or not? I boxed around my answers just to be clear and understanding. Thank you.
They look fine.
 
  • Like
  • Love
Likes Delta2 and Math100
So my answers are correct?
 
Math100 said:
So my answers are correct?
Yes, although any thoughts on whether the second question is valid?
 
  • Like
Likes Math100
It looks ok. For (2), some people consider 0 to be a natural number.
 
It depends whether the notation, ##\{x \in \mathbb N: \dots \}## implies that ##\mathbb N## is the universal set under consideration. In that case, ##-2 \notin \mathbb N## and the comparison ##-2 < x## is not valid.

Or, if we consider that in all cases ##\mathbb N \subset \mathbb Z## and that it's valid to talk about ##-2## even when nominally restricting our attention to ##\mathbb N##, then it's fine.

I'm not saying one way or the other, but the question just didn't look right to me.
 
Thank you guys for the help! I really appreciate it!
 
  • Like
Likes Delta2
Math100 said:
Thank you guys for the help! I really appreciate it!
What do you think? Is the condition ##-2 < x## valid for ##x \in \mathbb N##?
 
PeroK said:
What do you think? Is the condition ##-2 < x## valid for ##x \in \mathbb N##?
Yes.
 
  • #10
PeroK said:
It depends whether the notation, ##\{x \in \mathbb N: \dots \}## implies that ##\mathbb N## is the universal set under consideration. In that case, ##-2 \notin \mathbb N## and the comparison ##-2 < x## is not valid.
By that reasoning, it would not be possible to say whether "1<x" is valid, since we could take the 1 as an element of that ##\mathbb Z## or ##\mathbb R##.
Similarly, I could not write x-1 since that is shorthand for x+(-1).

Seems more reasonable to apply the programming language concept of type coercion. An element of ##\mathbb N## can be 'elevated' to ##\mathbb Z## etc. as necessary to make the operation valid.

Whether the result can be demoted to conform to the target variable type is another matter.
 
  • Informative
Likes Delta2
  • #11
haruspex said:
By that reasoning, it would not be possible to say whether "1<x" is valid, since we could take the 1 as an element of that ##\mathbb Z## or ##\mathbb R##.
Similarly, I could not write x-1 since that is shorthand for x+(-1).

Seems more reasonable to apply the programming language concept of type coercion. An element of ##\mathbb N## can be 'elevated' to ##\mathbb Z## etc. as necessary to make the operation valid.

Whether the result can be demoted to conform to the target variable type is another matter.
Usually ##\mathbb R## is implied at the universal set and ##\mathbb Z \subset \mathbb R##.

The point about the question is that it explicitly defines the universal set as ##\mathbb N## and then talks about ##-2##, which is not defined within ##\mathbb N##.

Anyway, my main point is that it's definitely worth thinking about if you want to study pure maths,
 
  • Informative
Likes Delta2
  • #12
haruspex said:
Similarly, I could not write x-1 since that is shorthand for x+(-1).
If you are dealing with natural numbers, that can't be right, as natural numbers have no additive inverse. Instead ##n - m## is defined to be the natural number ##k## such that ##m + k = n##.

In general, ##n - m## is not well defined for all pairs of natural numbers. That IS important.
 

Similar threads

Back
Top