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] - chore: Move MulAction on Opposite, Pi, Prod, Sum, Sigma, Units #13161

Closed
wants to merge 2 commits into from

Conversation

YaelDillies
Copy link
Collaborator

... and add assert_not_exists MonoidWithZero everywhere.


Open in Gitpod

@YaelDillies YaelDillies added awaiting-review awaiting-CI t-algebra Algebra (groups, rings, fields, etc) labels May 24, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label May 25, 2024
@YaelDillies YaelDillies force-pushed the move_group_action_constructions branch from dd32733 to 6738c17 Compare May 25, 2024 13:13
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) and removed merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) labels May 25, 2024
@YaelDillies YaelDillies force-pushed the move_group_action_constructions branch from 6738c17 to 580deaa Compare May 27, 2024 14:22
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label May 27, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) and removed merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) labels Jun 6, 2024
@YaelDillies YaelDillies force-pushed the move_group_action_constructions branch 2 times, most recently from 2daa24a to 3536256 Compare June 11, 2024 17:25
Copy link

github-actions bot commented Jun 11, 2024

PR summary 32ffc0d2bb

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Algebra.GroupPower.IterateHom 314 310 -4 (-1.27%)
Mathlib.Algebra.Group.Aut 350 347 -3 (-0.86%)
Mathlib.Algebra.Group.NatPowAssoc 344 343 -1 (-0.29%)
Mathlib.Algebra.Group.PNatPowAssoc 403 402 -1 (-0.25%)
Mathlib.Algebra.BigOperators.Pi 508 507 -1 (-0.20%)
Mathlib.Algebra.BigOperators.Fin 544 543 -1 (-0.18%)
Import changes for all files
Files Import difference
Too many changes (2843)!

Declarations diff

+ extend_smul
+ instance [Monoid M] [SMul M α] : SMul Mˣ α where smul m a := (m : M) • a
++-- smul_def
+-++-- smulCommClass
- Function.extend_smul

You can run this locally as follows
## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>

## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit>

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 26, 2024
@YaelDillies YaelDillies force-pushed the move_group_action_constructions branch from 3536256 to 42e87f8 Compare June 28, 2024 08:01
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 28, 2024
@kim-em
Copy link
Contributor

kim-em commented Jul 1, 2024

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jul 1, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

This PR was included in a batch that was canceled, it will be automatically retried

mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

Build failed (retrying...):

mathlib-bors bot pushed a commit that referenced this pull request Jul 1, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 1, 2024

Build failed:

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 2, 2024
@YaelDillies YaelDillies force-pushed the move_group_action_constructions branch from 42e87f8 to 64f9b88 Compare July 4, 2024 19:53
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 4, 2024
@riccardobrasca
Copy link
Member

bors merge

mathlib-bors bot pushed a commit that referenced this pull request Jul 4, 2024
…`Units` (#13161)

... and add `assert_not_exists MonoidWithZero` everywhere.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 4, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: Move MulAction on Opposite, Pi, Prod, Sum, Sigma, Units [Merged by Bors] - chore: Move MulAction on Opposite, Pi, Prod, Sum, Sigma, Units Jul 4, 2024
@mathlib-bors mathlib-bors bot closed this Jul 4, 2024
@mathlib-bors mathlib-bors bot deleted the move_group_action_constructions branch July 4, 2024 21:43
@adomani adomani mentioned this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants