a.k.a. propositional calculus
A Formal system that implements working with the logical notions of and (), or (), not , if ... then ... () (implication), and Deduction (from propositions to consequences, using rules of inference encapsulated within ). derived propostions are put within angle brackets and .
See chapter VII of GEB
Well formed strings
Atoms (atomic symbols which stand for initial propositions): , , , and any primed () version.
Well-formed strings are defined recursively. If and are well-formed, then these are also well-formed:
A special formal rule. Can put any series of well formed propositions within the square brackets (, ), as long as each proposition can be derived from the previous, using the rewrite rules above, except the first one, which is jut required to be a well-formed string (and it's like a fantasy axiom, what if).
The deduction theorem (aka fantasy rule) than says that is a theorem, where is the initial string, and is the final string in the derivation i.e. when can be derived when is assumed to be a theorem. Only strings that result from the fantasy rule (and strings that are derivable from them), are considered genuine theorems, I think. So this is a slightly different kind of Formal system, than those usually defined, right?
These implications/derivation rules are interesting from a formal system perspective. They are a a representation inside the system of a statement about the system.
Method of truth tables