Documentation

BSeries.Series.NthRoot

n-th roots of characters #

The general convolution roots of arXiv:2507.21006, Theorem 6.1: for every character ψ and n with n invertible, there is a normalized functional ρ with ρ^{⋆n} = ψ. The construction avoids iterated coproducts by a single recursion on the pair (forest order, convolution power): unrolling ρ^{⋆(k+1)} = ρ ⋆ ρ^{⋆k} through the boundary cuts gives

ρ^{⋆m}(φ) = m ρ(φ) + Σ_{k=2}^{m} Σ_{proper} ρ(P) ρ^{⋆(k-1)}(T),

so ρ(φ) is determined at level m = n by division, with all remaining data of strictly smaller order.

@[irreducible]

The joint data of an n-th root and its convolution powers: rootData ψ n k φ = ρ^{⋆k}(φ) for the n-th root ρ of ψ.

Equations
Instances For
    theorem BSeries.RootedForest.rootData_one_of_ne {R : Type u} [CommRing R] (ψ : HopfAlgebras.ForestAlgebra.Character R) (n : ) [Invertible n] {φ : HopfAlgebras.RootedForest} ( : φ 0) :
    rootData ψ n 1 φ = n * (ψ.evalForest φ - jFinset.range (n - 1), (List.map (fun (term : HopfAlgebras.RootedForest × HopfAlgebras.RootedForest) => rootData ψ n 1 term.1 * rootData ψ n (j + 1) term.2) φ.properCoproductTerms).sum)
    theorem BSeries.RootedForest.rootData_succ_succ_of_ne {R : Type u} [CommRing R] (ψ : HopfAlgebras.ForestAlgebra.Character R) (n : ) [Invertible n] (k : ) {φ : HopfAlgebras.RootedForest} ( : φ 0) :
    rootData ψ n (k + 2) φ = rootData ψ n 1 φ + rootData ψ n (k + 1) φ + (List.map (fun (term : HopfAlgebras.RootedForest × HopfAlgebras.RootedForest) => rootData ψ n 1 term.1 * rootData ψ n (k + 1) term.2) φ.properCoproductTerms).sum
    theorem BSeries.RootedForest.rootData_eq_smul_add {R : Type u} [CommRing R] (ψ : HopfAlgebras.ForestAlgebra.Character R) (n : ) [Invertible n] (m : ) {φ : HopfAlgebras.RootedForest} ( : φ 0) :
    rootData ψ n (m + 1) φ = (m + 1) rootData ψ n 1 φ + jFinset.range m, (List.map (fun (term : HopfAlgebras.RootedForest × HopfAlgebras.RootedForest) => rootData ψ n 1 term.1 * rootData ψ n (j + 1) term.2) φ.properCoproductTerms).sum

    The unrolled power identity: ρ^{⋆m}(φ) = m ρ(φ) + Σ_{k=2}^{m} S_k(φ) on non-empty forests.

    theorem BSeries.RootedForest.rootData_top {R : Type u} [CommRing R] (ψ : HopfAlgebras.ForestAlgebra.Character R) (n : ) [Invertible n] (hn : n 0) {φ : HopfAlgebras.RootedForest} ( : φ 0) :
    rootData ψ n n φ = ψ.evalForest φ

    The defining property of the n-th root data: at level n, the recursion inverts to ρ^{⋆n}(φ) = ψ(φ) (arXiv:2507.21006, Theorem 6.1, the recursion step).

    The n-th root of a character, as a linear functional (arXiv:2507.21006, Theorem 6.1).

    Equations
    Instances For

      The convolution powers of the n-th root functional realize the joint root data.

      Existence of n-th convolution roots (arXiv:2507.21006, Theorem 6.1): the n-th power of the root functional is the character.