Correct Notation for Intersections of Real Numbers Sets

  • Context: Undergrad 
  • Thread starter Thread starter danago
  • Start date Start date
  • Tags Tags
    Notation
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
3 replies · 4K views
danago
Gold Member
Messages
1,118
Reaction score
4
Lets say i have two sets of numbers (dealing with real numbers only):

[tex] \{ x \in R |x \ge 0\} [/tex]
[tex] \{ x \in R |3 \ge x\} [/tex]

And i want to show what the common values in the two sets are. Would my notation be correct if i wrote:

[tex] \{ x \in R |x \ge 0\} \cap \{ x \in R |3 \ge x\} = \{ x \in R |3 \ge x \ge 0\} [/tex]


Thanks in advance,
Dan.
 
Physics news on Phys.org
That is not incorrect but I suspect those who are used to a number line that goes from left to right would find it momentarily confusing!

Most people would find it easier to read
[tex]\{ x \in R |0 \le x \le 3\}[/tex]
 
Ok that's fair enough, easy enough to change :smile:

But besides that, everything else ok?

Thanks for the replies.