agda-unimath icon indicating copy to clipboard operation
agda-unimath copied to clipboard

The agda-unimath library

Results 190 agda-unimath issues
Sort by recently updated
recently updated
newest added

Detected in #1025 when I tried having files including the string `large-wild-⟨0,1⟩-precategories.lagda.md` in their name.

bug
CI
pre-commit

This PR adds the following files to the library: - Foundation - Symmetric cores of binary relations - Graph Theory - The forgetful functor from directed graphs to undirected graphs...

cleanup
group-theory
category-theory
graph-theory
trees
univalent-combinatorics
refactoring

Construct the hopf fibration in such a way that the generator of $\mathbb{S}^3$ is sent to a 3-loop in $\mathbb{S}^2$ constructed using Eckmann-Hilton. A detailed plan for this may be...

synthetic-homotopy-theory
formalization-target

The following is an excerpt from [`DESIGN-PRINCIPLES.md`](https://unimath.github.io/agda-unimath/DESIGN-PRINCIPLES.html): > Note that there is some redundancy in the postulates we assume. For example, the [univalence axiom implies function extensionality](https://unimath.github.io/agda-unimath/foundation.univalence-implies-function-extensionality.html), but we still...

documentation
good first issue
group-theory
foundation
synthetic-homotopy-theory
formalization-target

A recent update to pre-commit or Python led to breaking changes for the autoformatting functionality for Python files, so I had to disable them in #701. However, such functionality would...

CI
pre-commit

This issue outlines formalization goals for the `category-theory` module. ### Formalization targets The following list outlines missing formalizations that should be part of any standard library on category theory: -...

category-theory
formalization-target

This seems appropriate following the discussion with Anders after #910 that "properties", of categories should be separated from its "data", and allows us to repeat fewer arguments.

category-theory
refactoring
wild-category-theory

Hi, I would like to finish my initial goal about cardinalities in Set Theory directory. It means the completion of Section 10.2 of HoTT book. I just need to remember...

set-theory

This PR refactors the graph theory library with updates from the Beyond Finite Sets PR.

graph-theory
refactoring