Skip to content

[Merged by Bors] - feat: port Algebra.Group.TypeTags#832

Closed
Vtec234 wants to merge 10 commits intomasterfrom
algebra.group.typetags
Closed

[Merged by Bors] - feat: port Algebra.Group.TypeTags#832
Vtec234 wants to merge 10 commits intomasterfrom
algebra.group.typetags

Conversation

@Vtec234
Copy link
Copy Markdown
Contributor

@Vtec234 Vtec234 commented Dec 3, 2022

Mathlib 6eb334bd8f3433d5b08ba156b8ec3e6af47e1904

theorem toMul_add [Mul α] (x y : Additive α) : toMul (x + y) = toMul x * toMul y := rfl
#align to_mul_add toMul_add

instance Additive.addSemigroup [Semigroup α] : AddSemigroup (Additive α) :=
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Relevant Zulip discussion.

@Ruben-VandeVelde Ruben-VandeVelde added the mathlib-port This is a port of a theory file from mathlib. label Dec 3, 2022
@Vtec234 Vtec234 force-pushed the algebra.group.typetags branch from e46de52 to e962bf4 Compare December 4, 2022 00:03
@kim-em
Copy link
Copy Markdown
Contributor

kim-em commented Dec 6, 2022

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Dec 6, 2022
bors bot pushed a commit that referenced this pull request Dec 6, 2022
Mathlib 6eb334bd8f3433d5b08ba156b8ec3e6af47e1904

Co-authored-by: Wojciech Nawrocki <wjnawrocki@protonmail.com>
Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
@bors
Copy link
Copy Markdown

bors bot commented Dec 6, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: port Algebra.Group.TypeTags [Merged by Bors] - feat: port Algebra.Group.TypeTags Dec 6, 2022
@bors bors bot closed this Dec 6, 2022
@bors bors bot deleted the algebra.group.typetags branch December 6, 2022 01:59
bors bot pushed a commit that referenced this pull request Dec 6, 2022
Tracking mathlib commit: [dad7ecf9a1feae63e6e49f07619b7087403fb8d4](leanprover-community/mathlib3@dad7ecf)

- [x] depends on: #832

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
Co-authored-by: Wojciech Nawrocki <wjnawrocki+gh@protonmail.com>
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
Co-authored-by: ChrisHughes24 <chrishughes24@gmail.com>
bors bot pushed a commit to leanprover-community/mathlib3 that referenced this pull request Dec 7, 2022
Regenerated from the [port status wiki page](https://github.com/leanprover-community/mathlib/wiki/mathlib4-port-status).
Relates to the following PRs:
* `algebra.divisibility.units`: leanprover-community/mathlib4#848
* `algebra.group.type_tags`: leanprover-community/mathlib4#832
* `algebra.group_with_zero.divisibility`: leanprover-community/mathlib4#870
* `algebra.hom.equiv.basic`: leanprover-community/mathlib4#835
* `algebra.order.group.defs`: leanprover-community/mathlib4#869
* `algebra.order.monoid.basic`: leanprover-community/mathlib4#872
* `algebra.order.monoid.cancel.basic`: leanprover-community/mathlib4#883
* `algebra.order.monoid.with_zero.defs`: leanprover-community/mathlib4#851
* `algebra.order.monoid.with_zero.basic`: leanprover-community/mathlib4#851
* `algebra.ring.divisibility`: leanprover-community/mathlib4#864
* `data.list.defs`: leanprover-community/mathlib4#803
* `data.sigma.order`: leanprover-community/mathlib4#887
* `group_theory.group_action.defs`: leanprover-community/mathlib4#854
* `order.heyting.boundary`: leanprover-community/mathlib4#844
* `order.hom.basic`: leanprover-community/mathlib4#804
* `order.symm_diff`: leanprover-community/mathlib4#842



Co-authored-by: Johan Commelin <johan@commelin.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mathlib-port This is a port of a theory file from mathlib. ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants