equational_theories

A project to map out the relations between different equational theories of Magmas.

https://github.com/teorth/equational_theories

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, acm.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A project to map out the relations between different equational theories of Magmas.

Basic Info
Statistics
  • Stars: 414
  • Watchers: 6
  • Forks: 86
  • Open Issues: 51
  • Releases: 3
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Equational theories project

License: Apache 2.0 Code Style: Black Website Documentation Blueprint Progress Paper Zulip Channel

Hasse diagram of selected equations

The purpose of this project, launched on Sep 25, 2024, is to explore the space of equational theories of magmas, ordered by implication. To begin with we shall focus only on theories of a single equation, and specifically on the 4694 equational laws involving at most four magma operations, up to symmetry and relabeling (here is the list in Lean and in plain text). This creates 4694*(4694-1) = 22,028,942 implications that need to be proven or disproven, creating both "implications" and "anti-implications".

We will accumulate both "proven" and "conjectured" implications and anti-implications: proven assertions will be verified in the proof assistant language Lean, and "conjectured" assertions represent all claims (either human-generated or computer-generated) that have not yet been verified in Lean. The current status of the project can be found on the dashboard.

Some selected equations of interest are listed here (in Lean form) and here (in a human readable blueprint). Examples include - Equation 1: x = x. The trivial law. - Equation 2: x = y. The singleton law. - Equation 43: x y = y x. The commutative law. - Equation 46: x y = z w. The constant law. - Equation 4512: x (y z) = (x y) z. The associative law.

Here is a tour of several selected equations, including the ones above.

Current statistics and data files, updated automatically: - dashboard

Current visualizations, updated automatically: - Equation Explorer is a tool for exploring the graph of equation implications. - Finite Magma Explorer is a tool for exploring finite magmas and the equations they satisfy. - Graphiti is a tool for visualizing the implication graph.

For guidelines on how to contribute, see the CONTRIBUTING.md file. Participants are requested to abide by our code of conduct.

Building the project

To build this project after installing Lean and cloning this repository, follow these steps:

% cd equational_theories/ % lake exe cache get % lake build

Links

Owner

  • Login: teorth
  • Kind: user

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 46
  • Total pull requests: 185
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 2 days
  • Total issue authors: 9
  • Total pull request authors: 32
  • Average comments per issue: 1.96
  • Average comments per pull request: 0.43
  • Merged pull requests: 152
  • Bot issues: 13
  • Bot pull requests: 4
Past Year
  • Issues: 46
  • Pull requests: 185
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 2 days
  • Issue authors: 9
  • Pull request authors: 32
  • Average comments per issue: 1.96
  • Average comments per pull request: 0.43
  • Merged pull requests: 152
  • Bot issues: 13
  • Bot pull requests: 4
Top Authors
Issue Authors
  • teorth (167)
  • github-actions[bot] (23)
  • pitmonticone (22)
  • Shreyas4991 (11)
  • vlad902 (8)
  • madvorak (8)
  • codyroux (5)
  • zaklogician (4)
  • amirlb (3)
  • Joe-McCann (2)
  • 0art0 (2)
  • carlini (2)
  • Command-Master (2)
  • dwrensha (2)
  • dependabot[bot] (1)
Pull Request Authors
  • teorth (267)
  • vlad902 (81)
  • pitmonticone (66)
  • madvorak (50)
  • dwrensha (40)
  • euprunin (29)
  • Command-Master (29)
  • carlini (27)
  • nomeata (25)
  • amirlb (24)
  • goens (21)
  • Shreyas4991 (19)
  • zaklogician (19)
  • github-actions[bot] (17)
  • digama0 (17)
Top Labels
Issue Labels
project-task (12) auto-update-lean-fail (4) awaiting-review (2) dependencies (1) awaiting-CI (1) do-not-merge (1)
Pull Request Labels
awaiting-CI (47) awaiting-review (42) auto-update-lean (16) contribution (12) do-not-merge (12) paper (3) project-task (3) dependencies (2) github_actions (2) awaiting-author (2) awaiting-merge (1) WIP (1)