Markus Himmel
Markus Himmel
One step closer to the Special Adjoint Functor Theorem. --- - [x] depends on: #15494 - [ ] depends on: #16050 [](https://gitpod.io/from-referrer/)
--- Split off from #15912 to reduce merge conflicts with a future PR. [](https://gitpod.io/from-referrer/)
--- [](https://gitpod.io/from-referrer/)
--- - [x] depends on: #15796 - [x] depends on: #15797 - [x] depends on: #15858 [](https://gitpod.io/from-referrer/)
This corollary of the special adjoint functor theorem immediately implies that Grothendieck categories are complete, which, according to the Wikipedia article on Grothendieck categories, is "a rather deep result". ---...
The corresponding `reflects` statements already follow from faithfulness. --- - [x] depends on: #14829 - [x] depends on: #15107 [](https://gitpod.io/from-referrer/)
feat(category_theory/preadditive): inclusion functor from left exact functors to additive functors
--- - [x] depends on: #12014 - [x] depends on: #12330 - [x] depends on: #12336 [](https://gitpod.io/from-referrer/)
This PR makes sure that the positivity checker is happy with the following construction: ```lean inductive ContainsItselfInHashMapValues where | base | recursive (l : HashMap.Imp Bool ContainsItselfInHashMapValues) ``` Users actually...
### Prerequisites Please put an X between the brackets as you perform the following steps: * [x] Check that your issue is not already filed: https://github.com/leanprover/lean4/issues * [x] Reduce the...