Theorems · Theorem · commutative algebra
Module.length_eq_add_of_exact
∀ {R : Type u_1} {M : Type u_2} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] {N : Type u_3}
{P : Type u_4} [inst_3 : AddCommGroup N] [inst_4 : AddCommGroup P] [inst_5 : Module R N] [inst_6 : Module R P]
(f : N →ₗ[R] M) (g : M →ₗ[R] P),
Function.Injective ⇑f →
Function.Surjective ⇑g → Function.Exact ⇑f ⇑g → Module.length R M = Module.length R N + Module.length R PLength is additive in exact sequences.
- Defined in
- Mathlib.RingTheory.Length
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites45
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
- Set.ofPredproof · cited by 6,101
- ENatstatement and proof · cited by 4,985
- Bot.botproof · cited by 4,720
- LinearMap.rangeproof · cited by 893
Cited by6
Results whose statement or proof uses this declaration.
- Module.length_le_of_injectiveproof · cited by 3
- Ring.ord_mulproof · cited by 3
- Module.length_le_of_surjectiveproof · cited by 2
- Module.length_prodproof · cited by 1
- CovBy.length_baseChangeproof · cited by 1
- CovBy.length_restrictScalarsproof · cited by 1