Advertisement
JoelSjogren

Untitled

Jun 2nd, 2021
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Given
  2. R : D → C
  3. d : D
  4. c : C
  5. f : R(d) → c
  6.  
  7. Define
  8. R̂ : d/D → C
  9. R̂(u : d → d' in D) = R(d')
  10.  
  11. d̂ : d/D
  12. d̂ = (id : d → d in D)
  13.  
  14. f̂ : R̂(d̂) → c
  15. f̂ = f
  16.  
  17. Then you are asking for the last d̂' in d/D with some
  18. f̂' : R̂(d̂') → c
  19.  
  20. This is H(c), if H : C → d/D is right adjoint to R̂.
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement