Theorems · Theorem · category theory
Function.Exact.iff_linearMap_rangeRestrict
∀ {R : Type u_1} {M : Type u_2} {N : Type u_4} {P : Type u_6} [inst : Semiring R] [inst_1 : AddCommMonoid M]
[inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid P] [inst_4 : Module R M] [inst_5 : Module R N]
[inst_6 : Module R P] {f : M →ₗ[R] N} {g : N →ₗ[R] P},
Function.Exact ⇑f ⇑g ↔ Function.Exact ⇑f.range.subtype ⇑g.rangeRestrictTwo maps f : M →ₗ[R] N and g : N →ₗ[R] P are exact if and only if the induced maps
LinearMap.range f → N → LinearMap.range g are exact.
- Defined in
- Mathlib.Algebra.Exact.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Submodulestatement · cited by 7,192
- LinearMap.rangestatement and proof · cited by 893
- Submodule.subtypestatement · cited by 480
- Function.Exactstatement · cited by 182
- ZeroMemClass.zero_memproof · cited by 162
- LinearMap.rangeRestrictstatement · cited by 36
Cited by1
Results whose statement or proof uses this declaration.
- Function.Exact.linearMap_rangeRestrictproof · cited by 0