coya

Take some log semiring R. Then, for any two x,y :: R, the following holds: x ^ log y == y ^ log x == e ^ (log x * log y) A Coya monoid is some commutative monoid (R, y = x ^ log y. The following laws hold: e # x = x (Left Identity) x # e = x (Right Identity) (x z == x z) (Associativity) x x (Commutativity) If the R is a poset where all elements in R are greater than one, then R also forms a group: x # (e ^ (1 / log (x))) == x


Keywords
data, library, math, Propose Tags , Coya
License
BSD-3-Clause
Install
cabal install coya

Documentation

coya

Hackage BSD3 license

See README for more info