-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor coproduct equivalences (#1137)
Refactors some equivalences related to coproducs and adds one new definition. - removes the abstract block around `is-equiv-coproduct` in `foundation.functorality-coproduct-types`, thus allowing `map-inv-equiv (equiv-coproduct e e')` to compute to `map-coproduct (map-inv-equiv e) (map-inv-equiv e')`. We keep abstract blocks around the proof that the inverse map is a section and retraction - computes the underlying map of the equivalence `Fin-add-ℕ` in `univalent-combinatorics.coproduct-types` --------- Co-authored-by: Fredrik Bakke <[email protected]>
- Loading branch information
1 parent
c0cfd7f
commit 8855b0b
Showing
5 changed files
with
135 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters