coya: Coya monoids

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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, #), where x # y = x ^ log y. The following laws hold:

e # x = x (Left Identity)

x # e = x (Right Identity)

(x # y) # z == x # (y # z) (Associativity)

x # y == y # 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


[Skip to Readme]

Properties

Versions 0.1, 0.1, 0.1.0.1
Change log CHANGELOG.md
Dependencies base (>=4.10.1 && <4.13), groups (>=0.4), primitive (>=0.6.4), refined (>=0.3), semirings (>=0.3) [details]
License BSD-3-Clause
Copyright 2019 chessai
Author chessai
Maintainer chessai1996@gmail.com
Category Data, Math
Home page https://github.com/chessai/coya
Bug tracker https://github.com/chessai/coya/issues
Source repo head: git clone https://github.com/chessai/coya.git
Uploaded by chessai at 2019-04-11T18:05:18Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for coya-0.1

[back to package description]

coya

Hackage BSD3 license

See README for more info