Open iacore opened 2 months ago
Two other ideas regarding self types.
Having 3 self types (selfX, selfY, selfZ) that circulate irregularly.
for example, having the decimal digits of pi in ternary decide which one to prove next.
Important: it's irregular yet deterministic.
Let's say you have a sequence like this Y Z X Z Z Y Z Z Y Y Y Z ...
kind of like how having three different UPair called UPairX UPairY UPairZ that refers to each other (like how Path and I refers to each other), but the pattern is irregular.
can't prove stuff like true = false
in this one due to the irregularity
It's kind of like type universe, yet infinite.
Similar idea as above.
UPair0 refers to UPair1 refers to UPair2
Maybe possible to prove stuff about UPair u in UPair (u + 1)
it is consistent; not sure about the usefulness of this one
sighs, incompleteness is hard
https://github.com/HigherOrderCO/Kind1/blob/master/blog/1-beyond-inductive-datatypes.md#possibility-3-higher-inductive-types
I saw the call for answer here:
What happens if you use equivalence class here, not
Equal
?