agda / cubical

An experimental library for Cubical Agda
https://agda.github.io/cubical/Cubical.README.html
Other
459 stars 141 forks source link

Univalent Category of SETOIDs , Setoids are not LCCC #1152

Open marcinjangrzybowski opened 2 months ago

marcinjangrzybowski commented 2 months ago

Cubical/Relation/Binary/Setoid.agda

marcinjangrzybowski commented 2 months ago

Depends on https://github.com/agda/cubical/pull/1120

maxsnew commented 2 months ago

A couple of things before a more detailed review:

  1. I don't think we should commit to the terminology "Setoid" for this, as often a Setoid is defined as coming with a Type-valued relation rather than a Prop-valued relation. I would suggest we just call these "equivalence relations" or even "thin groupoid"
  2. The link https://people.cs.nott.ac.uk/psznk/docs/setoids.pdf doesn't work for me, I get a 404
marcinjangrzybowski commented 2 months ago
  1. Updated the link to working one: https://nicolaikraus.github.io/docs/setoids.pdf 2.I will change terminology.