How to present set of point in mathematical way
Sebastian Wright
I have a question about presenting the set of point in the math. I have two sets in domain $\Omega$. $M$ is set of $m$ point locations, $N$ is set of $n$ point locations. In which,some points in the set $M$ have same location with set $N$. I want to represent some condition in mathematical way. Could you help me represent it?
- Represent set $M,N$
- Represent the intersection between $M$ and $N$
- Represent points $\in M$ but not belong $N$
Thank you in advance.
These are my results. But I am not sure about my answers.
- Represent set $M,N$ $$M=\{(x_i,y_i) \mid i=1,\dots,m,(x_i,y_i) \in \Omega \}$$ (Or only $M=\{(x,y) \mid (x,y) \in \Omega \}$???) $$N=\{(x_j,y_j) \mid j=1,\dots,n, (x_n,y_n) \in \Omega \}$$
- Represent the intersection between $M$ and $N$ $$K=M\bigcap N=\{(x_k,y_k) \mid (x_k,y_k) \in \Omega, (x_k,y_k) \in M \text{ and } (x_k,y_k) \in N \}$$
- Represent points $\in M$ but not belong $N$ $$H=\{(x_h,y_h) \mid (x_h,y_h) \in \Omega, (x_h,y_h) \in M \text{ and } (x_h,y_h) \notin N \}$$