0

so i'm going through Terrence Tao's analysis 1 and he has a clear emphasis on rigor, however its kind of a contradiction when he didn't even go over the basics of mathematical logic.

A mathematical language needs symbols, and a structure of it needs an interpretation. Along with a mathematical structure, logical axioms and inference rules have to be accepted to do the mathematics and make deductions.

I also reading "A friendly introduction to mathematical logic", and it seems to me:

  1. Logical axioms such as equality, tautology and quantifiers (in book im reading)
  2. A rule(s) of inference like podus pones

And then a deduction is then a finite sequence of formulas that are either axioms, or inferred from already deducted formulas.

My question is that are these 4 axioms used to interpret all of the main of modern mathematics? Like set theory, algebra, analysis etc.

Thank you, I am a beginner and have no teachers, so please be kind to me :)

1 Answers1

1

I really like the Leary/Kristiansen A Friendly Introduction to Mathematical Logic -- and indeed it is one of the one of the top recommendations in my Beginning Mathematical Logic: A Study Guide.

But note: they set up one way of presenting first-order logic, which has some nice virtues. However there are other ways of doing the job, which have other virtues. For example, there are systems of logic with zero axioms where all the work is done with rules of inference. And arguably such systems reflect the logical moves in ordinary mathematical reasoning much more closely than axiomatic systems (hence their label, "natural deduction systems"). For just one example, in ordinary mathematical reasoning, from something of the form $P\ and\ Q$ we just infer $P$ straight off, by a "conjunction elimination" step, and certainly don't invoke a logical axiom like $(A \land B) \to A$ and use modus ponens.

So don't get hung up on just one way of regimenting basic logic. Even for standard first-order logic there are some different ways of setting up the semantics (somewhat different ways of handling the quantifiers in particular). And there are multiple ways of capturing first-order logic consequence in formal deductive systems -- some linear, some using upward branching trees, some downward branching trees, some playing with formulas, some with sequents, and more options besides.

For some pointers, see the Study Guide which you can download here.

Peter Smith
  • 54,743
  • I'm currently short for time and will come back to mathematical logic when I have my life sorted out. But for now, Would I be ok in taking the presentation of first-order logic as presented in "A friendly introduction to mathematical logic" by Leary a fine framework for the basis of a rigorous mathematics system? I also heard all of the logic systems applicable for math are equivalent, in terms of the rules of inference and logical axioms taken, why is this so? – Fraser James Dec 01 '23 at 10:49