mathlib3
afe14217
- feat(data/nat/pow): add theorem `nat.pow_mod` (#13551)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
feat(data/nat/pow): add theorem `nat.pow_mod` (#13551) Add theorem that states `∀ (a b n : ℕ) : a ^ b % n = (a % n) ^ b % n`.
Author
slerpyyy
Parents
090e59d0
Loading