I just get stuck in this relation and need to find if this relation is
- Reflexive/ Irreflexive or Neither,
- Symmetric/ Antisymmetric or Neither,
- Transitive or Not.
$$W_1 = \{(a , b) \in \mathbb N \times\mathbb N : 2a \geqslant b\}$$
What I have now is reflexive, antisymmetric and transitive. But I just get confused by the the inequality.
Assuming $a\sim b$ when $2a\geq b$ let us first check reflexivity.
So, is it true that $2a\geq a$ for all $a\in\mathbb{N}$?
As for symmetry:
If $2a\geq b$, is it automatically true that $2b\geq a$?
Antisymmetric?
Is it always true that $2a\geq b$ means that $2b<a$?
Finally, transitivity.
So, if $2a\geq b$ and $2b\geq c$, is $2a\geq c$?