uconf.constructions.cobar_coalgebra¶
Cobar construction for a C-coalgebra: Ω_α(V).
Given a twisting morphism α: C → P and a C-coalgebra (V, δ), the cobar construction is the free P-algebra
Ω_α(V) = (T_P(V), d_{T_P} + d_α)
where:
T_P(V) = ⊕_{n≥1} P(n) ⊗_{S_n} V^{⊗n}is the free P-algebra on V (seeuconf.algebraic.free_algebra).d_{T_P} = d_P + d_Vis the Leibniz differential on the free algebra (Koszul sign rule).d_αis the extra twisting differential.
The twisting differential d_α acts on each leaf of a corolla:
d_α(p ⊗ v_1 ⊗ … ⊗ v_n) = Σ_{i=1}^{n} Σ_{k≥2}
(-1)^{|p| + |v_1| + … + |v_{i-1}|}
· (p ∘_i α(c_k)) ⊗ v_1 ⊗ … ⊗ v'_1 ⊗ … ⊗ v'_k ⊗ … ⊗ v_n
where δ_k(v_i) = Σ c_k ⊗ v’_1 ⊗ … ⊗ v’_k is the C-coalgebra coaction and
p ∘_i α(c_k) ∈ P(n + k - 1) is the operadic composition.
Maurer-Cartan equation ∂α + α ⋆ α = 0 ensures d² = 0.
Ω_α(V) is a dg-P-algebra.
Reference: Loday-Vallette “Algebraic Operads”, Section 11.4.
Classes
|
Cobar construction Ω_α(V) as a P-algebra. |
|
Underlying dg-module of the cobar construction Ω_α(V). |
- class uconf.constructions.cobar_coalgebra.CobarCoalgebraModule(alpha, coalgebra)[source]¶
Bases:
FreeAlgebraModuleUnderlying dg-module of the cobar construction Ω_α(V).
Extends
FreeAlgebraModulewith the twisting differential d_α. Basis keys are(p_key, m_tuple)pairs inherited from the free algebra, wherep_key ∈ P(n)_planarandm_tuplehas lengthn.The total differential is
d = d_{T_P} + d_αwhered_{T_P}is the free-algebra Leibniz differential andd_αinserts new vertices via the coalgebra coaction and twisting morphism.- Parameters:
alpha (TwistingMorphism)
coalgebra (CooperadCoalgebra)
- class uconf.constructions.cobar_coalgebra.CobarCoalgebra(alpha, coalgebra)[source]¶
Bases:
OperadAlgebraCobar construction Ω_α(V) as a P-algebra.
Wraps
CobarCoalgebraModulewith the canonical P-algebra structure inherited from the free algebra.- Parameters:
alpha (TwistingMorphism) – A twisting morphism α: C → P.
coalgebra (CooperadCoalgebra) – A C-coalgebra (V, δ).