2018-02-21 13:06:09 +00:00
|
|
|
Backlog
|
|
|
|
=======
|
|
|
|
|
2018-03-13 10:29:13 +00:00
|
|
|
Prove postulates in `Cat.Wishlist`:
|
|
|
|
* `ntypeCommulative : n ≤ m → HasLevel ⟨ n ⟩₋₂ A → HasLevel ⟨ m ⟩₋₂ A`
|
2018-03-07 23:54:42 +00:00
|
|
|
|
|
|
|
Prove univalence for the category of
|
2018-03-13 10:29:13 +00:00
|
|
|
* the opposite category
|
2018-03-07 23:54:42 +00:00
|
|
|
* sets
|
2018-03-13 10:29:13 +00:00
|
|
|
This does not follow trivially from `Cubical.Univalence.univalence` because
|
|
|
|
objects are not `Set` but `hSet`
|
2018-03-07 23:54:42 +00:00
|
|
|
* functors and natural transformations
|
2018-02-24 13:00:52 +00:00
|
|
|
|
2018-03-08 00:09:40 +00:00
|
|
|
Prove:
|
|
|
|
* `isProp (Product ...)`
|
|
|
|
* `isProp (HasProducts ...)`
|
|
|
|
|
2018-02-24 13:00:52 +00:00
|
|
|
* Functor ✓
|
|
|
|
* Applicative Functor ✗
|
|
|
|
* Lax monoidal functor ✗
|
|
|
|
* Monoidal functor ✗
|
|
|
|
* Tensorial strength ✗
|
|
|
|
* Category ✓
|
2018-03-07 23:54:42 +00:00
|
|
|
* Monoidal category ✗
|
|
|
|
* Monad
|
|
|
|
* Monoidal monad ✓
|
|
|
|
* Kleisli monad ✓
|
2018-03-13 10:29:13 +00:00
|
|
|
* Kleisli ≃ Monoidal ✓
|
|
|
|
* Problem 2.3 in [voe]
|
2018-03-07 23:54:42 +00:00
|
|
|
* 1st contruction ~ monoidal ✓
|
|
|
|
* 2nd contruction ~ klesli ✓
|
|
|
|
* 1st ≃ 2nd ✗
|
2018-03-13 10:29:13 +00:00
|
|
|
I've managed to set this up so I should be able to reuse the proof that
|
|
|
|
Kleisli ≃ Monoidal, but I don't know why it doesn't typecheck.
|