Skip to content
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

Update to Lean v4.6.0 #25

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Update to Lean v4.6.0 #25

merged 3 commits into from
Feb 26, 2024

Conversation

eyihluyc
Copy link
Member

@eyihluyc eyihluyc commented Feb 26, 2024

This pull request updates occurrences of decreasing_by to align with its updated semantics since Lean v4.6.0-rc1. Previously, the tactic that followed decreasing_by (in our case, sorry) was applied to all goals. With the update, it's possible to use different tactics for individual goals.

Also this PR contains a fix to the order of the dependencies in lakefile.lean, thanks to the people from the Lean community. Otherwise, there was an error in the generation of the documentation. More details on this can be found in the discussion on Zulip.


PR-Codex overview

The focus of this PR is to update dependencies and refine code in the phi-calculus package.

Detailed summary

  • Updated leanprover/lean4 to v4.6.0-rc1
  • Removed unnecessary mathlib and std dependencies
  • Refactored Calculus.lean with decreasing_by all_goals sorry
  • Updated dependencies in lake-manifest.json

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@eyihluyc eyihluyc requested review from fizruk and Anatolay February 26, 2024 02:41
@fizruk fizruk merged commit 34958b0 into master Feb 26, 2024
2 checks passed
@fizruk fizruk deleted the update-to-v4.6.0 branch February 26, 2024 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants