Skip to content

[Merged by Bors] - feat(Data/Nat/Defs): pow_eq_self_iff#14183

Closed
rwst wants to merge 3 commits intomasterfrom
rwst/nat01
Closed

[Merged by Bors] - feat(Data/Nat/Defs): pow_eq_self_iff#14183
rwst wants to merge 3 commits intomasterfrom
rwst/nat01

Conversation

@rwst
Copy link
Copy Markdown
Collaborator

@rwst rwst commented Jun 27, 2024

For a > 1, a ^ b = a iff b = 1. Lemma needed by #14049.

Co-authored-by: Ruben Van de Velde 65514131+Ruben-VandeVelde@users.noreply.github.com


Open in Gitpod

@rwst rwst added awaiting-review easy < 20s of review time. See the lifecycle page for guidelines. awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. labels Jun 27, 2024
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 27, 2024

PR summary 8fc0eeab10

Import changes

No significant changes to the import graph


Declarations diff

+ pow_eq_self_iff

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>

@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jun 27, 2024
@rwst rwst added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jun 27, 2024
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jun 27, 2024
@rwst rwst added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jun 28, 2024
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jun 28, 2024
@tb65536
Copy link
Copy Markdown
Contributor

tb65536 commented Jun 28, 2024

maintainer merge

@github-actions
Copy link
Copy Markdown

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

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Jun 28, 2024
@rwst
Copy link
Copy Markdown
Collaborator Author

rwst commented Jun 28, 2024

Thanks!

@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Jun 29, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jun 29, 2024
For `a > 1`, `a ^ b = a` iff `b = 1`. Lemma needed by #14049.

Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jun 29, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Data/Nat/Defs): pow_eq_self_iff [Merged by Bors] - feat(Data/Nat/Defs): pow_eq_self_iff Jun 29, 2024
@mathlib-bors mathlib-bors bot closed this Jun 29, 2024
@mathlib-bors mathlib-bors bot deleted the rwst/nat01 branch June 29, 2024 09:06
dagurtomas pushed a commit that referenced this pull request Jul 2, 2024
For `a > 1`, `a ^ b = a` iff `b = 1`. Lemma needed by #14049.

Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
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. maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants