Consider number system which uses only digits ${0,1,3,5,7,9}$ (odd digits with the except of 0). What will be the result in such system of summation 1+1 ? As I understand it should collapse into 1 or 3. What exactly it will be and why ?
EDIT:
As far as I understood - there is no canonical answer. Then question is - What are best / reasonable alternative definitions of + in such system. Any suggestions ?
Here is a reasonable definition. Let's call the set $X = \{0,1,3,5,7,9\}$.
$\forall a,b\in (X\setminus \{0\})$, you have $a+b=0$ and $a+0=0+a=a$.
$0+0=0$
That makes sense. Odd numbers add together to the only even number. An odd number plus the only even number gives an odd number. This matches parity, but is not an easy addition to use. You do not even wind up with a basic mathematical structure like a group $(X,+)$. While you can create an addition that forms a group, it is unlikely to be "natural".