-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global goal and plan #30
Comments
The end goal is to prove the lemmas in https://github.com/vikraman/2DTypes/blob/master/Pi%2B/Conjectures.agda There are a few adjustments needed to typecheck the statements. The bit about |
As far as I can see, conjecture Conjecture Level 2 of the first conjecture Having said that, to me the 'key' to the hard conjecture is Q: does @inexxt get notifications for all issues, or only when explicitly tagged? |
I remember writing something like I thought about it for quite a bit, and it's difficult for me to comment on the rest. The problem is that the functions in In my proof, the (I do get notifications :)) |
A proof of |
To @inexxt : yes, I agree that it is not straightforward to integrate those functions, they are most easily 'ported' rather than reused, sadly. And To @vikraman : indeed, |
I mean, as far as I understand, we're also doing everything fully constructively here. The postulates that are left in the code are only placeholders, to be filled in later (like these in |
The global README leads me to believe that
is really the desired end goal. [Though I'd prefer if the latter part was
(Fin n ≃ Fin m)
, where it is understood/provable that for m <> n, the type is empty.] But this issue should be to clearly define the "main message", and then also a plan to get there.Again, the global README gives a particular plan, via a sequence of equivalences - but nowhere have I seen any reasoning that these particular steps are somehow thought to be the 'easiest' path. [I don't disbelieve it, but neither am I convinced.]
The text was updated successfully, but these errors were encountered: