Lagmental Vicfred

LTE Computes Valuations of Exponential Differences by Vicfred

Last updated: Mon 16 December 2019

The lifting-the-exponent lemma replaces a large power difference by a base valuation plus the exponent valuation. The point is to make the formal expression readable enough to audit line by line.

Start locally

The valuation \(v_p(n)\) counts factors of \(p\), and the metric \(|x|_p=p^{-v_p(x)}\) reverses the usual sense of size. Hensel lifting turns approximate roots modulo \(p\) into exact \(p\)-adic roots.

$$ p\ \text{odd},\quad p\mid x-y,\quad p\nmid xy $$

I keep the defining relation \(\mathsf D\) above the derived relation \(\mathsf C\). This exposes whether cancellation used \(x\ne0\) and whether the conclusion is canonical.

$$ v_p(x^n-y^n)=v_p(x-y)+v_p(n) $$

Compute before generalising

The middle display is intentionally dense: it is where signs, bounds, multiplicities, or normalising factors are most likely to be lost.

$$ v_3(10^{18}-1)=v_3(10-1)+v_3(18)=2+2=4 $$

The global view

The aligned summary deliberately puts the datum and conclusion on different rows. Mathematically, this is the distinction between specifying an object and proving a property of it.

$$ \begin{aligned} \mathsf{D}\;&:\quad p\ \text{odd},\quad p\mid x-y,\quad p\nmid xy,\\[5pt] \mathsf{C}\;&:\quad v_p(x^n-y^n)=v_p(x-y)+v_p(n). \end{aligned} $$

Edge conditions

A congruence root lifts uniquely only in the simple-root case. Multiple roots need stronger inequalities and may split, disappear, or lift nonuniquely.

$$ \boxed{\begin{gathered} \text{compact conclusion}\\[-2pt] v_p(x^n-y^n)=v_p(x-y)+v_p(n) \end{gathered}} $$

The notation is dense, but it is doing honest work: every delimiter records scope and every index records dependence. Removing one should require a mathematical reason.

This article was posted on Sun 11 November 2018. Facts and circumstances may have changed since publication.
Please contact me before jumping to conclusions if something seems wrong or unclear.