Path between fibers for boolean equivalence #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Files
Current status
Can't really figure out what the values to use for path induction yet, stuck at an error about using
px
inside my induction type. See latest posts for detailsReferences:
(~ i ∨ j)
work?Trying this again in this file
I feel like the answer here was I'm trying to make fx and fz ≡ each other:
So fx is the fiber that we have, or the center, and then fz is some other fiber that we're comparing to. The problem is, Agda seems to think that these fibers aren't the same type?
( associated commit:
98c5b14e06
)ok going to try this again without cubical in this doc
using path induction, I was able to get a bit closer. I cleared up what the goal type actually comes out to:
and then now i'm trying to come up with a definition here:
problem
problem is, when i try to use the most obvious definition for
convert-the
:it blows up with this error:
even though it successfully type checked the holes before