A formal system F
consists of:
- A finite set of symbols (the alphabet)
- A grammar that determines which strings of symbols are well-formed formulas (WFFs)
- A set of axioms, which are specific WFFs
- A set of inference rules for deriving new WFFs from existing ones
A formal system is consistent if it is not possible to derive a contradiction (both a statement and its negation). It is complete if every statement in the language can either be proven or disproven within the system.