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

[Merged by Bors] - feat(ring_theory/ideal/operations): add span_singleton_mul_left lemmas #18056

Closed
wants to merge 5 commits into from

Conversation

Multramate
Copy link
Collaborator


Open in Gitpod

@Multramate Multramate added easy < 20s of review time. See the lifecycle page for guidelines. awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. t-algebra Algebra (groups, rings, fields etc) labels Jan 3, 2023
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Jan 4, 2023
Copy link
Collaborator

@alreadydone alreadydone left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

maintainer merge

@@ -443,6 +443,31 @@ lemma span_singleton_mul_le_span_singleton_mul {x y : R} {I J : ideal R} :
span {x} * I ≤ span {y} * J ↔ ∀ zI ∈ I, ∃ zJ ∈ J, x * zI = y * zJ :=
by simp only [span_singleton_mul_le_iff, mem_span_singleton_mul, eq_comm]

lemma span_singleton_mul_right_mono [is_domain R] {x : R} (hx : x ≠ 0) :
span {x} * I ≤ span {x} * J ↔ I ≤ J :=
Copy link
Collaborator

Choose a reason for hiding this comment

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

One advantage of using submodule.pointwise_distrib_mul_action is that it doesn't require the semiring to be commutative, while ideal.has_mul requires it and hence doesn't allow you to state the noncommutative version. But let's not worry about that now.

@github-actions
Copy link

github-actions bot commented Jan 7, 2023

🚀 Pull request has been placed on the maintainer queue by alreadydone.

1 similar comment
@github-actions
Copy link

github-actions bot commented Jan 7, 2023

🚀 Pull request has been placed on the maintainer queue by alreadydone.

@ocfnash
Copy link
Collaborator

ocfnash commented Jan 9, 2023

Thanks!

bors mege

@ocfnash
Copy link
Collaborator

ocfnash commented Jan 9, 2023

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Jan 9, 2023
@bors
Copy link

bors bot commented Jan 9, 2023

Build failed (retrying...):

@bors
Copy link

bors bot commented Jan 9, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(ring_theory/ideal/operations): add span_singleton_mul_left lemmas [Merged by Bors] - feat(ring_theory/ideal/operations): add span_singleton_mul_left lemmas Jan 9, 2023
@bors bors bot closed this Jan 9, 2023
@bors bors bot deleted the ideal.span_singleton branch January 9, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy < 20s of review time. See the lifecycle page for guidelines. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants