agda-unimath
agda-unimath copied to clipboard
Refactor coproduct equivalences
Refactors some equivalences related to coproducs and adds one new definition.
-
removes the abstract block around
is-equiv-coproduct
infoundation.functorality-coproduct-types
, thus allowingmap-inv-equiv (equiv-coproduct e e')
to compute tomap-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-ℕ
inunivalent-combinatorics.coproduct-types
Hey @fredrik-bakke No worries for the delay, and sorry for the delay on my end :). I'll implement these changes this weekend.
@morphismz I'm marking this one as a draft for now, feel free to get back to it when you have time