Theorems · Definition · linear algebra
Fintype.bilinearCombination
{α : Type u_1} →
{M : Type u_2} →
(R : Type u_3) →
[Fintype α] →
[inst : Semiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] →
(S : Type u_4) →
[inst_3 : Semiring S] →
[inst_4 : Module S M] → [inst_5 : SMulCommClass R S M] → (α → M) →ₗ[S] (α → R) →ₗ[R] MFintype.bilinearCombination R S v f is the linear combination of vectors in v with weights
in f. This variant of Finsupp.linearCombination is defined on fintype indexed vectors.
This map is linear in v if R is commutative, and always linear in f.
See note [bundled maps over different rings] for why separate R and S semirings are used.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- SMulCommClassstatement and proof · cited by 1,927
- Fintype.linearCombinationproof · cited by 26
Cited by2
Results whose statement or proof uses this declaration.
- Fintype.bilinearCombination_applystatement · cited by 0
- Fintype.bilinearCombination_apply_singlestatement · cited by 0