-
Notifications
You must be signed in to change notification settings - Fork 20
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
Task 52 #90
Task 52 #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please move the generic partial-order stuff to a separate file in ToMathlib
.
lakefile.lean
Outdated
require loogle from git | ||
"https://github.com/nomeata/loogle.git" @ "master" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course I’ll remove this from this branch when and if this PR is getting closer to being merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to merge this quickly, and you can open a PR on top of it to clean/finish things.
next => simp | ||
next z => | ||
simp only [Nat.cast_inj, Nat.cast_le] | ||
-- no single tactic for goal `∀ x < n, ¬z = x) ↔ n ≤ z`? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forall_lt_iff_le is close, but not quite there...
Ok, for a quick-merge-cleanup-later this might be just about viable now. |
Thanks for the cleanup, I was a bit in a rush, it seems. Also forgot to change |
No worries. The standards here are much lower than Mathlib, so when you have time, please make a follow-up PR fixing it :-) |
Very first steps. Some things were easy generalization of code that was already there. Left some comments about things I'll have to think about.