How are quantifiers ($\forall$ and $\exists$) managed in truth tables?
I'm not actually sure it would make sense to include them in truth tables, but I can't exactly say why either.
For example, is there a valid truth table for the following formula?
$\exists x \ \phi \rightarrow \forall x \ (\psi \ \vee \ \sigma)$
Thanks
They aren't.
Truth tables do not work well in predicate logic. Intuitively a $\forall$ behaves like an infinitary conjunction and $\exists$ like an infinitary disjunction, but that would make the truth table infinitely wide. Or one could try to handle the choice of value for the variables analogously to truth assignments for propositional variables, but that would lead to infinitely many rows in the table.
Semantic tableaux can be viewed as an attempt to adapt truth tables to work with quantifiers, by creating the infinitely rows lazily, that is, only when we discover they would tell us something new. But the resemblance is not obvious, and they do not behave nearly as nicely as truth tables in propositional logic do.