I have to give a talk which mentions the Peano Axioms for Arithmetic. I want to make sure when i am explaining them in English I am describing them correctly.
(PA1) $(\forall x_1)( \neg s(x_1) = 0)$ $\ \ $
(PA2) $(\forall x_1) (\forall x_2) (s(x_1) = s(x_2) \to x_1 = x_2)$
(PA3) $(\forall x_1) x_1 + 0 = x_1$
(PA4) $(\forall x_1) (\forall x_2) x_1 + s(x_2) = s(x_1 + x_2)$
(PA5) $(\forall x_1) x_1 * 0 = 0$
(PA6) $(\forall x_1) (\forall x_2) x_1 s(x_2) = x_1 * x_2+x_1$
(PA7) $\phi (0) \to ((\forall x_1) (\phi (x_1) \to \phi(s(x_1))) \to (\forall x_1)\phi(x_1)$
(PA1) says 0 is not the succesor of any number.
(PA2) says Two numbers of which the successors are equal are themselves equal
PA3 says that additive identity exists
PA4 says successor function ()
PA5 says there exists a multiplicative identity
PA6 says
PA7 is the induction axiom and says If a set of numbers contains zero and also the successor of every number in the set, then every number is in the set.
Any help will be appreciated
You have PA1 and PA2 right (though the equivalent reading of PA2, that different numbers have different successors, is perhaps even easier to motivate).
PA3 obviously tells us both less and more than that there is an additive identity. Less, because it only tells us about adding zero on the right. And more because it tells us what that right-hand identity is. But why try to complicate things? It just generalises the familiar arithmetical truth that $n + 0 = n$.
PA4 just generalises the familiar truth that $m + (n + 1) = (m + n) + 1$ (since taking successors is the same as adding $1$, i.e. adding $s0$, by PA3 and a special case of PA4: $s(n) = s(n + 0) = n + s0$).
PA5 does not give us multiplicative identity (that identity is $1$, i.e. $s0$, not $0$). It just tells us that multiplying by zero gives us zero.
PA6 generalises the familiar $m(n + 1) = mn + m$
PA7 (presented like that) has nothing to do with sets. It's an axiom template or schema. And every instance that we get when we fill in the $\phi( )$ with a open sentence of Peano Arithmetic is an axiom. Suppose a particular filling for $\phi( )$ expresses the property $P$ -- then the instance of the axiom says, in effect, that if (i) $0$ has $P$ and (ii) $P$ is always passed from a number to its successor, then (iii) all numbers have $P$.
It is crucial to be clear that PA7 as a schema gives us a quite different theory ("First-order Peano Arithmetic") from a theory with a stronger axiom which talks about sets of numbers ("Second-order Peano Arithmetic").
You might find bits of my Introduction to Gödel's Theorems helpful -- in the second edition, Ch 13 on what first-order PA is (you'll need some sections from the previous three chapters) and Ch 29 on second-order PA.