MienTommy
- 22
- 0
The discussion revolves around the interpretation of the notation N^2 in the context of natural numbers, specifically addressing its meaning as the Cartesian product of natural numbers. Participants explore how to express conditions involving multiple integers in a concise symbolic form.
Participants express different interpretations of N^2 and its implications, leading to multiple competing views regarding its meaning and the appropriate symbolic representation of conditions involving integers. The discussion remains unresolved regarding the best notation and understanding of the concepts involved.
There are nuances in the definitions and interpretations of ordered triplets versus individual numbers, and the implications of notation changes are not fully resolved. The discussion also touches on the practicality of writing conditions in mathematical expressions.
It means the Cartesian product ##\mathbb{N} \times \mathbb{N}##MienTommy said:What does the N^2 mean in this case? (Image below)
Yes.Does it mean, for all two pairs of natural numbers, a and b?
You just did, didn't you? What are non pair numbers? Or did you meanHow would I represent non pair numbers, i.e. how would I write "For integers k,l, and m such that k>1, l>2, m>k+l" all in one line?
If you remove the parenthesis, then one ##\mathbb{N}## is enough. There is a subtle difference between them: ##k,l,m \in \mathbb{N}## are simply three natural numbers, whereas ##(k,l,m) \in \mathbb{N}^3## is a ordered triplet. In most cases this doesn't really matter, but rigorously it's not the same. And of course one wouldn't actually write all conditions below each other since it's impractical. An alternative would be to write ##\forall_{k,l,m \in \mathbb{N}} \,\text{ with }\, k>1\,,\,l>2\,,\,m>k+l \;:\;## etc.MienTommy said:Yes that is what I meant. I wanted to know the symbol form. Would you add a such that symbol '|' after N×N×N? If I removed the parenthesis, ∀k,l,m∈N×N×N | k>1, l>2, m>k+l
Then would it mean the same thing?
##(1,2,3) \neq (2,3,1)## but ##1,2,3## are only three numbers.MienTommy said:I see. What is the difference between the ordered triplet and the other?
If A and B are sets A^B is the set of all maps of B into A. In your case 2 stands for a set with two elements, {1,2} for example.MienTommy said:What does the N^2 mean in this case? (Image below)
Does it mean, for all two pairs of natural numbers, a and b?
How would I represent non pair numbers, i.e. how would I write "For integers k,l, and m such that k>1, l>2, m>k+l" all in one line?