10000 Trivial solution set for Adjoint functor theorem · Issue #393 · agda/agda-categories · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Trivial solution set for Adjoint functor theorem #393
Open
@paulh123456

Description

@paulh123456

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.

trivial : SolutionSet′
trivial = record {
  S₀ = λ {A X} f → A ;
  S₁ = λ {A X} f → C.id {A} ;
  ϕ = λ f → f ;
  commute = λ f → D.Equiv.trans (∘-resp-≈ˡ F.identity ) D.identityˡ  
  }

Am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0