refactor(library/algebra/group_power): open namespaces in the "right" order

This commit is contained in:
Leonardo de Moura 2015-06-27 14:51:00 -07:00
parent 8616ed096e
commit 52564ecc0f

View file

@ -92,7 +92,7 @@ theorem pow_inv_comm (a : A) : ∀m n, (a⁻¹)^m * a^n = a^n * (a⁻¹)^m
end nat
open int
open nat int algebra
definition ipow (a : A) : → A
| (of_nat n) := a^n