Defines "equivalences over", or displayed equivalences, along with three examples:
an adjunction is an equivalence iff being invertible is equivalent to itself over the Hom-equivalence;
being a symmetric monoidal monad is equivalent to being a symmetric monad strength over the equivalence between monoidal monads and commutative monads;
being a concrete abelian group is equivalent to being an abelian group over the equivalence between concrete groups and groups.
Checklist
Before submitting a merge request, please check the items below:
[X] The imports of new modules have been sorted with support/sort-imports.hs (or nix run --experimental-features nix-command -f . sort-imports).
[X] All new code blocks have "agda" as their language.
If your change affects many files without adding substantial content, and
you don't want your name to appear on those pages (for example, treewide
refactorings or reformattings), start the commit message and PR title with chore:.
Defines "equivalences over", or displayed equivalences, along with three examples:
Checklist
Before submitting a merge request, please check the items below:
support/sort-imports.hs
(ornix run --experimental-features nix-command -f . sort-imports
).If your change affects many files without adding substantial content, and you don't want your name to appear on those pages (for example, treewide refactorings or reformattings), start the commit message and PR title with
chore:
.