agda / cubical

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

Simplify discreteSetQuotients #875

Closed MatthiasHu closed 2 years ago

MatthiasHu commented 2 years ago

This PR removes two unnecessary assumptions from discreteSetQuotients in Cubical.HITs.SetQuotients.Properties. It now simply shows that the quotient A / R is discrete if R is an equivalence relation (not necessarily prop-valued) and R a₀ a₁ is decidable.