Theorems · Definition · category theory
ModuleCat.shortComplexOfConj
{R : Type u} →
[inst : Ring R] →
{M : Type v} →
[inst_1 : AddCommGroup M] →
[inst_2 : Module R M] →
{N : Type v} →
[inst_3 : AddCommGroup N] →
[inst_4 : Module R N] →
{L : Type v} →
[inst_5 : AddCommGroup L] →
[inst_6 : Module R L] →
{M' : Type u_1} →
{N' : Type u_2} →
{L' : Type u_3} →
[inst_7 : AddCommGroup M'] →
[inst_8 : AddCommGroup N'] →
[inst_9 : AddCommGroup L'] →
[inst_10 : Module R M'] →
[inst_11 : Module R N'] →
[inst_12 : Module R L'] →
(M ≃ₗ[R] M') →
(N ≃ₗ[R] N') →
(L ≃ₗ[R] L') →
(f : M' →ₗ[R] N') →
(g : N' →ₗ[R] L') →
g ∘ₗ f = 0 → CategoryTheory.ShortComplex (ModuleCat R)Suppose that f and g are linear maps that compose to zero, and that eM, eN, and eL
indicated in the diagram below are linear equivalences to modules that all belong to the same
universe. Then this is the short complex in ModuleCat given by the bottom row in the diagram.
M --f--> N --g--> L
| | |
eM eN eL
| | |
v v v
M' --> N' --> L'
This complex is exact when we have Function.Exact f g, see
ModuleCat.shortComplexOfConj_exact.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 51 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- LinearEquivstatement and proof · cited by 3,317
- CategoryTheory.ShortComplexstatement · cited by 1,850
- LinearMap.compstatement and proof · cited by 1,642
- LinearEquiv.symmproof · cited by 1,461
- ModuleCatstatement · cited by 1,429
- LinearEquiv.toLinearMapproof · cited by 1,171
- ModuleCat.shortComplexOfCompEqZeroproof · cited by 0
Cited by2
Results whose statement or proof uses this declaration.
- ModuleCat.shortComplexOfConj_shortExactstatement and proof · cited by 0
- ModuleCat.shortComplexOfConj_exactstatement and proof · cited by 0