Mathlib Changelog
v3
Changelog
About
Github
Mathlib v3 is deprecated.
Go to Mathlib v4
Commit
2021-03-21 03:35
4cc42077
View on Github →
feat(algebra/module/linear_map): Add linear_map.iterate (
#6377
)
Estimated changes
Modified
src/algebra/module/linear_map.lean
added
theorem
linear_map.comp_id
added
theorem
linear_map.id_comp
Modified
src/linear_algebra/basic.lean
deleted
theorem
linear_map.comp_id
deleted
theorem
linear_map.id_comp
added
theorem
linear_map.injective_of_iterate_injective
added
theorem
linear_map.iterate_bijective
added
theorem
linear_map.iterate_injective
added
theorem
linear_map.iterate_succ
added
theorem
linear_map.iterate_surjective