While driving to work I thought about a rule, problem is I don't know how to prove it.
The rule is:
For any base $B$ there will always be two palindrome numbers $A$ and $C$, whose values are: $A=(B+1), C=(B-1)$
$A$ is always $11$ - a palindrome, and $C$ will always have one digit - a palindrome.
Examples:
Base Ten: $B=10, A=B+1=11, C=B-1=9$; they both are palindrome.
Binary: $B=2,A=11,C=1$.
My Question: How can I formally prove that? am I wrong?
The most probably cause of your confusion is the simplicity of the proof. Indeed, there is not much more to show than:
And indeed, that is just a more dressed up way of what you wrote in your question :).