Let x be a natural number and R(x) be the reversal of x.
- If R(x)=2000, then what is x ?
- If R(x)= 2000000, then what is x?
I feel it's strange if they both have the same answers x=2. If they both have the same answers x=2, then we can state that There are no natural numbers whose reversal ending with digit zero???. My question is: Are $2$, $02$, $002$, $0002$ the same numbers or they are $4$ distinct numbers with the same absolute value 2 ?
List item
For a natural number there is no such thing as a leading or ending digit. However, for the representation of that number in a (positional) number system such as the decimal system, we can speak of leading/ending digits. It is customary to not write leading zeroes (except for the number zero itself that has the decimal representation $0$ consisting of a single digit symbol that is both leading and ending). Hence the number of fingers on my hands combined is written as $10$, not $010$, not $0010$. In this sense, $02$, $002$, $0002$ are not valid representations of natural numbers in the decimal (or any other positional) system.
It also follows from this that when one wants o define a function $R$ for the concept "reversal of digits" one has to either make the convention that the result is not defined for numbers that "illegally" produce a representation that would begin with digit $0$ (without being the representation of $0$ itself); or to make the convention that any superfluous leading zeroes produced by reversal are to be dropped. The first convention would make $R(20)$ and $R(200)$ undefined; the second makes $R(20)=R(200)=2$. With both of these conventions, there is no natural number $n$ with $R(n)=20$.