You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
439 B

5 months ago
  1. Propositional logic formulas consist of \emph{atomic propositions}, \emph{logical operators}, and \emph{parentheses}.
  2. The \emph{well-formed formulas} of propositional logic are those
  3. which we obtain by using the construction rules below:
  4. $$\varphi \coloneqq ~ < \text{atomic proposition>} ~ | ~\varphi \wedge \varphi~ |~ \varphi \vee \varphi~ | ~\neg \varphi ~| ~\varphi \imp \varphi~ | ~\varphi \leftrightarrow \varphi~ | ~( \varphi )$$