Theorems · Theorem · linear algebra
LinearMap.rTensor_exact_iff_lTensor_exact
∀ {R : Type u_1} [inst : CommSemiring R] {M : Type u_2} {N : Type u_3} {P : Type u_4} (Q : Type u_5)
[inst_1 : AddCommMonoid M] [inst_2 : AddCommMonoid N] [inst_3 : AddCommMonoid P] [inst_4 : AddCommMonoid Q]
[inst_5 : Module R M] [inst_6 : Module R N] [inst_7 : Module R P] [inst_8 : Module R Q] {f : M →ₗ[R] N}
{g : N →ₗ[R] P},
Function.Exact ⇑(LinearMap.rTensor Q f) ⇑(LinearMap.rTensor Q g) ↔
Function.Exact ⇑(LinearMap.lTensor Q f) ⇑(LinearMap.lTensor Q g)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- TensorProductstatement · cited by 2,545
- LinearMap.compproof · cited by 1,642
- TensorProduct.tmulproof · cited by 1,182
- LinearEquiv.toLinearMapproof · cited by 1,171
- LinearMap.extproof · cited by 844
- LinearMap.rTensorstatement and proof · cited by 266
Cited by1
Results whose statement or proof uses this declaration.
- rTensor_exactproof · cited by 9