So I'm having a bit of an issue understanding transitive relation property. I feel like I understand the rule well enough.
On: the set $\{1, 2, 3, 4\}$
on this relation $\{(2, 2), (2, 3), (2, 4), (3, 2), (3, 3), (3, 4)\}$
I understand that $(2,3)$ matches the $(a,b)$ condition then $(3,2)\to (b,c)$ and finally $(2,2)$. But I thought I had to also consider $(2,4)$ and $(3,4)$?
And a second one here where the relation is not transitive but I'm not sure why. On set: $\{0, 1, 2, 3\}$
$\{(0, 0), (0, 2), (2, 0), (2, 2), (2, 3), (3, 2), (3, 3)\}$
Regarding your first point. To evaluate transitivity you have to look at two couples $(a,b),(b,c)$ in your relation set and verify that $(a,c)$ also belongs to it. Hence, you don't need to evaluate $(2,4),(3,4)$.
Regarding your second point. Name $R=\{(0, 0), (0, 2), (2, 0), (2, 2), (2, 3), (3, 2), (3, 3)\}$.
You have $(0,2) \in R$ and $(2,3) \in R$. If $R$ was transitive, you should have $(0,3) \in R$ which is not the case.