-
Notifications
You must be signed in to change notification settings - Fork 68
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
Trivial solution set for Adjoint functor theorem #393
Comments
Being a 'SolutionSet' is not, in an of itself, very interesting. It is much more interesting as a notion relative to a particular Adjoint Functor 'problem'. The above trivial solution set is, I believe, associated to the identity functor - so is indeed quite trivial. The size issues are here dealt with via the levels. Set theory has a very crude way of measuring "size", while MLTT has a much more refined notion. If you look carefully at the proof of the AFT, you'll see that there is non-trivial "level yoga" going on (for example, exactly where Completeness is assume) that is crucial to make things work. |
I believe the above trivial solution set works for any functor F.
I mentioned compilation in SolutionSet.agda because it's scoped over an arbitrary functor F Regarding the size issues. I don't entirely understand them either Set-theoretically or in Agda. I do know that the smallness condition usually prevents the use of the above trivial solution in Set-theory. This doesn't make the AFT proof wrong of course. It's just odd to have non-small solution sets. Feel free to close. |
I am a bit suspicious of the size of completeness required; it seems like this would run afoul of https://ncatlab.org/nlab/show/complete+small+category |
I now realize that I haven't seen a MLTT analogue of Freyd's argument that if a locally small category is largely complete it is a poset. Can it be done, and if not constructively with the classical proof, can a different proof be found? |
So, does this mean that the proof has a problem? Should Agda accept it? Pinging @HuStmpHrrr who did the original. |
The proof is fine, it’s just that the hypothesis are too strong to make it something you can actually use. |
Is there a PR which simplifies the proof. I would like to take a look. |
Hello, i am interested in the proof in the Adjoint functor theorem in the library. The usual proof of AFT requires that the solution sets are indexed by a small sets. In the proof given in the library, no such requirement seems to exists.
Doesn't this make the entire solution set requirement moot? For example, the following compiles when appended to SolutionSet.agda.
Am I missing something?
The text was updated successfully, but these errors were encountered: