5

What's the differences beetween Axiomatic systems and Formal Systems ? What i think is that an Axiomatic system is simply a less strict version of a Formal System, as the answer to this question says.

And, for example, linear algebra stands on an axiomatic system, instead First Order Logic stands on a formal system.Is it true ?

What do you think ?

Qwerto
  • 969
  • 6
  • 20

1 Answers1

8

Terminology is fluid (as Carl Mummert remarks). But in many/most people's hands, axiomatic vs non-axiomatic and informal vs formal mark orthogonal distinctions.

You can have informal and formal axiomatic systems (Euclid vs first order Peano Arithmetic). You can axiomatic vs non-axiomatic systems, whether fully formal or otherwise (e.g. axiomatic and natural deduction systems of first order logic).

Axiomatization is a matter of how some theoretical apparatus is organised: do we lay down some "starter" propositions, and then some rules for deriving more propositions? Or do we, e.g. regiment just using derivation rules?

Formalization is a matter of how stringent we are in specifying that apparatus -- usual informal mathematical standards of rigour or the sort of specifications we could (in principle) feed to a computer for formal checking?

Peter Smith
  • 54,743
  • What makes Euclidean geometry "informal"? – tribbloid Oct 22 '21 at 17:31
  • 1
    I said Euclid, not Euclidean. Of course we can formalize Euclidean geometry as e.g. Hilbert did. But the Euclid we learnt at school could be said to be an axiomatic but not fully formalized theory. – Peter Smith Oct 23 '21 at 15:57