Theorems · Theorem · number theory
QuadraticMap.apply_linearCombination
∀ {ι : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [inst : CommRing R] [inst_1 : AddCommGroup M]
[inst_2 : AddCommGroup N] [inst_3 : Module R M] [inst_4 : Module R N] [inst_5 : DecidableEq ι]
(Q : QuadraticMap R M N) {g : ι → M} (l : ι →₀ R),
Q ((Finsupp.linearCombination R g) l) =
(Finsupp.linearCombination R (⇑Q ∘ g)) (l * l) +
∑ p ∈ l.support.sym2 with ¬p.IsDiag, (Sym2.map (⇑l) p).mul • QuadraticMap.polarSym2 (⇑Q) (Sym2.map g p)The quadratic version of Finsupp.apply_linearCombination.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Finsuppstatement and proof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.filterstatement and proof · cited by 949
- Finsupp.supportstatement and proof · cited by 828
- Sym2statement and proof · cited by 737
Cited by1
Results whose statement or proof uses this declaration.
- QuadraticMap.sum_repr_sq_add_sum_repr_mul_polarproof · cited by 0