homalg-project / CAP_project

CAP project -- Categories, Algorithms, and Programming
https://homalg-project.github.io/docs/CAP_project-based/
24 stars 18 forks source link

Missing properties of injection_of_cofactor and projection_in_factor #95

Open mohamed-barakat opened 7 years ago

mohamed-barakat commented 7 years ago

In GeneralizedAddMethod.md you note:

However, CanComputeZeroObject does not exist in CAP (anymore?). It would be nice to add the missing properties in contexts where they are true.

sebastianpos commented 7 years ago
  1. Add the property IsCategoryWithZeroObject as another kind of category Cap supports and create a logic file for this category
  2. Simply add these theorems to the logic files of AdditiveCategories (although this is not the most general context in which these theorems hold)
mohamed-barakat commented 7 years ago

I see. Then I would prefer solution 2. Let me know if I should do this. Maybe it is a good exercise.