Finished proof three lines lemma, all cases; simplified several proofs #37
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.
Now I am only missing a sorry in the generalized statement, but I am not fully convinced what I have to prove is true, so I may have to think about it more.EDIT: Now it works. I changed the auxiliary function to something that was clearly holomorphic (scaling everything instead of just the horizontal direction) and adjusted the inputs accordingly.
Also, is there an easier way of doing what I just did?
There were edits to the other half of the file in upstream/master. I had already committed some things to my fork and for some reason I had a merge conflict (despite the changes being unrelated).
The merge editor was also just accepting the lines I had removed two commits prior as genuine non-conflicting incoming changes from upstream, which made it impossible to resolve it on VSCode.
So I checked out to my own master, reset it to upstream master, then copy pasted all my changes from my local commits one by one into the new one (and now the project is not even building in my fork, I guess I forgot to run "lake exe cache get" ). This took me quite a while and I think it's just a matter of me not knowing how to use Github properly.