Let $\sigma_1, \sigma_2$ be any two strings of length one (thus, they are just characters). Assume that the expression $\sigma_1=\sigma_2$ returns the value $\mathbf{T}$ if $\sigma_1$ and $\sigma_2$ are the same character, and $\mathbf{F}$ otherwise. Now let $\chi \in$ char and $\sigma \in$ string. With the help of the identity relation just described, write a recursive definition for the function, $\operatorname{occ}(\chi, \sigma)$, which returns $\mathbf{T}$ if $\chi$ is one of the characters occurring in $\sigma$ and $\mathbf{F}$ otherwise. Let $\sigma, \gamma \in$ string. Prove that:
$$
\begin{gathered}
\text { if } \operatorname{occ}\left(\chi, \text { append }_s(\sigma, \gamma)\right)=\mathbf{T}, \\
\text { then } \operatorname{occ}(\chi, \sigma)=\mathbf{T} \text { or } \operatorname{occ}(\chi, \gamma)=\mathbf{T} .
\end{gathered}
$$