Mathlib Map

Theorems · Theorem · linear algebra

Finsupp.mem_span_image_iff_linearCombination

∀ {α : Type u_1} {M : Type u_2} (R : Type u_5) [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : 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
Defined in
Mathlib.LinearAlgebra.Finsupp.LinearCombination
Cited by
17 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Submodule.fg_of_fg_map_of_fg_inf_ker · cited by 7Submodule.fg_of_fg_map_of…Submodule.mem_span_set · cited by 6Submodule.mem_span_setSubmodule.mem_span_iff_exists_finset_subset · cited by 3Submodule.mem_span_iff_ex…maximal_orthonormal_iff_orthogonalComplement_eq_bot · cited by 3maximal_orthonormal_iff_o…Module.Basis.mem_span_repr_support · cited by 3Basis.mem_span_repr_suppo…linearIndependent_iff_eq_zero_of_smul_mem_span · cited by 2linearIndependent_iff_eq_…weightedVSub_mem_vectorSpan · cited by 2weightedVSub_mem_vectorSp…Module.Basis.repr_support_subset_of_mem_span · cited by 2Basis.repr_support_subset…Submodule.mem_span_image_iff_exists_fun · cited by 1Submodule.mem_span_image_…prod_mem_ideal_map_of_mem_conductor · cited by 1prod_mem_ideal_map_of_mem…AlgebraicClosure.spanCoeffs_ne_top · cited by 1AlgebraicClosure.spanCoef…FixedPoints.linearIndependent_smul_of_linearIndependent · cited by 1FixedPoints.linearIndepen…Profinite.NobelingProof.GoodProducts.spanFin · cited by 1GoodProducts.spanFinmem_vectorSpan_iff_eq_weightedVSub · cited by 1mem_vectorSpan_iff_eq_wei…Module.DualBases.mem_of_mem_span · cited by 0DualBases.mem_of_mem_spanDFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidLinearMap · cited by 10215LinearMapSubmodule · cited by 7192SubmoduleSet.image · cited by 5609Set.imageFinsupp · cited by 5255FinsuppSubmodule.span · cited by 1504Submodule.spanFinsupp.linearCombination · cited by 269Finsupp.linearCombinationFinsupp.supported · cited by 77Finsupp.supportedFinsupp.span_image_eq_map_linearCombination · cited by 7Finsupp.span_image_eq_map…Finsupp.mem_span_image_iff_li…CITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by17

Results whose statement or proof uses this declaration.