When I'm trying to find the Equivalence closure of something, I usually find the reflexive first, then the symmetric then the transitive. But i'm unsure if i should fill out the symmetric closures that may form once I find the transitive closure. So If I do the Transitive closure and get a link (b,d) do I need to also add (d,b) even if there's not a transitive link for it.
Also when finding the Equivalence closure, where R is a relation of X, do you automatically make every element of set X reflexive even if there's no pair featuring that element in R?.
If you already did the symmetric closure, let's assume that you have now $R$ a symmetric relation and the pair $(a,b)$ is going to be in its transitive closure, say because there are pairs $(a,c)$ and $(c,b)$ in $R$, then the transitive closure will also be forced to have the pair $(b,a)$. This is because in $R$ we have also the pairs $(b,c)$ and $(c,a)$, since $R$ is symmetric.