In CCHM, my understanding is that composition for Glue [ phi |-> (T, f) ] A is actually regular, and reduces to composition in T on (forall i. phi), assuming composition is regular for A and T.
The regularity does seem to fail in ABCFHL, as you pointed out Anders, but is perhaps repairable.

What Carlo told me was that the problem is getting composition for Glue [ phi |-> (T, f) ] A which is regular, reduces to composition in T on (forall i. phi), *and* reduces to composition in A when (T, f) = (A, equivRefl).
We get the first two but not the third in CCHM.

The problem as Carlo explained it was that given a square of types i, j |- A and a point a : A (i0) (j0), we can prove Path (coe^i A o coe^j A) (coe^j A o coe^i A) (coercing around the square in right then up vs up then right), and (assuming regularity for A), we can take this to be degenerate when A is degenerate in i, or give a different path which is degenerate when A is degenerate in j, but constructing a path which is degenerate when A is degenerate in i or j is elusive.

I have an idea for how to add new terms/operations (a sort of generalization of comp) such that such a path is constructible, but I haven't yet checked that there is a univalent universe with these more general operations.
I also don't understand the negative results from Andrew well enough to tell if they rule out such an approach.

The idea is to add terms witnessing that for every square x, y |- A x y we have Path (coe^i (A i i)) ((coe^i (A i 0)) o (coe^i (A 1 i))) which is degenerate when A is degenerate in x OR y, plus similar terms for higher cubes, since once you need dimensions one and two you probably need dimension n, and a similar thing for hcomp, or you can do coe and hcomp together in just comp.
Composing two of these paths then gives the needed proof that coercing around the square either way is equal, in a degenerate fashion if A is degenerate in x or y.
 
Best regards,
- Jasper Hugunin

On Sun, Sep 15, 2019 at 7:55 AM Andrew Swan <wakelin.swan@gmail.com> wrote:
You might have already seen this, but I have a paper on some related issues at https://arxiv.org/abs/1808.00920 . In that paper I didn't look at the original version of regularity, but a more recent version ("all monomorphisms are cofibrations") that fits better with the general framework of Orton and Pitts. In that case it is definitely equality of objects that causes problems.

Best,
Andrew

On Friday, 13 September 2019 08:10:42 UTC+2, Jasper Hugunin wrote:
Hello all,

I've been trying to understand better why composition for the universe does not satisfy regularity.
Since comp^i [ phi |-> E ] A is defined as (roughly) Glue [ phi |-> equiv^i E ] A, I would expect regularity to follow from two parts:
1. That Glue [ phi |-> equivRefl A ] A reduces to A (a sort of regularity condition for the Glue type constructor itself)
2. That equiv^i (refl A) reduces to equivRefl A
I'm curious as to which (or both) of these parts was the issue, or if regularity for the universe was supposed to follow from a different argument.

Context:
I've been studying and using CCHM cubical type theory recently, and often finding myself wishing that J computed strictly.
If I understand correctly, early implementations of ctt did have strict J for Path types, and this was justified by a "regularity" condition on the composition operation, but as discussed in this thread on the HoTT mailing list, the definition of composition for the universe was found to not satisfy regularity.
I don't remember seeing the regularity condition defined anywhere, but my understanding is that it requires that composition in a degenerate line of types, with the system of constraints giving the sides of the box also degenerate in that direction, reduces to just the bottom of the box. This seems to be closed under the usual type formers, plus Glue, but not the universe with computation defined as in the CCHM paper (for trivial reasons and non-trivial reasons; it gets stuck at the start with Glue [ phi |-> equiv^i refl ] A not reducing to anything).

Best regards,
- Jasper Hugunin

--
You received this message because you are subscribed to the Google Groups "Homotopy Type Theory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to HomotopyTypeTheory+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/HomotopyTypeTheory/16b3b92f-069b-468c-94f8-f3859e152338%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Homotopy Type Theory" group.
To unsubscribe from this group and stop receiving emails from it, send an email to HomotopyTypeTheory+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/HomotopyTypeTheory/CAGTS-a9XATMbfyyp00M8kqiEoFyj7XsxahMa3AdzXth_%3DLbTiA%40mail.gmail.com.