0.999.../Decimal multiplication by 10

From testwiki
Revision as of 09:48, 28 April 2022 by imported>Z423x5c6 (Theorem: // Edit via Wikiplus)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Multiplying an infinite decimal by 10 is just as simple as multiplying an finite decimal by 10: every digit shifts one space to the left.

Assumptions

Theorem

Statement

If Template:Math then Template:Math

Proof

We apply the definition of an infinite decimal as a series:

A=n=0an10n.

Next we apply the fact that a scalar multiple of a series can be computed term-by-term:

10A=n=010an10n=n=0an10n1.

Next we shift the series:

10A=a0+n=0an+110(n+1)1.

But Template:Math by assumption, so we can simplify:

10A=n=0an+110n,

which is the desired result.

Template:BookCat