Skip to content
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

feat(algebra/big_operators): sum_eq_zero_iff_of_nonpos #1424

Merged
merged 3 commits into from
Sep 9, 2019
Merged

Conversation

ChrisHughes24
Copy link
Member

@ChrisHughes24 ChrisHughes24 commented Sep 9, 2019

TO CONTRIBUTORS:

Make sure you have:

  • reviewed and applied the coding style: coding, naming
  • reviewed and applied the documentation requirements
  • for tactics:
  • make sure definitions and lemmas are put in the right files
  • make sure definitions and lemmas are not redundant

If this PR is related to a discussion on Zulip, please include a link in the discussion.

For reviewers: code review check list

@ChrisHughes24 ChrisHughes24 requested a review from a team as a code owner September 9, 2019 12:20
@@ -132,6 +132,12 @@ iff.intro
lemma bit0_pos {a : α} (h : 0 < a) : 0 < bit0 a :=
add_pos' h h

instance : ordered_comm_monoid (order_dual α) :=
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please also add an instance for ordered_comm_group?

@jcommelin jcommelin added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Sep 9, 2019
@mergify mergify bot merged commit 228d5ba into master Sep 9, 2019
@mergify mergify bot deleted the sum_eq_zero branch September 9, 2019 21:11
anrddh pushed a commit to anrddh/mathlib that referenced this pull request May 15, 2020
…mmunity#1424)

* feat(algebra/big_operators): sum_eq_zero_iff_of_nonpos

* more order_dual instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants