-
Notifications
You must be signed in to change notification settings - Fork 100
Intuitionize the last element of a word and the concatenation of two words #5141
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
Open
jkingdon
wants to merge
46
commits into
metamath:develop
Choose a base branch
from
jkingdon:df-lsw
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+650
−11
Conversation
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
This is the syntax, some additional text in a section header, and df-lsw All copied without change from set.mm.
This is lsw from set.mm but only defined for words. The proof is similar to the set.mm proof with a few more steps for set existence.
Stated as in set.mm. The proof is the set.mm proof with several small changes.
Stated as in set.mm. The proof is the set.mm proof with several small changes.
Stated as in set.mm. The proof is the set.mm proof with a small change.
Stated as in set.mm. The proof is the set.mm proof with one small change.
This is the syntax , df-concat , and some text in the section header. Copied without change from set.mm.
This is ccatfval with the added condition that the operands are finite. The proof is similar to the set.mm proof although several more steps are needed to show set existence.
Stated as in set.mm. The proof is the set.mm proof with several additional steps, for example for decidability and closure.
Stated as in set.mm. The proof is the set.mm proof with changes in some places including additional steps especially for set existence.
This is ccatcl but where the two words are over different sets. The proof is via sswrd and ccatcl .
Stated as in set.mm. The proof is the set.mm proof with a few additional steps for finiteness.
This is elfzoextl , elfzoext and elincfzoext
Stated as in set.mm. The proof is the set.mm proof with small changes.
Stated as in set.mm. The proof is the set.mm proof with several small changes.
Stated as in set.mm. The proof is basically the set.mm proof, although there are some changes and rearrangements.
This is ifeqda from set.mm with a decidability condition added. The proof is the set.mm proof with small changes for decidability.
Stated as in set.mm. The proof is the set.mm proof with changes in several steps.
Stated as in set.mm. The proof is the set.mm proof with lsw changed to lswwrd .
Stated as in set.mm. The proof is the set.mm proof with small changes.
avekens
reviewed
Dec 23, 2025
avekens
reviewed
Dec 23, 2025
avekens
reviewed
Dec 23, 2025
Contributor
avekens
left a comment
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.
Only some minor remarks about wording.
This is to replace "not empty word" in set.mm and iset.mm.
avekens
approved these changes
Dec 23, 2025
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.
This is
lastSand++. Although everything intuitionizes without much trouble.Includes copying over, or otherwise intuitionizing, a variety of theorems from earlier sections which were not in iset.mm yet.