So Symmetric = (a,b), (b,a)
Set = {<1, 1>, <1, 2>, <1, 4>, <2, 1>, <2, 2>, <3, 3>, <4,1 >, <4, 4>}
I understand <1,2> and <2,1> is symmetric, but are <2,2>, <3,3> and <4,4> necessary here to form a symmetric set?
Could someone please specify why is this set a symmetric?
You should write the definition more carefully. Symmetric means $(a,b) \in R \implies (b,a) \in R$ Note that this says the empty relation is symmetric. You can have $(2,2)$ (and the others) in or out without changing the fact that the relation is symmetric. The way to destroy symmetry would be to remove $(1,2)$ without removing $(2,1)$ or to add $(2,3)$ without adding $(3,2)$