Theorems · Theorem · commutative algebra
Module.Finite.of_exact
∀ {R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [inst : Ring R] [inst_1 : AddCommGroup M]
[inst_2 : Module R M] [inst_3 : AddCommGroup N] [inst_4 : Module R N] [inst_5 : AddCommGroup P] [inst_6 : Module R P]
{f : M →ₗ[R] N} {g : N →ₗ[R] P},
Function.Exact ⇑f ⇑g → Function.Surjective ⇑g → ∀ [Module.Finite R M] [Module.Finite R P], Module.Finite R NIf $M → N → P → 0$ is exact and $M$ and $P$ are finitely generated then so is $N$.
This is the Module.Finite version of Submodule.fg_of_fg_map_of_fg_inf_ker.
- Defined in
- Mathlib.RingTheory.Finiteness.Finsupp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 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
- Top.topproof · cited by 9,680
- Ringstatement and proof · cited by 7,463
- Submoduleproof · cited by 7,192
- Module.Finitestatement and proof · cited by 1,032
- Submodule.FGproof · cited by 230
- Function.Exactstatement and proof · cited by 182
- inf_of_le_rightproof · cited by 128
Cited by1
Results whose statement or proof uses this declaration.
- Module.Finite.of_submodule_quotientproof · cited by 0