Add LIST_REL aliases for EVERY2 theorems #1772
Open
+30
−0
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.
Since EVERY2 is an overload for LIST_REL, users who only know the constant by its LIST_REL name have difficulty finding theorems. This adds LIST_REL-named aliases for theorems that previously only had EVERY2 names, making them discoverable under both names.
New aliases in listScript.sml:
LIST_REL_cong, MAP_EQ_LIST_REL, LIST_REL_EVERY, LIST_REL_REVERSE,
LIST_REL_trans_same, LIST_REL_sym, LIST_REL_LUPDATE_same,
LIST_REL_refl, LIST_REL_THM, LIST_REL_MAP, LIST_REL_MEM_MONO
New aliases in rich_listScript.sml:
LIST_REL_DROP, LIST_REL_TAKE, EVERY2_GENLIST, LIST_REL_REVERSE1
Closes #316
🤖 Generated with Claude Code