From Kaye's Mathematics Logic, about notation for propositional logic:
Another place where we relax notation is in the notation on the left hand side of a turnstile symbol $\vdash$. Instead of using set theory notation with $\{\ldots\}, \cup, ∅$, etc., it is traditional to list formulas and sets of formulas, separating them with commas, and regard the list as a single set of formulas, so the order of formulas in the list and any repetitions in it is ignored. This applies to both the turnstile $\vdash$ of this chapter and the turnstile that will be introduced in the next. Thus, with all the conventions in place, the previous example would be written as $a ∧ b \vdash ¬(¬ a ∨ ¬ b)$. The empty set is written as an empty list, as in $\vdash (a ∨ ¬ a)$.
Does "separating them with commas" mean to represent $a ∧ b \vdash ¬(¬ a ∨ ¬ b)$ as $a, b \vdash ¬(¬ a ∨ ¬ b)$ ? Then what is the difference between $a ∧ b$ and $a, b$ ?
I can't figure out what the paragraph is saying from the two examples.
- Also a propositional language doesn't have comma as a punctuation symbol, while a first order language does. Is it true?
Thanks.