As there is limit for title to put the full question, I will put the full question below.
Question: Given $R$ and $S$ are relations on $A = \{1,2,3,4\}$ such that $R = \{(2,2),(2,3),(2,4),(3,2),(3,3),(3,4),(4,4)\}$ and $S = \{(1,1),(1,3),(3,4)\}$...
- Is $R$ reflexive? Transitive? Symmetric?
- Find $S \circ R$ and $S \circ S$.
Well..Since $1$ from set $A$ is not included in set $R$, can I straightly say that since $1$ is not included in $R$ so $R$ is none of the symmetric, transitive and reflexive?
And also are $S \circ R = \{(2,4),(3,4)\}$ and $S\circ S = \{(1,1),(1,4)\}$?



1) The element $1$ not being used in $R$ indeed makes it irreflexive. However, it does not mean that it is not symmetric or transitive. For example, the relation $Q = \{ \}$ (i.e. the empty relation) would be perfectly symmetric and transitive, even if it contains no elements at all of the set it is defined over! So, you'll need to do some more work on that one
2) Your SoS is missing something ...