A [[Formal Language|formal language]] is defined by its symbols, [[Syntax|syntax]] and [[Semantics|semantics]].
Note that [[L1P (Propositional Logic)]] is a sublanguage of $L_{1}$. The advantage of $L_{1}$ are constants and predicates.
# Symbols
> [!Definition] Constants
> Constants or individual constants in $L_{1}$ are: lower-case letters from the beginning of the alphabet, potentially followed by a numerical index e.g. $a,a_{1},a_{2},\dots,b,b_{1},b_{2},\dots$
>
> >Constants are analogous to names in [[Natural language]] (e.g., John, Jane, London, France, Ben Nevis, etc.). Like names their role is to refer to particular objects
>[!note] Variables
>We use lower case letters from the end of the alphabet as variables e.g. x, y, z.
> [!Definition] Predicates
> A *predicate* is that which is said of a (grammatical) subject, or rather, the part of a sentence or clause in which something is said about the subject.
>
> In $L_{1}$ predicates are written as strings of letters and numerals, always starting with a capital letter, followed by a number of variables surrounded by brackets, and separated from each other by commas. E.g. $F(x),\text{Smiling}(x), \text{TallerThan}(x,y),\dots$
> >In addition, we have a special predicate '$=