Loogle!
Result
Found 120 declarations mentioning Finsupp.linearCombination.
- Finsupp.linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (v : Ξ± β M) : (Ξ± ββ R) ββ[R] M - Finsupp.range_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} : (Finsupp.linearCombination R v).range = Submodule.span R (Set.range v) - Finsupp.linearCombination_range π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} (h : Function.Surjective v) : (Finsupp.linearCombination R v).range = β€ - Finsupp.span_image_eq_map_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} (s : Set Ξ±) : Submodule.span R (v '' s) = Submodule.map (Finsupp.linearCombination R v) (Finsupp.supported R R s) - Finsupp.linearCombination_id_surjective π Mathlib.LinearAlgebra.Finsupp.LinearCombination
(R : Type u_3) [Semiring R] (M : Type u_7) [AddCommMonoid M] [Module R M] : Function.Surjective β(Finsupp.linearCombination R id) - Finsupp.span_eq_range_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (s : Set M) : Submodule.span R s = (Finsupp.linearCombination R Subtype.val).range - Finsupp.linearCombination_surjective π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} (h : Function.Surjective v) : Function.Surjective β(Finsupp.linearCombination R v) - span_range_eq_top_iff_surjective_finsuppLinearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} : Submodule.span R (Set.range v) = β€ β Function.Surjective β(Finsupp.linearCombination R v) - Finsupp.linearCombination_zero_apply π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (x : Ξ± ββ R) : (Finsupp.linearCombination R 0) x = 0 - Finsupp.linearCombination_single π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} (c : R) (a : Ξ±) : ((Finsupp.linearCombination R v) funβ | a => c) = c β’ v a - Finsupp.linearCombination_comp π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {Ξ±' : Type u_5} {v : Ξ± β M} (f : Ξ±' β Ξ±) : Finsupp.linearCombination R (v β f) = Finsupp.linearCombination R v ββ Finsupp.lmapDomain R R f - Finsupp.linearCombination_apply π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} (l : Ξ± ββ R) : (Finsupp.linearCombination R v) l = l.sum fun i a => a β’ v i - Finsupp.linearCombination_comp_lmapDomain π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} (R : Type u_3) [Semiring R] {Ξ±' : Type u_5} {M' : Type u_6} [AddCommMonoid M'] [Module R M'] {v' : Ξ±' β M'} (f : Ξ± β Ξ±') : Finsupp.linearCombination R v' ββ Finsupp.lmapDomain R R f = Finsupp.linearCombination R (v' β f) - Finsupp.linearCombination_zero π Mathlib.LinearAlgebra.Finsupp.LinearCombination
(Ξ± : Type u_1) (M : Type u_2) (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] : Finsupp.linearCombination R 0 = 0 - Finsupp.linearCombination_linear_comp π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {M' : Type u_6} [AddCommMonoid M'] [Module R M'] {v : Ξ± β M} (f : M ββ[R] M') : Finsupp.linearCombination R (βf β v) = f ββ Finsupp.linearCombination R v - Finsupp.mem_span_iff_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (s : Set M) (x : M) : x β Submodule.span R s β β l, (Finsupp.linearCombination R Subtype.val) l = x - Finsupp.linearCombination_unique π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] [Unique Ξ±] (l : Ξ± ββ R) (v : Ξ± β M) : (Finsupp.linearCombination R v) l = l default β’ v default - Finsupp.linearCombination_single_index π Mathlib.LinearAlgebra.Finsupp.LinearCombination
(Ξ± : Type u_1) (M : Type u_2) (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (c : M) (a : Ξ±) (f : Ξ± ββ R) [DecidableEq Ξ±] : (Finsupp.linearCombination R (Pi.single a c)) f = f a β’ c - Finsupp.linearCombination_onFinset π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {s : Finset Ξ±} {f : Ξ± β R} (g : Ξ± β M) (hf : β (a : Ξ±), f a β 0 β a β s) : (Finsupp.linearCombination R g) (Finsupp.onFinset s f hf) = β x β s, f x β’ g x - Finsupp.linearCombination_mapDomain π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} (R : Type u_3) [Semiring R] {Ξ±' : Type u_5} {M' : Type u_6} [AddCommMonoid M'] [Module R M'] {v' : Ξ±' β M'} (f : Ξ± β Ξ±') (l : Ξ± ββ R) : (Finsupp.linearCombination R v') (Finsupp.mapDomain f l) = (Finsupp.linearCombination R (v' β f)) l - Finsupp.linearCombination_fin_zero π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (f : Fin 0 β M) : Finsupp.linearCombination R f = 0 - Finsupp.linearCombination_comapDomain π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {Ξ±' : Type u_5} {v : Ξ± β M} (f : Ξ± β Ξ±') (l : Ξ±' ββ R) (hf : Set.InjOn f (f β»ΒΉ' βl.support)) : (Finsupp.linearCombination R v) (Finsupp.comapDomain f l hf) = β i β l.support.preimage f hf, l (f i) β’ v i - Finsupp.linearCombination_embDomain π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} (R : Type u_3) [Semiring R] {Ξ±' : Type u_5} {M' : Type u_6} [AddCommMonoid M'] [Module R M'] {v' : Ξ±' β M'} (f : Ξ± βͺ Ξ±') (l : Ξ± ββ R) : (Finsupp.linearCombination R v') (Finsupp.embDomain f l) = (Finsupp.linearCombination R (v' β βf)) l - Span.repr_def π Mathlib.LinearAlgebra.Finsupp.LinearCombination
(R : Type u_4) {M : Type u_5} [Semiring R] [AddCommMonoid M] [Module R M] (w : Set M) (x : β₯(Submodule.span R w)) : Span.repr R w x = β―.choose - Finsupp.linearCombination_equivMapDomain π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} (R : Type u_3) [Semiring R] {Ξ±' : Type u_5} {M' : Type u_6} [AddCommMonoid M'] [Module R M'] {v' : Ξ±' β M'} (f : Ξ± β Ξ±') (l : Ξ± ββ R) : (Finsupp.linearCombination R v') (Finsupp.equivMapDomain f l) = (Finsupp.linearCombination R (v' β βf)) l - Span.finsupp_linearCombination_repr π Mathlib.LinearAlgebra.Finsupp.LinearCombination
(R : Type u_1) {M : Type u_2} [Semiring R] [AddCommMonoid M] [Module R M] {w : Set M} (x : β₯(Submodule.span R w)) : (Finsupp.linearCombination R Subtype.val) (Span.repr R w x) = βx - Finsupp.linearCombination_eq_fintype_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Fintype Ξ±] [Semiring R] [AddCommMonoid M] [Module R M] (v : Ξ± β M) : Finsupp.linearCombination R v ββ β(Finsupp.linearEquivFunOnFinite R R Ξ±).symm = Fintype.linearCombination R v - Finsupp.lmapDomain_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {Ξ±' : Type u_5} {M' : Type u_6} [AddCommMonoid M'] [Module R M'] {v : Ξ± β M} {v' : Ξ±' β M'} (f : Ξ± β Ξ±') (g : M ββ[R] M') (h : β (i : Ξ±), g (v i) = v' (f i)) : Finsupp.linearCombination R v' ββ Finsupp.lmapDomain R R f = g ββ Finsupp.linearCombination R v - Finsupp.apply_linearCombination_id π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {M' : Type u_6} [AddCommMonoid M'] [Module R M'] (f : M ββ[R] M') (l : M ββ R) : f ((Finsupp.linearCombination R id) l) = (Finsupp.linearCombination R βf) l - Finsupp.apply_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {M' : Type u_6} [AddCommMonoid M'] [Module R M'] (f : M ββ[R] M') (v : Ξ± β M) (l : Ξ± ββ R) : f ((Finsupp.linearCombination R v) l) = (Finsupp.linearCombination R (βf β v)) l - LinearMap.map_finsupp_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{R : Type u_1} {M : Type u_2} {N : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (f : M ββ[R] N) {ΞΉ : Type u_4} {g : ΞΉ β M} (l : ΞΉ ββ R) : f ((Finsupp.linearCombination R g) l) = (Finsupp.linearCombination R (βf β g)) l - Finsupp.mem_span_image_iff_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} {s : Set Ξ±} {x : M} : x β Submodule.span R (v '' s) β β l β Finsupp.supported R R s, (Finsupp.linearCombination R v) l = x - Finsupp.linearCombination_option π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (v : Option Ξ± β M) (f : Option Ξ± ββ R) : (Finsupp.linearCombination R v) f = f none β’ v none + (Finsupp.linearCombination R (v β some)) f.some - Finsupp.linearCombination_apply_of_mem_supported π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} {l : Ξ± ββ R} {s : Finset Ξ±} (hs : l β Finsupp.supported R R βs) : (Finsupp.linearCombination R v) l = β i β s, l i β’ v i - Finsupp.linearCombination_comp_addSingleEquiv π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{R : Type u_4} {M : Type u_5} {ΞΉ : Type u_6} [Ring R] [AddCommGroup M] [Module R M] (i : ΞΉ) (c : ΞΉ β R) (hβ : c i = 0) (v : ΞΉ β M) : Finsupp.linearCombination R v ββ β(Finsupp.addSingleEquiv i c hβ) = Finsupp.linearCombination R (v + fun x => c x β’ v i) - Finsupp.bilinearCombination_apply π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) {S : Type u_4} [Semiring R] [Semiring S] [AddCommMonoid M] [Module R M] {v : Ξ± β M} [Module S M] [SMulCommClass R S M] : (Finsupp.bilinearCombination R S) v = Finsupp.linearCombination R v - Finsupp.linearCombination_linearCombination π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {Ξ± : Type u_7} {Ξ² : Type u_8} (A : Ξ± β M) (B : Ξ² β Ξ± ββ R) (f : Ξ² ββ R) : (Finsupp.linearCombination R A) ((Finsupp.linearCombination R B) f) = (Finsupp.linearCombination R fun b => (Finsupp.linearCombination R A) (B b)) f - Finsupp.linearCombination_eq_fintype_linearCombination_apply π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Fintype Ξ±] [Semiring R] [AddCommMonoid M] [Module R M] (v : Ξ± β M) (x : Ξ± β R) : (Finsupp.linearCombination R v) ((Finsupp.linearEquivFunOnFinite R R Ξ±).symm x) = (Fintype.linearCombination R v) x - Finsupp.linearCombination_smul π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) {S : Type u_4} [Semiring R] [Semiring S] [AddCommMonoid M] [Module R M] {Ξ±' : Type u_5} {v : Ξ± β M} [Module R S] [Module S M] [IsScalarTower R S M] {w : Ξ±' β S} : (Finsupp.linearCombination R fun i => w i.2 β’ v i.1) = βR (Finsupp.linearCombination S v) ββ Finsupp.mapRange.linearMap (Finsupp.linearCombination R w) ββ β(Finsupp.curryLinearEquiv R) - Finsupp.linearCombination_restrict π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {v : Ξ± β M} (s : Set Ξ±) : Finsupp.linearCombination R (s.domRestrict v) = (Submodule.span R (v '' s)).subtype ββ Finsupp.linearCombinationOn Ξ± M R v s ββ β(Finsupp.supportedEquivFinsupp s).symm - Module.Basis.coe_repr_symm π Mathlib.LinearAlgebra.Basis.Defs
{ΞΉ : Type u_1} {R : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) : βb.repr.symm = Finsupp.linearCombination R βb - Module.Basis.linearCombination_repr π Mathlib.LinearAlgebra.Basis.Defs
{ΞΉ : Type u_1} {R : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) (x : M) : (Finsupp.linearCombination R βb) (b.repr x) = x - Module.Basis.repr_linearCombination π Mathlib.LinearAlgebra.Basis.Defs
{ΞΉ : Type u_1} {R : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) (v : ΞΉ ββ R) : b.repr ((Finsupp.linearCombination R βb) v) = v - Module.Basis.repr_symm_apply π Mathlib.LinearAlgebra.Basis.Defs
{ΞΉ : Type u_1} {R : Type u_3} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) (v : ΞΉ ββ R) : b.repr.symm v = (Finsupp.linearCombination R βb) v - Module.Basis.constr_def π Mathlib.LinearAlgebra.Basis.Defs
{M' : Type u_5} [AddCommMonoid M'] {ΞΉ : Type u_7} {R : Type u_8} {M : Type u_9} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) [Module R M'] (S : Type u_10) [Semiring S] [Module S M'] [SMulCommClass R S M'] (f : ΞΉ β M') : (b.constr S) f = Finsupp.linearCombination R id ββ Finsupp.lmapDomain R R f ββ βb.repr - LinearIndependent.finsuppLinearCombination_injective π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] : LinearIndependent R v β Function.Injective β(Finsupp.linearCombination R v) - linearIndependent_iff_injective_finsuppLinearCombination π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] : LinearIndependent R v β Function.Injective β(Finsupp.linearCombination R v) - linearIndependent_iff_ker π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {v : ΞΉ β M} : LinearIndependent R v β (Finsupp.linearCombination R v).ker = β₯ - linearIndependent_iff π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {v : ΞΉ β M} : LinearIndependent R v β β (l : ΞΉ ββ R), (Finsupp.linearCombination R v) l = 0 β l = 0 - linearIndependent_iffβ π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] : LinearIndependent R v β β (lβ lβ : ΞΉ ββ R), (Finsupp.linearCombination R v) lβ = (Finsupp.linearCombination R v) lβ β lβ = lβ - not_linearIndependent_iff_linearCombination π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {v : ΞΉ β M} : Β¬LinearIndependent R v β β l, (Finsupp.linearCombination R v) l = 0 β§ l β 0 - linearIndepOn_iff_disjoint π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {s : Set ΞΉ} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {v : ΞΉ β M} : LinearIndepOn R v s β Disjoint (Finsupp.supported R R s) (Finsupp.linearCombination R v).ker - LinearIndependent.linearCombination_comp_repr π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] (hv : LinearIndependent R v) : Finsupp.linearCombination R v ββ hv.repr = (Submodule.span R (Set.range v)).subtype - linearDepOn_iff' π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {s : Set ΞΉ} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {v : ΞΉ β M} : Β¬LinearIndepOn R v s β β f β Finsupp.supported R R s, (Finsupp.linearCombination R v) f = 0 β§ f β 0 - linearIndepOn_iff π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {s : Set ΞΉ} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {v : ΞΉ β M} : LinearIndepOn R v s β β l β Finsupp.supported R R s, (Finsupp.linearCombination R v) l = 0 β l = 0 - LinearIndependent.linearCombination_repr π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] (hv : LinearIndependent R v) (x : β₯(Submodule.span R (Set.range v))) : (Finsupp.linearCombination R v) (hv.repr x) = βx - LinearIndependent.repr_eq π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] (hv : LinearIndependent R v) {l : ΞΉ ββ R} {x : β₯(Submodule.span R (Set.range v))} (eq : (Finsupp.linearCombination R v) l = βx) : hv.repr x = l - linearDepOn_iff'β π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {s : Set ΞΉ} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] : Β¬LinearIndepOn R v s β β f g, f β Finsupp.supported R R s β§ g β Finsupp.supported R R s β§ (Finsupp.linearCombination R v) f = (Finsupp.linearCombination R v) g β§ f β g - linearIndepOn_iffβ π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {s : Set ΞΉ} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] : LinearIndepOn R v s β β f β Finsupp.supported R R s, β g β Finsupp.supported R R s, (Finsupp.linearCombination R v) f = (Finsupp.linearCombination R v) g β f = g - LinearIndependent.linearCombinationEquiv_apply_coe π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] (hv : LinearIndependent R v) (x : ΞΉ ββ R) : β(hv.linearCombinationEquiv x) = (Finsupp.linearCombination R v) x - LinearIndependent.linearCombinationEquiv_symm_apply π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] (hv : LinearIndependent R v) (aβ : β₯(Submodule.span R (Set.range v))) : hv.linearCombinationEquiv.symm aβ = ((LinearEquiv.ofInjective (LinearMap.codRestrict (Submodule.span R (Set.range v)) (Finsupp.linearCombination R v) β―) β―).toEquiv.trans (LinearEquiv.ofTop (LinearMap.codRestrict (Submodule.span R (Set.range v)) (Finsupp.linearCombination R v) β―).range β―).toEquiv).invFun aβ - LinearIndependent.linearCombination_ne_of_notMem_support π Mathlib.LinearAlgebra.LinearIndependent.Basic
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] [Nontrivial R] (hv : LinearIndependent R v) {x : ΞΉ} (f : ΞΉ ββ R) (h : x β f.support) : (Finsupp.linearCombination R v) f β v x - LinearIndependent.update π Mathlib.LinearAlgebra.LinearIndependent.Lemmas
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} [DecidableEq ΞΉ] [CommRing R] [AddCommGroup M] [Module R M] {f : ΞΉ β M} (hf : LinearIndependent R f) (i : ΞΉ) (m : M) (hg : β r β nonZeroDivisors R, β l, l i β nonZeroDivisors R β§ r β’ m = (Finsupp.linearCombination R f) l) : LinearIndependent R (Function.update f i m) - lsum_comp_mapRange_toSpanSingleton π Mathlib.LinearAlgebra.DFinsupp
{ΞΉ : Type u_1} {R : Type u_3} {N : Type u_6} [DecidableEq ΞΉ] [Semiring R] [AddCommMonoid N] [Module R N] [(m : R) β Decidable (m β 0)] (p : ΞΉ β Submodule R N) {v : ΞΉ β N} (hv : β (i : ΞΉ), v i β p i) : ((DFinsupp.lsum β) fun i => (p i).subtype) ββ (DFinsupp.mapRange.linearMap fun i => LinearMap.toSpanSingleton R β₯(p i) β¨v i, β―β©) ββ β(finsuppLequivDFinsupp R) = Finsupp.linearCombination R v - Finsupp.linearCombination_one_tmul π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (S : Type u_2) (M : Type u_3) (ΞΉ : Type u_5) [CommSemiring R] [AddCommMonoid M] [Module R M] [Semiring S] [Algebra R S] [DecidableEq ΞΉ] {v : ΞΉ β M} : βR (Finsupp.linearCombination S fun x => 1 ββ[R] v x) = LinearMap.lTensor S (Finsupp.linearCombination R v) ββ β(TensorProduct.finsuppScalarRight R R S ΞΉ).symm - Module.projective_def' π Mathlib.Algebra.Module.Projective
{R : Type u_1} [Semiring R] {P : Type u_2} [AddCommMonoid P] [Module R P] : Module.Projective R P β β s, Finsupp.linearCombination R id ββ s = LinearMap.id - Module.Projective.mk π Mathlib.Algebra.Module.Projective
{R : Type u_1} [Semiring R] {P : Type u_2} [AddCommMonoid P] [Module R P] (out : β s, Function.LeftInverse β(Finsupp.linearCombination R id) βs) : Module.Projective R P - Module.Projective.out π Mathlib.Algebra.Module.Projective
{R : Type u_1} {instβ : Semiring R} {P : Type u_2} {instβΒΉ : AddCommMonoid P} {instβΒ² : Module R P} [self : Module.Projective R P] : β s, Function.LeftInverse β(Finsupp.linearCombination R id) βs - Module.projective_def π Mathlib.Algebra.Module.Projective
{R : Type u_1} [Semiring R] {P : Type u_2} [AddCommMonoid P] [Module R P] : Module.Projective R P β β s, Function.LeftInverse β(Finsupp.linearCombination R id) βs - Module.Basis.end_repr_symm_apply π Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} {M : Type u_2} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [Fintype ΞΉ] [DecidableEq ΞΉ] (b : Module.Basis ΞΉ R M) (aβ : ΞΉ Γ ΞΉ ββ R) : b.end.repr.symm aβ = (Matrix.toLin b b) ((Finsupp.linearCombination R β(Matrix.stdBasis R ΞΉ ΞΉ)) aβ) - Module.Basis.linearMap_repr_symm_apply π Mathlib.LinearAlgebra.Matrix.ToLin
{R : Type u_1} {Mβ : Type u_3} {Mβ : Type u_4} {ΞΉβ : Type u_6} {ΞΉβ : Type u_7} [CommSemiring R] [AddCommMonoid Mβ] [AddCommMonoid Mβ] [Module R Mβ] [Module R Mβ] [Fintype ΞΉβ] [Fintype ΞΉβ] [DecidableEq ΞΉβ] (bβ : Module.Basis ΞΉβ R Mβ) (bβ : Module.Basis ΞΉβ R Mβ) (aβ : ΞΉβ Γ ΞΉβ ββ R) : (bβ.linearMap bβ).repr.symm aβ = (Matrix.toLin bβ bβ) ((Finsupp.linearCombination R β(Matrix.stdBasis R ΞΉβ ΞΉβ)) aβ) - Subalgebra.mem_of_span_eq_top_of_smul_pow_mem π Mathlib.Algebra.Algebra.Subalgebra.Operations
{R : Type u_1} {S : Type u_2} [CommSemiring R] [CommSemiring S] [Algebra R S] (S' : Subalgebra R S) (s : Set S) (l : βs ββ S) (hs : (Finsupp.linearCombination S Subtype.val) l = 1) (hs' : s β βS') (hl : β (i : βs), l i β S') (x : S) (H : β (r : βs), β n, βr ^ n β’ x β S') : x β S' - IsLocalizedModule.map_linearCombination π Mathlib.RingTheory.Localization.BaseChange
{R : Type u_1} [CommSemiring R] (S : Submonoid R) (A : Type u_2) [CommSemiring A] [Algebra R A] [IsLocalization S A] {M : Type u_3} [AddCommMonoid M] [Module R M] {M' : Type u_4} [AddCommMonoid M'] [Module R M'] [Module A M'] [IsScalarTower R A M'] (f : M ββ[R] M') {Ξ± : Type u_7} {v : Ξ± β M} [IsLocalizedModule S f] : (IsLocalizedModule.map S (Finsupp.mapRange.linearMap (Algebra.linearMap R A)) f) (Finsupp.linearCombination R v) = βR (Finsupp.linearCombination A (βf β v)) - Module.DualBases.lc_def π Mathlib.LinearAlgebra.Dual.Basis
{R : Type u_1} {M : Type u_2} {ΞΉ : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (e : ΞΉ β M) (l : ΞΉ ββ R) : Module.DualBases.lc e l = (Finsupp.linearCombination R e) l - Module.Basis.toDual_linearCombination_left π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} {ΞΉ : Type uΞΉ} [CommSemiring R] [AddCommMonoid M] [Module R M] [DecidableEq ΞΉ] (b : Module.Basis ΞΉ R M) (f : ΞΉ ββ R) (i : ΞΉ) : (b.toDual ((Finsupp.linearCombination R βb) f)) (b i) = f i - Module.Basis.toDual_linearCombination_right π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} {ΞΉ : Type uΞΉ} [CommSemiring R] [AddCommMonoid M] [Module R M] [DecidableEq ΞΉ] (b : Module.Basis ΞΉ R M) (f : ΞΉ ββ R) (i : ΞΉ) : (b.toDual (b i)) ((Finsupp.linearCombination R βb) f) = f i - Module.Basis.linearCombination_coord π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} {ΞΉ : Type uΞΉ} [CommSemiring R] [AddCommMonoid M] [Module R M] [Finite ΞΉ] (b : Module.Basis ΞΉ R M) (f : ΞΉ ββ R) (i : ΞΉ) : ((Finsupp.linearCombination R b.coord) f) (b i) = f i - Module.Basis.linearCombination_dualBasis π Mathlib.LinearAlgebra.Dual.Basis
{R : Type uR} {M : Type uM} {ΞΉ : Type uΞΉ} [CommSemiring R] [AddCommMonoid M] [Module R M] [DecidableEq ΞΉ] (b : Module.Basis ΞΉ R M) [Finite ΞΉ] (f : ΞΉ ββ R) (i : ΞΉ) : ((Finsupp.linearCombination R βb.dualBasis) f) (b i) = f i - KaehlerDifferential.kerTotal_eq π Mathlib.RingTheory.Kaehler.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] : (Finsupp.linearCombination S β(KaehlerDifferential.D R S)).ker = KaehlerDifferential.kerTotal R S - KaehlerDifferential.linearCombination_surjective π Mathlib.RingTheory.Kaehler.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] : Function.Surjective β(Finsupp.linearCombination S β(KaehlerDifferential.D R S)) - KaehlerDifferential.ker_map_of_surjective π Mathlib.RingTheory.Kaehler.Basic
(R : Type u) [CommRing R] (A : Type u_2) (B : Type u_3) [CommRing A] [CommRing B] [Algebra R A] [Algebra A B] [Algebra R B] [IsScalarTower R A B] (h : Function.Surjective β(algebraMap A B)) : (KaehlerDifferential.map R R A B).ker = Submodule.map (Finsupp.linearCombination A β(KaehlerDifferential.D R A)) (Finsupp.mapRange.linearMap (Algebra.linearMap A B) ββ Finsupp.lmapDomain A A β(algebraMap A B)).ker - KaehlerDifferential.ker_map π Mathlib.RingTheory.Kaehler.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] (A : Type u_2) (B : Type u_3) [CommRing A] [CommRing B] [Algebra R A] [Algebra A B] [Algebra S B] [Algebra R B] [IsScalarTower R A B] [IsScalarTower R S B] [SMulCommClass S A B] : (KaehlerDifferential.map R S A B).ker = Submodule.map (Finsupp.linearCombination A β(KaehlerDifferential.D R A)) (Submodule.comap (Finsupp.mapRange.linearMap (Algebra.linearMap A B) ββ Finsupp.lmapDomain A A β(algebraMap A B)) (Submodule.restrictScalars A (KaehlerDifferential.kerTotal S B))) - KaehlerDifferential.derivationQuotKerTotal_lift_comp_linearCombination π Mathlib.RingTheory.Kaehler.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] : (KaehlerDifferential.derivationQuotKerTotal R S).liftKaehlerDifferential ββ Finsupp.linearCombination S β(KaehlerDifferential.D R S) = (KaehlerDifferential.kerTotal R S).mkQ - KaehlerDifferential.quotKerTotalEquiv_apply π Mathlib.RingTheory.Kaehler.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] (aβ : (S ββ S) β§Έ (KaehlerDifferential.kerTotal R S).toAddSubgroup) : (KaehlerDifferential.quotKerTotalEquiv R S) aβ = (QuotientAddGroup.lift (KaehlerDifferential.kerTotal R S).toAddSubgroup (Finsupp.linearCombination S β(KaehlerDifferential.D R S)).toAddMonoidHom β―) aβ - Module.Relations.Solution.mk π Mathlib.Algebra.Module.Presentation.Basic
{A : Type u} [Ring A] {relations : Module.Relations A} {M : Type v} [AddCommGroup M] [Module A M] (var : relations.G β M) (linearCombination_var_relation : β (r : relations.R), (Finsupp.linearCombination A var) (relations.relation r) = 0) : relations.Solution M - Module.Relations.Solution.linearCombination_var_relation π Mathlib.Algebra.Module.Presentation.Basic
{A : Type u} [Ring A] {relations : Module.Relations A} {M : Type v} [AddCommGroup M] [Module A M] (self : relations.Solution M) (r : relations.R) : (Finsupp.linearCombination A self.var) (relations.relation r) = 0 - Representation.leftRegular_norm_eq_zero_iff π Mathlib.RepresentationTheory.Basic
{k : Type u_1} {G : Type u_2} [CommSemiring k] [Group G] [Fintype G] (x : MonoidAlgebra k G) : (Representation.leftRegular k G).norm x = 0 β (Finsupp.linearCombination k fun x => 1) x.coeff = 0 - Representation.ker_leftRegular_norm_eq π Mathlib.RepresentationTheory.Basic
{k : Type u_1} {G : Type u_2} [CommSemiring k] [Group G] [Fintype G] : LinearMap.ker (Representation.leftRegular k G).norm = ((Finsupp.linearCombination k fun x => 1) ββ β(MonoidAlgebra.coeffLinearEquiv k)).ker - Representation.leftRegular_norm_apply π Mathlib.RepresentationTheory.Basic
{k : Type u_1} {G : Type u_2} [CommSemiring k] [Group G] [Fintype G] : (Representation.leftRegular k G).norm = (LinearMap.lsmul k (MonoidAlgebra k G)).flip ((Representation.leftRegular k G).norm (MonoidAlgebra.single 1 1)) ββ (Finsupp.linearCombination k fun x => 1) ββ β(MonoidAlgebra.coeffLinearEquiv k) - Module.FinitePresentation.mk π Mathlib.Algebra.Module.FinitePresentation
{R : Type u_1} {M : Type u_2} [Semiring R] [AddCommMonoid M] [Module R M] (out : β s, Submodule.span R βs = β€ β§ (Finsupp.linearCombination R Subtype.val).ker.FG) : Module.FinitePresentation R M - Module.FinitePresentation.out π Mathlib.Algebra.Module.FinitePresentation
{R : Type u_1} {M : Type u_2} {instβ : Semiring R} {instβΒΉ : AddCommMonoid M} {instβΒ² : Module R M} [self : Module.FinitePresentation R M] : β s, Submodule.span R βs = β€ β§ (Finsupp.linearCombination R Subtype.val).ker.FG - Algebra.Presentation.differentials.commββ' π Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ΞΉ : Type w} {Ο : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ΞΉ Ο) : pres.toExtension.toKaehler ββ βpres.cotangentSpaceBasis.repr.symm = Finsupp.linearCombination S fun g => (KaehlerDifferential.D R S) (pres.val g) - Module.IsLocalRing.linearCombination_bijective_of_flat π Mathlib.RingTheory.LocalRing.Module
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [IsLocalRing R] [Module.Finite R M] [Module.Flat R M] {ΞΉ : Type u} (v : ΞΉ β M) (h : Function.Bijective β(Finsupp.linearCombination (IsLocalRing.ResidueField R) (β((TensorProduct.mk R (IsLocalRing.ResidueField R) M) 1) β v))) : Function.Bijective β(Finsupp.linearCombination R v) - Submodule.mulLeftMap_eq_mulMap_comp π Mathlib.LinearAlgebra.TensorProduct.Submodule
{R : Type u} {S : Type v} [CommSemiring R] [Semiring S] [Algebra R S] {M : Submodule R S} (N : Submodule R S) {ΞΉ : Type u_1} [DecidableEq ΞΉ] (m : ΞΉ β β₯M) : Submodule.mulLeftMap N m = M.mulMap N ββ LinearMap.rTensor (β₯N) (Finsupp.linearCombination R m) ββ β(TensorProduct.finsuppScalarLeft R (β₯N) ΞΉ).symm - Submodule.mulRightMap_eq_mulMap_comp π Mathlib.LinearAlgebra.TensorProduct.Submodule
{R : Type u} {S : Type v} [CommSemiring R] [Semiring S] [Algebra R S] (M : Submodule R S) {N : Submodule R S} {ΞΉ : Type u_1} [DecidableEq ΞΉ] (n : ΞΉ β β₯N) : M.mulRightMap n = M.mulMap N ββ LinearMap.lTensor (β₯M) (Finsupp.linearCombination R n) ββ β(TensorProduct.finsuppScalarRight R R (β₯M) ΞΉ).symm - Submodule.LinearDisjoint.of_basis_mul' π Mathlib.LinearAlgebra.LinearDisjoint
{R : Type u} {S : Type v} [CommSemiring R] [Semiring S] [Algebra R S] (M N : Submodule R S) {ΞΊ : Type u_1} {ΞΉ : Type u_2} (m : Module.Basis ΞΊ R β₯M) (n : Module.Basis ΞΉ R β₯N) (H : Function.Injective β(Finsupp.linearCombination R fun i => β(m i.1) * β(n i.2))) : M.LinearDisjoint N - Algebra.Generators.H1Cotangent.Ξ΄Aux_toAlgHom π Mathlib.RingTheory.Kaehler.JacobiZariski
{R : Type uβ} {S : Type uβ} [CommRing R] [CommRing S] [Algebra R S] {T : Type uβ} [CommRing T] [Algebra R T] [Algebra S T] [IsScalarTower R S T] {ΞΉ : Type wβ} {ΞΉ' : Type wβ} {Q : Algebra.Generators S T ΞΉ} {Q' : Algebra.Generators S T ΞΉ'} (f : Q.Hom Q') (x : Q.Ring) : (Algebra.Generators.H1Cotangent.Ξ΄Aux R Q') (f.toAlgHom x) = (Algebra.Generators.H1Cotangent.Ξ΄Aux R Q) x + (Finsupp.linearCombination T (β(Algebra.Generators.H1Cotangent.Ξ΄Aux R Q') β f.val)) (Q.cotangentSpaceBasis.repr (1 ββ[Q.Ring] (KaehlerDifferential.D S Q.Ring) x)) - mem_finsuppAffineCoords_iff_linearCombination π Mathlib.LinearAlgebra.AffineSpace.Basis
{ΞΉ : Type u_1} {k : Type u_2} [Ring k] {w : ΞΉ ββ k} : w β finsuppAffineCoords ΞΉ k β (Finsupp.linearCombination k 1) w = 1 - MeasureTheory.Lp.coeFn_linearCombination π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {π : Type u_2} {E : Type u_4} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedRing π] [Module π E] [IsBoundedSMul π E] {ΞΉ : Type u_6} (c : ΞΉ ββ π) (f : ΞΉ β β₯(MeasureTheory.Lp E p ΞΌ)) : ββ((Finsupp.linearCombination π f) c) =α΅[ΞΌ] (Finsupp.linearCombination π fun i => ββ(f i)) c - Orthonormal.inner_right_finsupp π Mathlib.Analysis.InnerProductSpace.Orthonormal
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {v : ΞΉ β E} (hv : Orthonormal π v) (l : ΞΉ ββ π) (i : ΞΉ) : inner π (v i) ((Finsupp.linearCombination π v) l) = l i - Orthonormal.inner_left_finsupp π Mathlib.Analysis.InnerProductSpace.Orthonormal
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {v : ΞΉ β E} (hv : Orthonormal π v) (l : ΞΉ ββ π) (i : ΞΉ) : inner π ((Finsupp.linearCombination π v) l) (v i) = (starRingEnd π) (l i) - Orthonormal.inner_finsupp_eq_zero π Mathlib.Analysis.InnerProductSpace.Orthonormal
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {v : ΞΉ β E} (hv : Orthonormal π v) {s : Set ΞΉ} {i : ΞΉ} (hi : i β s) {l : ΞΉ ββ π} (hl : l β Finsupp.supported π π s) : inner π ((Finsupp.linearCombination π v) l) (v i) = 0 - Orthonormal.inner_finsupp_eq_sum_left π Mathlib.Analysis.InnerProductSpace.Orthonormal
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {v : ΞΉ β E} (hv : Orthonormal π v) (lβ lβ : ΞΉ ββ π) : inner π ((Finsupp.linearCombination π v) lβ) ((Finsupp.linearCombination π v) lβ) = lβ.sum fun i y => (starRingEnd π) y * lβ i - Orthonormal.inner_finsupp_eq_sum_right π Mathlib.Analysis.InnerProductSpace.Orthonormal
{π : Type u_1} {E : Type u_2} [RCLike π] [SeminormedAddCommGroup E] [InnerProductSpace π E] {ΞΉ : Type u_4} {v : ΞΉ β E} (hv : Orthonormal π v) (lβ lβ : ΞΉ ββ π) : inner π ((Finsupp.linearCombination π v) lβ) ((Finsupp.linearCombination π v) lβ) = lβ.sum fun i y => (starRingEnd π) (lβ i) * y - MvPolynomial.coeff_linearCombination_X_pow π Mathlib.Algebra.MvPolynomial.Coeff
{R : Type u_1} {Ο : Type u_2} [CommSemiring R] (a : Ο ββ R) (s : Ο ββ β) (n : β) : ((Finsupp.linearCombination R MvPolynomial.X) a ^ n).coeff s = if (s.sum fun x m => m) = n then βs.multinomial * s.prod fun r m => a r ^ m else 0 - AlgebraicGeometry.presentationTilde π Mathlib.AlgebraicGeometry.Modules.Tilde
{R : CommRingCat} (M : ModuleCat βR) (s : Set βM) (hs : Submodule.span (βR) s = β€) (t : Set (βs ββ βR)) (ht : Submodule.span (βR) t = (Finsupp.linearCombination (βR) Subtype.val).ker) : SheafOfModules.Presentation (AlgebraicGeometry.tilde M) - MonomialOrder.div π Mathlib.RingTheory.MvPolynomial.Groebner
{Ο : Type u_1} {m : MonomialOrder Ο} {R : Type u_2} [CommRing R] {ΞΉ : Type u_3} {b : ΞΉ β MvPolynomial Ο R} (hb : β (i : ΞΉ), IsUnit (m.leadingCoeff (b i))) (f : MvPolynomial Ο R) : β g r, f = (Finsupp.linearCombination (MvPolynomial Ο R) b) g + r β§ (β (i : ΞΉ), m.toSyn (m.degree (b i * g i)) β€ m.toSyn (m.degree f)) β§ β c β r.support, β (i : ΞΉ), Β¬m.degree (b i) β€ c - MonomialOrder.div_set π Mathlib.RingTheory.MvPolynomial.Groebner
{Ο : Type u_1} {m : MonomialOrder Ο} {R : Type u_2} [CommRing R] {B : Set (MvPolynomial Ο R)} (hB : β b β B, IsUnit (m.leadingCoeff b)) (f : MvPolynomial Ο R) : β g r, f = (Finsupp.linearCombination (MvPolynomial Ο R) fun b => βb) g + r β§ (β (b : βB), m.toSyn (m.degree (βb * g b)) β€ m.toSyn (m.degree f)) β§ β c β r.support, β b β B, Β¬m.degree b β€ c - MvPolynomial.combinatorial_nullstellensatz_exists_linearCombination π Mathlib.Combinatorics.Nullstellensatz
{R : Type u_1} [CommRing R] {Ο : Type u_2} [Finite Ο] [IsDomain R] (S : Ο β Finset R) (Sne : β (i : Ο), (S i).Nonempty) (f : MvPolynomial Ο R) (Heval : β (x : Ο β R), (β (i : Ο), x i β S i) β (MvPolynomial.eval x) f = 0) : β h, (β (i : Ο), ((β s β S i, (MvPolynomial.X i - MvPolynomial.C s)) * h i).totalDegree β€ f.totalDegree) β§ f = (Finsupp.linearCombination (MvPolynomial Ο R) fun i => β r β S i, (MvPolynomial.X i - MvPolynomial.C r)) h - IsBaseChange.of_basis π Mathlib.RingTheory.TensorProduct.IsBaseChangeFree
{R : Type u_1} [CommSemiring R] {V : Type u_2} [AddCommMonoid V] [Module R V] (A : Type u_3) [CommSemiring A] [Algebra A R] [Module A V] [IsScalarTower A R V] {ΞΉ : Type u_4} (b : Module.Basis ΞΉ R V) : IsBaseChange R (Finsupp.linearCombination A βb) - QuadraticMap.apply_linearCombination π Mathlib.LinearAlgebra.QuadraticForm.Basis
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [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) - QuadraticMap.apply_linearCombination' π Mathlib.LinearAlgebra.QuadraticForm.Basis
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) {g : ΞΉ β M} (l : ΞΉ ββ R) : Q ((Finsupp.linearCombination R g) l) = (Finsupp.linearCombination R (QuadraticMap.polarSym2 βQ β Sym2.map g)) l.sym2Mul - (Finsupp.linearCombination R (βQ β g)) (l * l) - QuadraticMap.sum_polar_sub_repr_sq π Mathlib.LinearAlgebra.QuadraticForm.Basis
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] (Q : QuadraticMap R M N) (bm : Module.Basis ΞΉ R M) (x : M) : (Finsupp.linearCombination R (QuadraticMap.polarSym2 βQ β Sym2.map βbm)) (bm.repr x).sym2Mul - (Finsupp.linearCombination R (βQ β βbm)) (bm.repr x * bm.repr x) = Q x - QuadraticMap.sum_repr_sq_add_sum_repr_mul_polar π Mathlib.LinearAlgebra.QuadraticForm.Basis
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] [DecidableEq ΞΉ] (Q : QuadraticMap R M N) (bm : Module.Basis ΞΉ R M) (x : M) : (Finsupp.linearCombination R (βQ β βbm)) (bm.repr x * bm.repr x) + β p β (bm.repr x).support.sym2 with Β¬p.IsDiag, (Sym2.map (β(bm.repr x)) p).mul β’ QuadraticMap.polarSym2 (βQ) (Sym2.map (βbm) p) = Q x - Representation.freeLift_toLinearMap π Mathlib.RepresentationTheory.Equiv
{G : Type v} [Monoid G] {V : Type v'} [AddCommMonoid V] {k : Type u} [CommSemiring k] [Module k V] (Ο : Representation k G V) {Ξ± : Type w'} (f : Ξ± β V) : (Ο.freeLift f).toLinearMap = (Finsupp.linearCombination k fun x => (Ο x.2) (f x.1)) ββ β(Finsupp.curryLinearEquiv k).symm ββ Finsupp.mapRange.linearMap β(MonoidAlgebra.coeffLinearEquiv k) - Rep.coindFunctorIso_hom_app_hom_toFun_hom_toFun π Mathlib.RepresentationTheory.Coinduced
{k : Type u} {G : Type v} {H : Type w} [CommRing k] [Monoid G] [Monoid H] (Ο : G β* H) (X : Rep.{max u w, u, v} k G) (f : β₯(Representation.coindV Ο X.Ο)) (x : β(Rep.leftRegular k H)) : (Rep.Hom.hom ((Rep.Hom.hom ((Rep.coindFunctorIso Ο).hom.app X)) f)) x = (Finsupp.linearCombination k βf) x.coeff - Rep.coindVEquiv_apply π Mathlib.RepresentationTheory.Coinduced
{k : Type u} {G : Type v} {H : Type w} [CommRing k] [Monoid G] [Monoid H] (Ο : G β* H) (A : Rep.{max u w, u, v} k G) (f : β₯(Representation.coindV Ο A.Ο)) : (Rep.coindVEquiv Ο A) f = Rep.ofHom { toLinearMap := Finsupp.linearCombination k βf ββ β(MonoidAlgebra.coeffLinearEquiv k), isIntertwining' := β― } - Representation.FiniteCyclicGroup.coinvariantsKer_leftRegular_eq_ker π Mathlib.RepresentationTheory.Homological.FiniteCyclic
{k : Type u_1} {G : Type u_2} [CommRing k] [Group G] [Finite G] : Representation.Coinvariants.ker (Representation.leftRegular k G) = ((Finsupp.linearCombination k fun x => 1) ββ β(MonoidAlgebra.coeffLinearEquiv k)).ker - Rep.FiniteCyclicGroup.leftRegular.range_applyAsHom_sub_eq_ker_linearCombination π Mathlib.RepresentationTheory.Homological.FiniteCyclic
(k : Type u) {G : Type u} [CommRing k] [CommGroup G] (g : G) [Finite G] (hg : β (x : G), x β Subgroup.zpowers g) : (Rep.Hom.hom ((Rep.leftRegular k G).applyAsHom g - CategoryTheory.CategoryStruct.id (Rep.leftRegular k G))).range = ((Finsupp.linearCombination k fun x => 1) ββ β(MonoidAlgebra.coeffLinearEquiv k)).ker - Rep.FiniteCyclicGroup.coinvariantsTensorResolutionIso_hom_f_hom_apply π Mathlib.RepresentationTheory.Homological.GroupHomology.FiniteCyclic
{k G : Type u} [CommRing k] [CommGroup G] [Fintype G] (A : Rep.{u, u, u} k G) (g : G) (hg : β (x : G), x β Subgroup.zpowers g) (i : β) (aβ : TensorProduct k (βA) (MonoidAlgebra k G) β§Έ (Representation.Coinvariants.ker (A.Ο.tprod (Representation.leftRegular k G))).toAddSubgroup) : (ModuleCat.Hom.hom ((Rep.FiniteCyclicGroup.coinvariantsTensorResolutionIso A g hg).hom.f i)) aβ = (QuotientAddGroup.lift (Representation.Coinvariants.ker (A.Ο.tprod (Representation.leftRegular k G))).toAddSubgroup (TensorProduct.lift ((Finsupp.linearCombination k fun g => A.Ο gβ»ΒΉ) ββ β(MonoidAlgebra.coeffLinearEquiv k)) ββ β(TensorProduct.comm k (βA) (MonoidAlgebra k G))).toAddMonoidHom β―) aβ
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c