-
In Theorem 2.25 of Localization in homotopy type theory (CORS), the L-seperated subuniverse is shown to be a reflective subuniverse (RSU).
I have something like this going on:
```coq
Require Im…
-
This instance should be inserted somewhere, though I'm not sure where, nor what to name it:
``` coq
Global Instance IsTrunc_path (A : Type) n `{H : IsTrunc (S n) A} (x y : A)
: IsTrunc n (x = y)
:…
-
Are there any plans for a follow-up book as an informal introduction into mathematics via real-cohesive homotopy type theory?
ghost updated
5 years ago
-
I got a request on using HoTT with coqide on Windows.
@JasonGross are you aware of any progress ?
Alternatively, we can suggest them to use jscoq, but we would need to ask @ejgallego to update it to…
-
Hi.
Thanks for helping to push geometric algebra into the mainstream with your hard work.
I am reading introductory material on GA and using Clifford (Python) to add, multiply, reflect, etc.
For th…
-
The following concern is in the interest of clearing up notational confusion and I hope is not viewed as nit-picky. In Exercise 1.1 we are asked to define composition of f : A -> B and g : B -> C, whe…
-
It ought to be a completely routine process to characterise the path type of a given record.
Is there a way we can "tag" certain functions associated to Records? For example given any record type, …
-
Hi!
This is not an issue *per se* and can be closed.
First of all, thank you for advancing progress in deep learning.
I'm just a random guy that want to implement an AGI (lol) and like many Nl…
-
I have been stuck on this for a few weeks now:
```
Section HSpace.
(* Context `{Funext}. *)
Class IsHSpace (space : Type) := {
id : space;
mu : space -> space -> space;
left…
-
I propose we start collecting different definitions of the integers in a folder in Spaces. Currently we have two main definitions floating around:
* The integers as N + 1 + N defined in Spaces.Int.
…