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

Refactor coproduct equivalences

Open morphismz opened this issue 9 months ago • 2 comments

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

morphismz avatar May 05 '24 15:05 morphismz

Hey @fredrik-bakke No worries for the delay, and sorry for the delay on my end :). I'll implement these changes this weekend.

morphismz avatar May 24 '24 15:05 morphismz

@morphismz I'm marking this one as a draft for now, feel free to get back to it when you have time

VojtechStep avatar Oct 09 '24 12:10 VojtechStep