Let R be a relation on the set A.
pf(contradiction) Assume S is a symmetric relation on A and R $\subseteq$ S. Then (x,y) $\in$ S and (y,x) $\in$ S. Also, (x,y) $\in$ R. Assume $R^{-1} \not \subset$ S. Then (y,x) $\not \in$ S. This is a contradiction. Therefore, if S is a symmetric relation on A and R $\subseteq$ S, then $R^{-1}$ $\subseteq$ S.
This is what I have written. In a subset proof you are suppose to start off by "Let"(by what my high school math teacher says), but I don't know where to use that in the proof. This is what I have come up and was looking for some feedback.
A direct proof from the definitions:
Let $(x,y)\in R$, then, $(x,y)\in S$ (definition of subset).
By $S$ symmetric, $(y,x)\in S$ (definition of symmetric relation).
Also, $(x,y)\in R\Leftrightarrow(y,x)\in R^{-1}$ (just restated definition of inverse relation for clarity).
Therefore $R^{-1}\subseteq S$ (definition of subset, applied to the preceding two lines).
Note, everything in parenthesis can be omitted, I was just pointing out explicitly what the justifications were for each step. You could even omit the line beginning with also, but in my opinion, the proof isn't as clear without that line included.
Edit:
Pedantic version:
Let $(x,y)\in R^{-1}$, then by the definition of inverse relation, $(y,x)\in R$.
Since, by assumption, $R\subseteq S$, $(y,x)\in R\Rightarrow(y,x)\in S$.
Now, by assumption, $S$ is a symmetric relation, thus we have, by definition of symmetric relation, that $(y,x)\in S\Rightarrow(x,y)\in S$.
Thus we have shown that, $(x,y)\in R^{-1}\Rightarrow (x,y)\in S$.
Therefore, by the definition of subset, $R^{-1}\subseteq S$.
QED