feat(Data/IsROrC/Basic): add a StarOrderedRing instance#6210
Open
MohanadAhmed wants to merge 21 commits intomasterfrom
Open
feat(Data/IsROrC/Basic): add a StarOrderedRing instance#6210MohanadAhmed wants to merge 21 commits intomasterfrom
StarOrderedRing instance#6210MohanadAhmed wants to merge 21 commits intomasterfrom
Conversation
eric-wieser
reviewed
Jul 28, 2023
eric-wieser
reviewed
Jul 28, 2023
Member
eric-wieser
left a comment
There was a problem hiding this comment.
You should also probably delete these lines:
mathlib4/Mathlib/Data/Real/Sqrt.lean
Lines 467 to 471 in e266a1e
mathlib4/Mathlib/Data/Complex/Basic.lean
Lines 1242 to 1261 in e266a1e
eric-wieser
reviewed
Jul 28, 2023
eric-wieser
reviewed
Jul 28, 2023
eric-wieser
reviewed
Jul 28, 2023
eric-wieser
reviewed
Jul 28, 2023
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
j-loreaux
reviewed
Jul 28, 2023
j-loreaux
reviewed
Jul 28, 2023
eric-wieser
reviewed
Jul 28, 2023
eric-wieser
reviewed
Jul 28, 2023
…ty/mathlib4 into IsROrCStarOrderedRing
Member
|
(Sometimes github makes a mess of the history after a merge; switching the base branch to something else and back fixed it) |
Collaborator
Author
Is there a way for me to reset it and just start from the current master? @eric-wieser |
StarOrderedRing instance
1 task
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.
This PR implements a suggestion by @urkud on Zulip thread on how to get a
StarOrderedRingon theIsROrCclass. In that discussion the suggested step were:This PR does exactly these three steps