Suppose I have a logical system with predicate/relation symbols and individual constants symbols, negation and conjunction, but no variables or quantification. For instance, suppose I have the individual constants a and b, and a 2-place predicate P, in the language. I can formulate atomic sentences like P(a, b) or P(b, a). Suppose also that negation and conjunction are available, so I can formulate complex sentences like P(a, b) & P(b, a) or -P(a, b) (where & is the conjunction symbol and - is the negation symbol).
Is this decidable, in the way that propositional logic is? Or do I need to add variables and quantification before it becomes undecidable?
(How would this be different from propositional logic, anyway?)
You need quantification to make your system essentially different from propositional logic. Given a formula $\phi$ with no quantifiers, pick a distinct propositional variable $v_{xy}$ for each atomic predicate $P(x,y)$ occurring in $\phi$. Let $\phi'$ be the formula of propositional logic obtained by replacing $P(x, y)$ by $v_{xy}$ throughout $\phi$. Then $\phi$ is valid iff $\phi'$ is valid.