Commit 2020-05-27 21:30 efb4e959
View on Github →refactor(iterate): move to function
; renamings (#2832)
- move lemmas about
iterate
fromdata.nat.basic
tologic.function.iterate
; - move lemmas like
nat.iterate_succ
tofunction
namespace; - rename some lemmas:
iterate₀
toiterate_fixed
,iterate₁
tosemiconj.iterate_right
, see alsocommute.iterate_left
andcommute.iterate_right
;iterate₂
tosemiconj₂.iterate
;iterate_cancel
toleft_inverse.iterate
andright_inverse.iterate
;
- move lemmas
*_hom.iterate_map_*
toalgebra/iterate_hom
.