agda-algebras
The Agda Universal Algebra Library (html docs available at the url below)
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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, sciencedirect.com, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.1%) to scientific vocabulary
Keywords
Repository
The Agda Universal Algebra Library (html docs available at the url below)
Basic Info
- Host: GitHub
- Owner: ualib
- License: cc-by-sa-4.0
- Language: Agda
- Default Branch: master
- Homepage: https://ualib.github.io/agda-algebras/
- Size: 65 MB
Statistics
- Stars: 33
- Watchers: 4
- Forks: 7
- Open Issues: 8
- Releases: 3
Topics
Metadata Files
README.md
agda-algebras
This is a copy of the Agda Universal Algebra Library which depends the Standard Library of the Agda proof assistant language. It is currently under active reconstruction, and should be regarded as α software.
The previous version of the library (which was called UALib and relied more heavily on the Type Topology library of Martín Escardó) is no longer maintained, but is still available at the following urls.
- UALib source code repository: https://gitlab.com/ualib/ualib.gitlab.io
- UALib documentation: https://ualib.gitlab.io
Introduction
This repository contains the source code, as well as the files used to generate the documentation, of the Agda Universal Algebra Library.
Documentation
Agda was used to generate html pages for each module. These pages are now served at
Installation
Install Agda
The library has been developed and tested with Agda version 2.6.2 and the Agda Standard Library version 1.7. (It may work with more recent versions, but there are no guarantees.)
If you don't have Agda, follow the official Agda installation instructions.
For reference, the following is a list of commands that should correctly install Agda version 2.6.2 on a Linux machine. These commands were tested on a Ubuntu 22.04 machine. Please submit a new issue or merge request if these commands don't work for you.
cabal update
git clone git@github.com:agda/agda.git
cd agda
git checkout release-2.6.2
cabal install Agda-2.6.2 --program-suffix=-2.6.2 # (takes a very long time)
cd ~/.cabal/bin/
touch ~/.emacs
cp ~/.emacs ~/.emacs.backup
./agda-mode-2.6.2 setup
./agda-mode-2.6.2 compile
mkdir -p ~/bin
cp ~/.emacs ~/bin
cp ~/.emacs.backup ~/.emacs
cd ~/bin
echo '#!/bin/bash' > agdamacs
echo 'PATH=~/.cabal/bin:$PATH emacs --no-init-file --load ~/bin/.emacs $@' >> agdamacs
chmod +x agdamacs
echo 'export PATH=~/bin:~/.cabal/bin:$PATH' >> ~/.profile
Now invoking the command agdamacs will launch emacs with Agda 2.6.2 and agda-mode installed.)
For more details, see also: INSTALL_AGDA.md
Contributing to this repository
If you wish to contribute to this repository, the best way is to use the standard fork-clone-pull-request workflow.
Credits
The agda-algebras library is developed and maintained by the ualib/agda-algebras development team.
The agda-algebras development team
Acknowledgements and attributions
We thank Andreas Abel, Jeremy Avigad, Andrej Bauer, Clifford Bergman, Venanzio Capretta, Martín Escardó, Ralph Freese, Hyeyoung Shin, and Siva Somayyajula for helpful discussions, corrections, advice, inspiration and encouragement.
Most of the mathematical results formalized in the agda-algebras are well known. Regarding the source code in the agda-algebras library, this is mainly due to the contributors listed above.
References
The following Agda documentation and tutorials helped inform and improve the agda-algebras library, especially the first one in the list.
- Escardo, Introduction to Univalent Foundations of Mathematics with Agda
- Wadler, Programming Languages Foundations in Agda
- Bove and Dybjer, Dependent Types at Work
- Gunther, Gadea, Pagano, Formalization of Universal Algebra in Agda
- Norell and Chapman, Dependently Typed Programming in Agda
Finally, the official Agda Wiki, Agda User's Manual, Agda Language Reference, and the (open source) Agda Standard Library source code are also quite useful.
How to cite the Agda Universal Algebra Library
To cite the agda-algebras software library in a publication or on a web page, please use the following BibTeX entry:
bibtex
@misc{ualib_v2.0.1,
author = {De{M}eo, William and Carette, Jacques},
title = {{T}he {A}gda {U}niversal {A}lgebra {L}ibrary (agda-algebras)},
year = 2021,
note = {{D}ocumentation available at https://ualib.org},
version = {2.0.1},
doi = {10.5281/zenodo.5765793},
howpublished = {{G}it{H}ub.com},
note = {{V}er.~2.0.1; source code: \href{https://zenodo.org/record/5765793/files/ualib/agda-algebras-v.2.0.1.zip?download=1}{agda-algebras-v.2.0.1.zip}, {G}it{H}ub repo: \href{https://github.com/ualib/agda-algebras}{github.com/ualib/agda-algebras}},
}
To cite the formalization of Birkhoff's HSP Theorem, please use the following BibTeX entry:
bibtex
@article{DeMeo:2021,
author = {De{M}eo, William and Carette, Jacques},
title = {A {M}achine-checked {P}roof of {B}irkhoff's {V}ariety {T}heorem
in {M}artin-{L}\"of {T}ype {T}heory},
journal = {CoRR},
volume = {abs/2101.10166},
year = {2021},
eprint = {2101.2101.10166},
archivePrefix = {arXiv},
primaryClass = {cs.LO},
url = {https://arxiv.org/abs/2101.10166},
note = {Source code: \href{https://github.com/ualib/agda-algebras/blob/master/src/Demos/HSP.lagda}{https://github.com/ualib/agda-algebras/blob/master/src/Demos/HSP.lagda}}
}
If you're looking for the latest (setoid-based) formalization of Brkhoff's Theorem, see the Proof of the HSP Theorem in the html documentation, or the source code of the [Setoid.Varieties.HSP][] module in the file [Setoid/Varieties/HSP.lagda][] in the agda-algebras GitHub repository.
License

The Agda Universal
Algebra Library by William DeMeo and the Agda Algebras Development Team is licensed under a Creative Commons
Attribution-ShareAlike 4.0 International License.
Based on a work at
https://gitlab.com/ualib/ualib.gitlab.io.
Owner
- Name: UALib
- Login: ualib
- Kind: organization
- Email: williamdemeo@gmail.com
- Location: Praha, Czechia
- Website: https://ualib.github.io
- Repositories: 2
- Profile: https://github.com/ualib
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "DeMeo" given-names: "William" orcid: "https://orcid.org/0000-0003-1832-5690" - family-names: "Carette" given-names: "Jacques" orcid: "https://orcid.org/0000-0001-8993-9804" title: "agda-algebras" version: 2.0.1 doi: 10.5281/zenodo.5730534 date-released: 2021-12-07 url: "https://github.com/ualib/agda-algebras"
GitHub Events
Total
- Watch event: 5
- Issue comment event: 1
- Push event: 15
- Pull request event: 7
- Create event: 2
Last Year
- Watch event: 5
- Issue comment event: 1
- Push event: 15
- Pull request event: 7
- Create event: 2