Category Theory Illustrated – Types
boris_m
91 points
15 comments
April 03, 2026
Related Discussions
Found 5 related stories in 86.3ms across 8,303 title embeddings via pgvector HNSW
- Category Theory Illustrated – Orders boris_m · 237 pts · April 18, 2026 · 75% similar
- What category theory teaches us about dataframes fanf2 · 20 pts · March 29, 2026 · 57% similar
- Types and Neural Networks bgavran · 77 pts · April 21, 2026 · 53% similar
- The day I discovered type design ingve · 56 pts · March 19, 2026 · 49% similar
- Categorization Is 'Baked' into the Brain XzetaU8 · 12 pts · April 13, 2026 · 45% similar
Discussion Highlights (3 comments)
chromacity
It's a great introduction, but I find the premise a bit funny. It starts with Russell's paradox, insinuates that solving it within set theory makes set theory complex (it doesn't, you basically just restrict what can be used to build a set), and then introduces a system that is fundamentally more complex .
layer8
Regarding Russell’s paradox, its dual is also interesting: Consider the set D := { s | s ∈ s }, the set of sets that do contain themselves. Does D contain itself? It might or it might not, neither causes a contradiction. Tnis shows that you don’t need an antinomy for a set comprehension to be ill-defined.
Koshkin
> a set can contain itself Can it? > a term can have only one type... Due to this law, types cannot contain themselves Doesn't look like one follows from the other...