SIP details #15
Replies: 1 comment 1 reply
-
That's a good point! That paragraph was referring specifically to univalent structures — I'll change it to make this clearer. I believe the "⊤ structure" is univalent whenever its "shape" is a constant proposition. This is in essence a specialisation of the
It's called the "pointed structure" because Unfortunately, as you observed, naming breaks down when
Haven't thought too hard about these, but I also see no reason to think they wouldn't work 🙂
Definitely! Any pair of operations which satisfies a "De Morgan's law" is going to lead to ∞-magmas which are equal over not-iso' : Nand ≃[ ∞-Magma ] Nor
not-iso' .fst = not , isEquiv-not
not-iso' .snd = fixup {A = Nand} {B = Nor} λ where
false false → refl
false true → refl
true false → refl
true true → refl |
Beta Was this translation helpful? Give feedback.
-
I was reading
1Lab.Univalence.SIP
and had some questions:∞-Magma
: this appears to be a side-effect of currying. It would be interesting to see what happens when∞-Magma
. To me, the empty∞-Magma
exists just fine, so I'm experiencing some dissonance there.TypeWith
structures that one can associate toBool
which are likewise conjugate? (I'm thinking nand here)There's way more to be 'mined' from here, but I would like to properly understand the above before venturing too far.
Beta Was this translation helpful? Give feedback.
All reactions