Theorems · Theorem · linear algebra
finsuppTensorFinsupp_apply
∀ (R : Type u_1) (S : Type u_2) (M : Type u_3) (N : Type u_4) (ι : Type u_5) (κ : Type u_6) [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [inst_3 : AddCommMonoid N] [inst_4 : Module R N] [inst_5 : Semiring S] [inst_6 : Algebra R S] [inst_7 : Module S M] [inst_8 : IsScalarTower R S M] (f : ι →₀ M) (g : κ →₀ N) (i : ι) (k : κ), ((finsuppTensorFinsupp R S M N ι κ) (f ⊗ₜ[R] g)) (i, k) = f i ⊗ₜ[R] g k
- Defined in
- Mathlib.LinearAlgebra.DirectSum.Finsupp
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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 · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement and proof · cited by 5,255
- IsScalarTowerstatement and proof · cited by 3,896
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- map_zeroproof · cited by 1,614
Cited by5
Results whose statement or proof uses this declaration.
- Module.Basis.tensorProduct_repr_tmul_applyproof · cited by 6
- Module.Basis.baseChange_repr_tmulproof · cited by 4
- Algebra.TensorProduct.basisAux_tmulproof · cited by 2
- finsuppTensorFinsuppLid_apply_applyproof · cited by 1
- finsuppTensorFinsuppRid_apply_applyproof · cited by 0