Use the standard library universe level operations - #22
Merged
Conversation
kim-em
force-pushed
the
original-level-algorithm
branch
from
August 2, 2026 09:41
548f0b1 to
9e28269
Compare
Owner
|
Plan is rather to just remove the primes on uses of normalize, isEquiv, geq and then get leanprover/lean4#14356 merged. Until then, I think it would be better to just prove the existing functions in |
kim-em
force-pushed
the
original-level-algorithm
branch
from
August 2, 2026 13:12
9e28269 to
99f7cf3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switches checker-facing universe equivalence and comparison from the experimental primed operations to
Lean.Level.isEquivandLean.Level.geqfrom Lean's standard library. TheisEquiv_wfproof obligation is temporarily staged as asorryand is discharged by #23.The existing experimental decision procedure remains available but unused. The current stdlib/C++ normalization difference is documented and tracked by leanprover/lean4#14356.
🤖 prepared with Codex