In a previous question I have been told that lambda calculs is pure syntax. I see that Lambda calculus is introduced inductively, but I don't see from what axioms it follows that: $$(\lambda x.x) M \leadsto_\beta M$$ Because in the reduction above $\lambda x.x$ is seen as a function over Lambda terms.
Can somebody explain me what is the point here?