Category Theory Illustrated – Types
boris_m
91 points
15 comments
April 03, 2026
Related Discussions
Found 5 related stories in 597.0ms across 14,015 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
- Applied Category Theory Course (2018) measurablefunc · 86 pts · July 03, 2026 · 57% similar
- Counterexamples in Type Systems bramadityaw · 24 pts · June 29, 2026 · 54% similar
- Actegories ibobev · 48 pts · July 14, 2026 · 54% 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...