Integrality of Möbius factors of strong divisibility sequences #
For a strong divisibility sequence c in a UFD R (nowhere zero on n ≥ 1), the Möbius factor
∏_{d ∣ n} c_d ^ μ(n/d), a priori an element of the fraction field, lies in the image of R.
moebiusFactorR c n is its unique R-preimage, characterised by algebraMap_moebiusFactorR:
its image in any fraction field is the Möbius formula.
Auxiliary material for the formalization of M. Stoll, Galois groups over ℚ of some iterated polynomials, Arch. Math. 59 (1992), 239-244; upstreaming candidates for Mathlib.
The Möbius factor of c in the fraction field.
Equations
- moebiusFactorK c n = ∏ x ∈ n.divisorsAntidiagonal, (algebraMap R K) (c x.2) ^ ArithmeticFunction.moebius x.1
Instances For
A Möbius factor of a nowhere-zero sequence is nonzero in the fraction field.
Möbius inversion in the fraction field: c n = ∏_{d ∣ n} moebiusFactorK c d.
algebraMap a / algebraMap b is integral iff b ∣ a (for b ≠ 0).
The R-valued Möbius factor: the (unique, by injectivity) preimage of the fraction-field factor. Junk value if the factor is not integral.
Equations
- moebiusFactorR c n = Function.invFun (⇑(algebraMap R (FractionRing R))) (moebiusFactorK c n)
Instances For
The valuation gap v_p(numProd) - v_p(denProd) is the Möbius transform of v_p ∘ c.
The p-multiplicity of a gcd is the minimum of the multiplicities.
v_p ∘ c is a gcd-min function when c is a strong divisibility sequence.
Integrality (approach a). For a nowhere-zero strong divisibility sequence c in a UFD R,
the fraction-field Möbius factor moebiusFactorK c n lies in the image of R.
API lemma. In any fraction field K of R, the image of moebiusFactorR c n is the
Möbius formula (for a nowhere-zero strong divisibility sequence).
Möbius inversion in R: c n = ∏_{d ∣ n} moebiusFactorR c d for a nowhere-zero strong
divisibility sequence.
The defining identity of the R-valued factor: β_n · denProd = numProd.
v_p(β_n) is the Möbius transform of v_p ∘ c.
If v_p ∘ c has the constant-valuation shape (value E exactly on the multiples of m),
then v_p(β_n) is supported at the single index n = m.
Pairwise relative primality of the Möbius factors of a strong divisibility sequence with the constant-valuation property: distinct factors share no prime.