GL/CK duality for Δ^ρ and coassociativity of the pruning coproduct #
The duality theorem pairing_gl_eq_pairing_coproduct_Rho:
⟨x ⋆ y, z⟩ = pairing₂ (y ⊗ x) (Δ^ρ z)
pairing the Grossman-Larson product against the pruning coproduct
through the symmetry-weighted pairing, and its consequence: Δ^ρ
coassociativity (comulRhoN_coassoc) and the
Bialgebra R (ConnesKreimer R (Nonplanar α)) instance
(instBialgebraRho), both transported from GrossmanLarson.mul_assoc.
Orientation #
The tensor slots are crossed: linglib's GL product x ⋆ y grafts
y's trees into the host x (so x carries the root structure, cf.
bMinusLin_gl_mul placing B⁻ on x), while Δ^ρ puts the pruned
crown in the first tensor slot and the root trunk in the second
(comulTreeN). Hence y pairs against crowns and x against trunks.
An earlier sorry-fenced statement of this theorem used the uncrossed
orientation pairing₂ (x ⊗ y) (Δ^ρ z), which is false (e.g.
x = {•_p}, y = {•_q}, z the 2-chain p–q: LHS 1, RHS 0).
Both orientations were checked against the exhaustive planar simulation
battery in scratch/validate_duality.lean (V1): the crossed form holds
on all weight-matched triples of forests of weight ≤ 3 and on targeted
weight-4 duplicate-tree traps; the uncrossed form fails on 72 of them.
This file lives downstream of BMinus.lean (whose B⁻ calculus drives
the single-tree induction step), so the duality theorem and its
consumers were moved here from Coproduct/PruningNonplanar.lean.
Proof architecture (weight induction on z) #
Reduce to basis forests z = of' C by linearity; strong induction on
total weight of C:
C = 0: both sides are counits —counit_gl_mul.C = {T},T = B⁺_a W:⟨x ⋆ y, B⁺_a W⟩unfolds viapairing_apply_bPlus_gl_mul(B⁺/B⁻ adjoint + the OG cocyclebMinusLin_gl_mul);pairing₂ (y ⊗ x) (Δ^ρ B⁺_a W)unfolds via the Hochschild cocyclecomulTreeN_node_cocycle+ the adjoint moved through the second tensor slot. The two recurrences match summand-wise; theT ⊗ 1term is the adjoint identity itself.C = T ::ₘ C'(C' ≠ 0): splitof' C = ofTree T * of' C'; applypairing_product_of'_mul_of'(LHS) and the tensor-square ofpairing_of'_mul(RHS, viaΔ^ρmultiplicativity); the twoantidiagonal-indexed sums match termwise under the induction hypothesis atofTree Tandof' C'.
Adjoint through the second tensor slot #
Pairing against the unit #
Tensor-square of the pairing product rule #
CK-typed linearity of the GL product in its first slot #
GrossmanLarson.product is a LinearMap at the GrossmanLarson carrier;
these restate first-slot linearity with all terms ascribed at
ConnesKreimer (definitionally equal carriers, syntactically different
instances), so they can be used as rewrite rules in CK-typed goals.
The duality theorem #
GL/CK duality for Δ^ρ ([Foi02]): the GL ⋆ product and
the pruning coproduct Δ^ρ are adjoint under the symmetry-weighted
pairing, with crossed tensor slots (see module docstring):
⟨x ⋆ y, z⟩ = pairing₂ (y ⊗ x) (Δ^ρ z)
(y against pruned crowns, x against root trunks).
Coassoc LinearMaps + chain lemmas via the duality #
LHS chain via the duality (twice): pairing the LHS coassoc
expression against a pure triple tensor reduces to pairing the
GL product z' ⋆ (y ⋆ x) against z.
RHS chain via the duality (twice): pairing the RHS coassoc
expression against a pure triple tensor reduces to pairing the
GL product (z' ⋆ y) ⋆ x against z.
Coassociativity of Δ^ρ via GL/CK duality (LinearMap form) #
Specialized to [CommRing R] (rather than [CommSemiring R]) since the
proof uses subtraction (via sub_eq_zero in pairing₃_unique), which
requires R to be a Ring (so CK R T has AddCommGroup).
Coassociativity of comulAlgHomN (LinearMap form), via GL/CK
duality. Parallel to TraceNonplanar.comulCN_coassoc for Δ^c.
Derived via the chain:
ext z: reduce to pointwiseLHS z = RHS z.pairing₃_unique: reduce to∀ t, pairing₃ t (LHS z) = pairing₃ t (RHS z).TensorProduct.induction_onthrice: reducetto pure triple tensorsx ⊗ (y ⊗ z').pairing₃_coassocLHSLinRho/pairing₃_coassocRHSLinRho: reduce both sides to GL products againstz(two duality applications each).GrossmanLarson.mul_assoc z' y xcloses.
AlgHom-form coassociativity of comulAlgHomN. Follows from
comulRhoN_coassoc (LinearMap form) by AlgHom extensionality, the
same one-liner pattern as TraceNonplanar.comulCAlgHomN_coassoc_algHom.
Bialgebra instance #
Built via Bialgebra.ofAlgHom from comulAlgHomN_coassoc_algHom (GL/CK
duality) and the two counit AlgHom laws. The duality-based coassoc proof
forces [CommRing R] [CharZero R] [NoZeroDivisors R]; the counit laws
hold over [CommSemiring R] and are automatically satisfied.
Equations
- RootedTree.ConnesKreimer.instBialgebraRho = Bialgebra.ofAlgHom RootedTree.ConnesKreimer.comulAlgHomN RootedTree.ConnesKreimer.counit ⋯ ⋯ ⋯