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(finsupp/basic): add hom_ext #3941

Closed
wants to merge 3 commits into from

Conversation

kbuzzard
Copy link
Member

Two R-module homs from finsupp X R which agree on single x 1 agree everywhere.

lemma hom_ext [semiring β] [add_comm_monoid γ] [semimodule β γ] (φ ψ : (α →₀ β) →ₗ[β] γ)
  (h : ∀ a : α, φ (single a 1) = ψ (single a 1)) : φ = ψ

@kbuzzard kbuzzard added the awaiting-review The author would like community review of the PR label Aug 25, 2020
@Vierkantor Vierkantor added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Aug 26, 2020
Co-authored-by: Vierkantor <Vierkantor@users.noreply.github.com>
Copy link
Collaborator

@Vierkantor Vierkantor left a comment

Choose a reason for hiding this comment

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

LGTM.

bors r+

@bors
Copy link

bors bot commented Aug 26, 2020

👎 Rejected by label

@Vierkantor Vierkantor removed the awaiting-author A reviewer has asked the author a question or requested changes label Aug 26, 2020
@github-actions github-actions bot 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 Aug 26, 2020
@Vierkantor
Copy link
Collaborator

bors r+

bors bot pushed a commit that referenced this pull request Aug 26, 2020
Two R-module homs from finsupp X R which agree on `single x 1` agree everywhere.
```
lemma hom_ext [semiring β] [add_comm_monoid γ] [semimodule β γ] (φ ψ : (α →₀ β) →ₗ[β] γ)
  (h : ∀ a : α, φ (single a 1) = ψ (single a 1)) : φ = ψ
```
@bors
Copy link

bors bot commented Aug 26, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(finsupp/basic): add hom_ext [Merged by Bors] - feat(finsupp/basic): add hom_ext Aug 26, 2020
@bors bors bot closed this Aug 26, 2020
@bors bors bot deleted the finsupp-hom-ext branch August 26, 2020 11:38
robertylewis pushed a commit that referenced this pull request Aug 31, 2020
Two R-module homs from finsupp X R which agree on `single x 1` agree everywhere.
```
lemma hom_ext [semiring β] [add_comm_monoid γ] [semimodule β γ] (φ ψ : (α →₀ β) →ₗ[β] γ)
  (h : ∀ a : α, φ (single a 1) = ψ (single a 1)) : φ = ψ
```
PatrickMassot pushed a commit that referenced this pull request Sep 8, 2020
Two R-module homs from finsupp X R which agree on `single x 1` agree everywhere.
```
lemma hom_ext [semiring β] [add_comm_monoid γ] [semimodule β γ] (φ ψ : (α →₀ β) →ₗ[β] γ)
  (h : ∀ a : α, φ (single a 1) = ψ (single a 1)) : φ = ψ
```
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