Let $\Sigma = \left\{ c,g(,),R_1(),\ldots,R_k() \right\}$. Given a sentence (a formula with no free variables) $\varphi$ above $\Sigma$, is there an algorithm to check if $\varphi$ is satisfiable?
I've understood one approach could be showing a contradiction to the general satisfiability problem. Meaning, assuming by a contradiction that there's such an algorithm and utilizing for the general problem (Which we know isn't decidable)
I'd be glad if you could help me with that.
Thanks!