These are the axioms that I am allowed to use:
(1) $x + 0 = 0 + x = x$
(2)$x \cdot 1 = 1 \cdot x = x$
(3) $xy = 1 \iff y = \frac{1}{x}$, $x \neq0$
(4) $x+y = 0 \iff y = -x$
(5) $ x(y+z) = xy + xz$
(6) $(x < y) \land (y<z) \Rightarrow x<z \Rightarrow x+c < z+c$
Could you give me any suggestions on how to tackle this problem?
EDIT Would this problem be solvable if we were allowed to use the properties of + and *?
It can't be done from these axioms alone. Consider the $>$ relation. Your sixth axiom (which is the only one dealing with $<$) is valid if we put there $>$ instead of $<$. Therefore, if we could prove that $0<1$ from these axioms alone, then we would also be able to prove that $0>1$. And this is not true.