$P$ is a binary relation. $P ⊆ \mathbb{R}^2$. $P = \{(x,y): y = |x|\}$.
As I understand for relation to be transitive: $(a,b) \in P$ and $(b,c) \in P$ then $(a,c \in P)$ for this particular relation we can take $(a,b) = (-2,2)$ and $(b,c) = (2,2)$, then $(a,c) = (-2,2) \in P$, so it means that relation is transitive. Is this correct?
I'm not quite sure about antisymmetric property: for it to work for different a,b both $(a,b)$ and $(b,a)$ can't $\notin P$. For example $(-2,2) \in P$, but $(2,-2) \notin$ P. Which proves that relation is antisymmetric. Is this correct?
Have I answered questions correctly?
Update: for anti-symmetric:
By definition $\forall a,b \in P, aPb \land bPa => a=b$
let's assume that $(a,b) \in P$. Then $(b,a) \in P <=> a=b$
Relation is anti-symmetric.
Your method incorrect. You need to prove the transitivity for every $a,b,c$ satisfying $(a,b),(b,c)\in P$. You can't choose a sample and work on that. Similarly, you need to prove the antisymmetry for every $a\ne b$ satisfying $(a,b)\in P$. You can't choose a sample and work on that. In general about mathematics, you can't take a sample and work on that to prove a statement. Mathematics far from experimental.
Let me prove the transitivity for you. Let $a,b,c\in \Bbb{R}$ satisfying $(a,b),(b,c)\in P$, i.e. $a=|b|,b=|c|$.
Observe that $b=|c|\ge0$. Thus, $a=|b|=b$. So, $|c|=b=a$. Thus, $(a,c)\in P$. So, the relation is transitive.
Can you imitate this proof to work on the antisymmetry?