-
Notifications
You must be signed in to change notification settings - Fork 94
prove two 4sq lemmas in iset.mm #4849
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
Conversation
In the section on Metamath 100 theorems, update to reflect what we have done so far.
iset.mm now has Z/nZ and ZRHom
That A is finite is proved by ssfi in set.mm and can be proved here, although not as easily.
In set.mm, this is part of the proof of 4sqlem11 and is proved using ssfi . It is provable here too, but not as easily.
This is not that different form ssfidc but might as well have this version too.
In set.mm this is part of the 4sqlem11 proof and follows from ssfi . We are also able to prove it, but it is more involved.
This is to follow a previous rename in set.mm.
This is to follow a previous rename in set.mm.
Stated as in set.mm. Although the proof needs intuitionizing in quite a few places, many steps in the proof are taken from the set.mm proof without change.
Stated as in set.mm. The proof needs intuitionizing in a variety of places but most of the proof is unchanged from the set.mm proof.
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.
I cannot tell whether the 'intuitionizing' of 4sqlem12 needs all the workarounds presented here, but the result is ok.
I've been using intuitionizing as a general word but glad to explain in more detail if people would find that helpful rather than clutter. In the case of
|
Yeah I think if df-iota was
then iotaex (vex, 0ex, ifexd) would be provable |
Interesting. Many theorems involving I'm not sure I quite understand the proposal. If it is
it seems to be missing something to bind |
Thanks for your explanations. I understand that this is is a step in a longer process. While any intermediate state In my eyes should be consistent, it need not be the final result. Waiting for everything to be perfect is a good condition for getting nothing done. |
You can prove iotaex under the condition that |
For the case of making this helpful for ovex, one approach that occurs to me is to modify the definition of |
Sure. Most of the intuitionizations I mentioned have impossibility proofs, so there isn't any (known or planned) improvement possible. But hopefully it goes without saying that if we do find a way to improve on longstanding situations like |
So you are trying to loosen the In set.mm As for |
Submitted as a pull request at #4854 which also has a response to the question above. |
There are a few website changes here, but more importantly are intuitionizations of the set.mm proofs for
4sqlem11
and4sqlem12
. This solves one of the two main outstanding issues for4sq
(proving that several sets in the proof are finite). I'll leave the other (already noted in mmil.html) for later.There is also bringing over a few recent renames from set.mm to iset.mm.