We have a relation R = {$(a,a),(b,b)$}.
Is this relation transitive? If that is true, then why is it transitive? According to definition a relation is transitive
If (a,b) in R & (b,c) in R then (a,c) in R
$\forall a,b,c \in R: a R b \land b R c \implies a R c$.
But in our set we're missing the element c so how could it be transitive?