Minimal Yield in the Laurent-series ring #
Minimal Yield can be restated as a Birkhoff factorization in the ring of Laurent series
DM[t⁻¹][[t]] over the algebra of free Merge derivations, weighting a transformation F → F' by
tᵟ for a grading δ read off the size measures. This file defines the gradings
δb₀ F F' = b₀ F − b₀ F', δα F F' = α F' − α F, δσ F F' = σ F' − σ F,
shows Minimal Yield is 0 ≤ δb₀ ∧ 0 ≤ δα ∧ δσ = 1, and connects the gradings to the polar-part
operator R = LaurentSeries.polarHahn: a transformation satisfies weak Minimal Yield iff its
δb₀- and δα-monomials are both nonpolar (weak_iff_polarHahn).
The character ϕt : H →ₐ[R] LaurentSeries R on the Hopf algebra of nonplanar forests records,
in place of the derivation coefficients of DM, only the grading tᵟ with δ = δα; on a forest
it is t^{α(F)}. Since α(F) ≥ 0 it is nonpolar on every forest, so its Bogolyubov negative part
vanishes and it is its own renormalization: ϕt cannot see Sideward Merge, which is why the
intermediate-derivation character ψt is needed. Summing monomials over a family of
transformations, as ψt does, the polar part is the sum over the divergent ones
(LaurentSeries.polarHahn_sum_map_single).
Main definitions #
Minimalist.MinimalYield.δb₀,δα,δσ: the signed gradings.Minimalist.MinimalYield.gradingChar: the characterϕt.Minimalist.MinimalYield.renormGradingChar: its Birkhoff-renormalized partϕt,+.
Main results #
Minimalist.MinimalYield.iff_gradings,weak_iff_polarHahn: Minimal Yield as sign conditions and as nonpolarity.Minimalist.MinimalYield.polarHahn_gradingChar_of':ϕtis nonpolar.Minimalist.MinimalYield.birkhoffMinusTree_gradingChar: its negative part vanishes.
References #
- [marcolli-chomsky-berwick-2025], §3.5.2 (Propositions 3.5.2, 3.5.3, 3.5.6, Corollary 3.5.4, Lemma 3.5.5)
The gradings #
δb₀ F F' = b₀ F − b₀ F', nonnegative iff F → F' does not diverge.
Equations
- Minimalist.MinimalYield.δb₀ F F' = ↑(Multiset.card F) - ↑(Multiset.card F')
Instances For
δα F F' = α F' − α F, nonnegative iff F → F' loses no information.
Equations
- Minimalist.MinimalYield.δα F F' = ↑(Forest.numEdges F') - ↑(Forest.numEdges F)
Instances For
δσ F F' = σ F' − σ F, equal to 1 iff F → F' has minimal yield.
Equations
- Minimalist.MinimalYield.δσ F F' = ↑(Forest.numNodes F') - ↑(Forest.numNodes F)
Instances For
Weak Minimal Yield holds iff the δb₀- and δα-monomials of F → F' are both nonpolar.
The character ϕt #
The value of ϕt on a tree: t^{α(T)}.
Equations
- Minimalist.MinimalYield.gradingMonomialTree T = (HahnSeries.single ↑T.numEdges) 1
Instances For
ϕt on forests, multiplicative over disjoint union.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The character ϕt : H →ₐ[R] LaurentSeries R, ϕt(F) = t^{α(F)}.
Equations
Instances For
ϕt(F) = t^{α(F)}, since α is additive over forests.
ϕt is nonpolar #
ϕt is nonpolar on every forest, since α(F) ≥ 0.
Birkhoff renormalization #
The Bogolyubov negative part of ϕt vanishes on every tree.
The renormalized character ϕt,+ = birkhoffPlus ϕt.
Equations
Instances For
ϕt,+ coincides with the Bogolyubov preparation of ϕt on every tree.