Verify the standard library universe level operations - #23
Open
kim-em wants to merge 1 commit into
Open
Conversation
kim-em
force-pushed
the
verify-original-level-algorithm
branch
2 times, most recently
from
August 2, 2026 13:12
6eb613e to
acc65da
Compare
kim-em
force-pushed
the
verify-original-level-algorithm
branch
2 times, most recently
from
August 2, 2026 22:47
dc8e3fd to
47a3eac
Compare
kim-em
force-pushed
the
verify-original-level-algorithm
branch
from
August 2, 2026 23:14
47a3eac to
e057f3c
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.
Discharges the standard-library level-equivalence proof obligation staged by #22 and proves semantic soundness of
Lean.Level.geq, without changing checker behavior. Thegeqresult is the natural companion theorem and does not yet have a downstream verification consumer.The exact correspondence with the private recursion used by stdlib
geqis proved usingBatteries.Tactic.OpenPrivate. BecauseLean.Level.normalizeis an opaquepartial def, its semantic preservation remains one explicit assumption pinned to the Lean 4.30 source and cross-referenced fromVerify/Axioms.lean.🤖 prepared with Codex