Documentation

RoughPaths.Signature.Piecewise

Piecewise-linear signatures and Chen's theorem #

Group-likeness is closed under the tensor (Chen) product — via the bialgebra keystone Word.shuffle_splits_perm from HopfAlgebras.Words.SplitShuffle — giving the piecewise-linear signature, Chen's theorem for concatenation, and the signature monoid.

Group-likeness of the tensor product #

theorem RoughPaths.Word.sum_map_flatMap {R : Type v} {β γ : Type u} [AddCommMonoid R] (l : List β) (f : βList γ) (g : γR) :
(List.map g (List.flatMap f l)).sum = (List.map (fun (x : β) => (List.map g (f x)).sum) l).sum
theorem RoughPaths.Word.IsGroupLike.tensorProduct {α : Type u} {R : Type v} [CommSemiring R] {a b : List αR} (ha : IsGroupLike a) (hb : IsGroupLike b) :

The tensor (concatenation) product of group-like series is group-like — the summed form of shuffle–deconcatenation compatibility.

Piecewise-linear signatures and Chen's theorem #

def RoughPaths.Word.piecewiseLinearSignature {α : Type u} {R : Type v} [Field R] (segs : List (αR)) :
List αR

The signature of a piecewise-linear path: the ordered tensor product of the segments' exponentials.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Chen's concatenation theorem for piecewise-linear paths: the signature of a concatenation is the tensor product of the signatures.

    The signature of a piecewise-linear path is group-like.

    @[simp]

    The signature of a single segment.

    theorem RoughPaths.Word.piecewiseLinearSignature_reverse_neg {α : Type u} {R : Type v} [Field R] [CharZero R] (segs : List (αR)) :

    Group inverse of a piecewise-linear signature: running the path backwards — reversed, negated segments — inverts the signature. Together with piecewiseLinearSignature_append (Chen), the piecewise-linear signatures form a group, not just a monoid.

    noncomputable def RoughPaths.Signature.ofPiecewiseLinear {α : Type u} {R : Type v} [Field R] [CharZero R] (segs : List (αR)) :

    The bundled signature of a piecewise-linear path.

    Equations
    Instances For

      Chen's theorem, bundled: concatenation of paths multiplies signatures.