Using only the axioms for the integers
i) Prove that if a is a positive integer then the sequence $ a, a + a, a + a + a, . . . $ or $a, 2a, 3a, . . .$ has no repetitions.
That is $ka \neq la$ if k and l are different positive integers.
ii) Prove that the set of integers is infinite.
I) Proof by contradiction assume ka=la where $\forall k$ and $\forall l \in \mathbb{Z^{+}}$ s.t $k \neq l $ since the integers are closed under inversion there exist's an $a^{-1} \in \mathbb{Z} $ s.t $a^{-1}a =1$ so $kaa^{-1}=laa^{-1} \to k(1)=l(1) \to k=1$ this mean that when
II) Proof by contradiction: let a be in the positive integers now assume the integers are finite. If they are finite the well ordering principle states there is a largest element Q. since Q is an integer and a is an integer Q+a is an integer but since Q is the largest integer $Q>Q+a$ by additive inverse we add negative Q to both side's $Q+(-Q)>Q+a+ (-Q)$ by commutativity and associativity $0>[Q+(-Q)] +a \to 0 > a$ this is a contradiction so clearly the integers are infinite.
It feels like I) is missing alot it doesnt feel well adapted to the question and the contridiction feels it might nto be contradicting the right thing. as for II) it just doesnt feel right...
Any help in making these into formal proofs would greatly be appreciated.