-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Currently, we are supporting the adjunction
(- ⊗ b) ⊢ hom(b,-).
When specialized to ⊗ = × in the context of SkeletalFinSets it yields, as expected, an isomorphism
Hom(a × b, c) → Hom(a,hom(b,c)),
which in this case is not the identity. However, the adjunction
(a ⊗ -) ⊢ hom(a,-)
specialized to ⊗ = × in the context of SkeletalFinSets yields the identity:
Hom(a × b, c) → Hom(b, hom(a,c)).
I assume the same will be true in MatrixCategory/CategoryOfRows/CategoryOfColums. This is very useful for other computations so I would like to support this adjunction.
Suggestion:
- I will rename all occurrences of CAP operations involving the supported adjunction by adding the prefix
Second(and deprecating the old name) - I will add new CAP operations with the prefix
Firstto support the adjunction (a ⊗ -) ⊢ hom(a,-).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels