Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Products and sums of morphisms in FinSet #449

Closed
kris-brown opened this issue Jul 7, 2021 · 1 comment · Fixed by #459
Closed

Products and sums of morphisms in FinSet #449

kris-brown opened this issue Jul 7, 2021 · 1 comment · Fixed by #459

Comments

@kris-brown
Copy link
Contributor

kris-brown commented Jul 7, 2021

A natural construction to make is the product of morphisms f:A->B and g:C->D, obtaining f x g: A x C -> B x D. This can be done by using proj1 and proj2 on the product of the domains, composing these with f and g respectively, then finally using the pair function.

@kris-brown
Copy link
Contributor Author

kris-brown commented Jul 8, 2021

(also TODO: sum of morphisms)

@epatters epatters changed the title product of morphisms Products and sums of morphisms in FinSet Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants