[Math] a primitive notion and an Axiom

logic

I'm a beginner of learning about Classes, Sets, Types of Definitions(Intensional, Extensional and Ostensive) when I came across primitive notion and Axioms. Now I understand Axiom of Extensionality but the actual definition of an Axiom is just confusing, according to one source, it's any logical statement assumed to be true, and another says an axiom is the little bits of information that help us infer(because without these bits, we can't infer from nothing)

My second question is: What's a primitive Notion, and where is its relevance in sets and mathematical logic? Thanks for the help guys!

Best Answer

I think you may be hoping for more of an insight, but "primitive notion" simply means a syntactic element that appears in the Axioms with no definition in terms of simpler elements. We have to start somewhere, right? So in set theory the relation $\in$ for set membership is a primitive notion.

Similarly the Axioms are the statements with which we begin reasoning to prove Theorems in a theory. The Axioms come without justification; they are assumed to be true for the purpose of the theory... If the Axioms turn out to be inconsistent, then the theory they create is not so interesting.


Perhaps it will help to illustrate the primitive notions of set theory (membership $\in$ and identity $=$, though this last is often bundled with the logic of predicate calculus) if we discuss some notions that are not primitive because they are defined in terms of simpler notions. We can think of these definitions as abbreviations for expressions made up, ultimately, of only primitive notions.

A simple example might be the subset relation $\subseteq$. To say one term is a subset of another can be defined using only logical syntax and the primitive notion of membership:

$$ x \subseteq y \equiv_{def} \forall z (z \in x \implies z \in y) $$

The idea of this definition/abbreviation is that we can use the subset symbol anywhere that we would like to proceed as if replacing a statement about "subset" is to mean the more verbose statement, any member of the first term is also a member of the second term.

In this way one can actually build up an easily recognized framework for mathematics starting from the primitive notion of membership $\in$.

Related Question