We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e06398 commit 6c755f2Copy full SHA for 6c755f2
Cubical/Relation/Binary/Order/Poset/Instances/PosetalReflection.agda
@@ -1,5 +1,11 @@
1
{-# OPTIONS --cubical --safe #-}
2
3
+-- The posetal reflection is the universal way to turn a preorder into a poset
4
+-- In abstract-nonsense terms, the posetal reflection exhibits Pos as a reflective subcategory of preorders.
5
+-- https://ncatlab.org/nlab/show/posetal+reflection
6
+-- When a preorder is viewed as a category, posets are univalent categories
7
+-- and the posetal reflection is a special case of the Rezk completion.
8
+
9
module Cubical.Relation.Binary.Order.Poset.Instances.PosetalReflection where
10
11
open import Cubical.Foundations.Prelude
0 commit comments