Skip to content

chore: adaptations for nightly-2024-03-04#11146

Merged
kim-em merged 9 commits intobump/v4.7.0from
bump/nightly-2024-03-04
Mar 4, 2024
Merged

chore: adaptations for nightly-2024-03-04#11146
kim-em merged 9 commits intobump/v4.7.0from
bump/nightly-2024-03-04

Conversation

@kim-em
Copy link
Copy Markdown
Contributor

@kim-em kim-em commented Mar 4, 2024

No description provided.

rfl; simp [pow_succ, Nat.mul_mod, ih]
#align nat.pow_mod Nat.pow_mod

theorem mod_pow_succ {b : ℕ} (w m : ℕ) : m % b ^ succ w = b * (m / b % b ^ w) + m % b := by
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.

Upstreamed.

Ruben-VandeVelde and others added 3 commits March 4, 2024 15:27
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
@kim-em kim-em merged commit 7a15a45 into bump/v4.7.0 Mar 4, 2024
@mathlib-bors mathlib-bors bot deleted the bump/nightly-2024-03-04 branch March 4, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants