Commit 2023-12-04 12:41 3ce1e1f9
View on Github →feat(Algebra/DirectLimit): add map, congr, lift_injective for direct limits of modules, abelian groups and rings (#8692)
Consider direct limits lim G and lim G' with direct system f and f' respectively, any
family of linear maps gᵢ : Gᵢ ⟶ G'ᵢ such that g ∘ f = f' ∘ g induces a linear map
lim G ⟶ lim G'. When gᵢ's are equivalence, so is the induced. Similarly for direct limits of groups and rings
This PR is splitted from #8473