Proofing My "Arithmetic?" Proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
mafagafo
Messages
188
Reaction score
12
This is a self-assigned question. Not homework.

I may have the right answer, but would like some reviewing. It came to me while reading on a CS topic, this did not come from a math textbook, otherwise it would be slightly more in context.

I did not use any formula (so 2 would be empty) and 1 and 3 are in a PDF here.

1. Is my work correct?
2. Is there an easier way to prove it?
3. What exactly is this? I called it an "'Arithmetic?' proof", but I don't think that this would be its name.
 

Attachments

Physics news on Phys.org
Dream case scenario I would get that
[tex]\text{Given that } S \text{ is an array of } m \text{ small nonnegative integers and } \alpha \text{ is a prime larger than the largest integer in } S[/tex]
[tex]\sum_{i=0}^{m-1}\left(\alpha^{m-(i+1)}\times S_{1_i} \right) \ne \sum_{i=0}^{m-1}\left(\alpha^{m-(i+1)}\times S_{2_i}\right) \forall S_1 \ne S_2[/tex]
Obs.: for convenience, S is zero-based (lame math).

I think that this is going to the bottom of my TODO list.
 
Well, that is clearly true.
Alpha doesn't even need to be prime for that to be the case. It just has to be larger than the largest integer in either S1 or S2.
Think about alpha = 10 and our number system where S is the index set of digits from 0 to 9. No two numbers are the same unless they have the same digits because 10 is bigger than the largest member of the index set.