Advertisement
JoelSjogren

Untitled

Jun 3rd, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Part : Cat → Cat
  2. Part C = C^{● → ○}
  3.  
  4. ● represents the total space
  5. ○ represents the set of indices
  6.  
  7. For our purposes C := Set.
  8.  
  9. ⊔ : Part C → C
  10. ⊔ = composition with {●} → {● → ○}
  11.  
  12. D ⊣ ⊔ ⊣ ⊤
  13.  
  14. --------------------------------
  15.  
  16. The refinement of two partitions ● → ○₁ and ● → ○₂
  17. with the same total space is ● → ○₁ × ○₂.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement