Formal Systems are ways of thinking about first order Logic. The have four parts:
- An alphabet: These are the symbols which are used in the formal system to make formulas or sentences.
- A grammar: This tells you whether a sentence is something that can be inside the formal system. âI am a cowâ is an English sentence, and âCow am I aâ is not (English isnât a formal system, but grammar does the same job in it).
- A set of axioms: This tells you some sentences that are in the formal system.
- Inference rules: If you want to make a sentence that is in the system, start with some other sentence and apply an inference rule, and you wind up with something in the formal system. So if âreplace an A with a Bâ is an inference rule, and âALPHABETâ is in the formal system, then so is âBLPHABETâ and âALPHBBETâ.