Theorems · Theorem · commutative algebra
IsNoetherian.injective_of_surjective_of_injective
∀ {R : Type u_1} {M : Type u_2} {N : Type w} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
[inst_3 : AddCommGroup N] [inst_4 : Module R N] [IsNoetherian R M] (i f : N →ₗ[R] M),
Function.Injective ⇑i → Function.Surjective ⇑f → Function.Injective ⇑fOrzech's theorem for Noetherian modules: if R is a ring (not necessarily commutative),
M and N are R-modules, M is Noetherian, i : N →ₗ[R] M is injective,
f : N →ₗ[R] M is surjective, then f is also injective. The proof here is adapted from
Djoković's paper Epimorphisms of modules which must be isomorphisms [djokovic1973],
utilizing LinearMap.iterateMapComap.
See also Orzech's original paper: Onto endomorphisms are isomorphisms [orzech1971].
- Defined in
- Mathlib.RingTheory.Noetherian.Orzech
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Bot.botproof · cited by 4,720
- IsNoetherianstatement and proof · cited by 208
- LinearMap.ker_eq_botproof · cited by 92
- bot_uniqueproof · cited by 57
- monotone_nat_of_le_succproof · cited by 45
- Submodule.map_botproof · cited by 23
Cited by3
Results whose statement or proof uses this declaration.
- IsNoetherian.injective_of_surjective_endomorphismproof · cited by 1
- IsNoetherian.subsingleton_of_prod_injectiveproof · cited by 0
- IsNoetherian.injective_of_surjective_of_submoduleproof · cited by 0