How to mathematically describe this weird set of points?

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
7 replies · 3K views
Lotto
Messages
253
Reaction score
16
Homework Statement
I have this set of points defined for ##x , y\in \mathbb Z##. What condtitions do we need to describe it?
Relevant Equations
##|x| \le |y|##
It is clear that one part of the solution is ##|x|\le |y|##, but that is not enough. We need another condition to get rid of some points. How to find it?

I tried to write down some x-values and their y-value and tried to find a pattern, but I didn't see it. Any help?
 

Attachments

  • picture.png
    picture.png
    20.5 KB · Views: 91
Physics news on Phys.org
Try writing equations for the lines (include the bounds).
 
Last edited:
I got it! Writing down equations of some lines was very helpful...
 
Reply
  • Like
Likes   Reactions: Frabjous
Lotto said:
I got it! Writing down equations of some lines was very helpful...
What was your answer? I had to piece logic together:
Let ##4\mathbb{Z} = \{4i : i \in \mathbb{Z}\}##. ##A=\{(x,y)\in \mathbb{Z}\times\mathbb{Z} : (|x|=|y| )\vee (( |x|\lt |y|) \wedge ((x\in 4\mathbb{Z}) \vee (y\in 4\mathbb{Z})))\}##
I think ##A## works as the answer but I would not bet the farm on it.
 
FactChecker said:
What was your answer? I had to piece logic together:
Let ##4\mathbb{Z} = \{4i : i \in \mathbb{Z}\}##. ##A=\{(x,y)\in \mathbb{Z}\times\mathbb{Z} : (|x|=|y| )\vee (( |x|\lt |y|) \wedge ((x\in 4\mathbb{Z}) \vee (y\in 4\mathbb{Z})))\}##
I think ##A## works as the answer but I would not bet the farm on it.
I have it similar, but your solution is more elegant. My is ##(|x| \le |y|) \land ((|x|=|y|) \lor (x \equiv 0 \mod 4) \lor (y \equiv 0 \mod 4))##.
 
Reply
  • Like
Likes   Reactions: FactChecker