I was reading a definition in the logic lecture notes of Oxford University. In Definition 1.2
Definition 1.2.
A string of L is a formula of L if and only if
1) it is a propositional variable (i.e. it consists of a single symbol, which is a propositional variable),
2)it is of the form ¬A, where A is a formula,
3) it is of the form (A → B), (A ∧ B), (A ∨ B) or (A ↔ B), where A and B are formulas. The set of all formulas of L is denoted Form(L).
I did not understand the 2nd rule,
it is of the form ¬A, where A is a formula,
if there is no atom A how can be the both A and ¬A satisfy the L? Can someone explain to me.
This is a definition that tells us how we are allowed to build formulae. The set of formulae that we can build is called $L$.
We can build a formula using the following formation rules:
There are no other ways that we can build formulae.
An example of the use of the formation rules is that $p \rightarrow \neg q$ is a formula, if $p$ and $q$ are propositional variables. We show this by using the formation rules as follows: