8/1/26
The program, widgets, or Notes, should be accompanied by a suitable textbook, such as:
M.Bergmann, J.Moor, J.Nelson, The Logic Book
A.Hausman, H.Kahane, P.Tidman, Logic and Philosophy
W.Hodges, Logic
C.Howson, Logic with Trees
R.C.Jeffrey, Formal Logic: Its Scope and Limits
H.Leblanc and W.Wisdom, Deductive Logic
B.Mates, Elementary Logic
M.D.Resnick, Elementary Logic
Unfortunately these textbooks use slightly different choices of rules and symbols one from another. To adjust to this the Notes are in different major sections, with the sections tailored to particular texts.
You are invited to review
Notation
Not all logicians, and logical texts, use the same symbols for the so-called 'logical connectives'. Nor do they use the same sequences of symbols for 'well formed formulas'.
Here are typical possibilities for symbols
'not' : ∼ (the 'tilde'), ¬ (looks like the top right corner of a box)
'and': ∧, & (the ampersand), . (just a period)
'or': ∨ (usually just this, vel)
'implication': ⊃ , →
'equivalence': ≡, ↔
'existential quantifier': ∃, ∑
'universal quantifier':∀, ∏
So, in a logic book, you might see (A&B)→C and that is just the same as (A∧B)⊃C.
And you might see (∀x)(Fx ⊃ Gxy) and that might be just the same as ∀x(F(x)→G(x,y)).
The software running here can easily manage or render any of these. But we should explain what we favor, and help you find what you prefer.
The 'bergmann' system
The Bergmann, Moor, and Nelson book uses ∼, &, ∨, ⊃, ≡ as its sentential connectives. Sentence letters are upper-case A, B, C, etc. possibly with subscripts. Parentheses can be used (primarily for disambiguation). So, for example, ~(A&B) is a sentential formula.
Predicates are upper-case A, B, C, etc. possibly with subscripts. Constants are lower case [a-v], possibly with subscripts. Variables are lower case [w-z], possibly with subscripts. So, a simple unary predicate formula might be Aa; a binary one Bgf, a ternary one Hwxa etc.
Quantifiers are written in parentheses, as is the scope of a quantified (sub) expression. So the argument. Socrates is a man, All men are mortal, therefore, Socrates is mortal might be symbolized
Ms, (∀x)(Mx⊃M₂x) ∴ M₂s