Mathlib Map

Theorems · Theorem · linear algebra

Fintype.linearIndependent_iff

∀ {ι : Type u'} {R : Type u_2} {M : Type u_4} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M]
  {v : ι → M} [inst_3 : Fintype ι], LinearIndependent R v ↔ ∀ (g : ι → R), ∑ i, g i • v i = 0 → ∀ (i : ι), g i = 0
Defined in
Mathlib.LinearAlgebra.LinearIndependent.Defs
Cited by
17 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleFintype

Around this declaration

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

LieAlgebra.Basis.iSupIndep_rootSpace · cited by 3Basis.iSupIndep_rootSpaceFintype.not_linearIndependent_iff · cited by 2Fintype.not_linearIndepen…Matrix.linearIndependent_of_posDef_gram · cited by 2Matrix.linearIndependent_…minpoly_algEquiv_toLinearMap · cited by 2minpoly_algEquiv_toLinear…LinearIndependent.finCons' · cited by 2LinearIndependent.finCons'WeierstrassCurve.Affine.CoordinateRing.smul_basis_eq_zero · cited by 1CoordinateRing.smul_basis…Matrix.posDef_gram_of_linearIndependent · cited by 1Matrix.posDef_gram_of_lin…minpoly.eq_of_linearIndependent · cited by 1minpoly.eq_of_linearIndep…aleph0_le_rank_of_isEmpty_oreSet · cited by 1aleph0_le_rank_of_isEmpty…PowerBasis.dim_le_natDegree_of_root · cited by 1PowerBasis.dim_le_natDegr…Matrix.toLin_apply_eq_zero_iff · cited by 1Matrix.toLin_apply_eq_zer…Ideal.rank_eq · cited by 1Ideal.rank_eqLinearIndependent.sum_smul_of_nondegenerate · cited by 1LinearIndependent.sum_smu…IsLocalExtrOn.linear_dependent_of_hasStrictFDerivAt · cited by 0IsLocalExtrOn.linear_depe…SimpleGraph.linearIndependent_lapMatrix_ker_basis_aux · cited by 0SimpleGraph.linearIndepen…Module · cited by 20661ModuleFinset · cited by 13712FinsetAddCommGroup · cited by 12871AddCommGroupFintype · cited by 7736FintypeRing · cited by 7463RingFinset.sum · cited by 5195Finset.sumFinset.univ · cited by 3473Finset.univzero_smul · cited by 716zero_smulLinearIndependent · cited by 560LinearIndependentFinset.sum_subset · cited by 79Finset.sum_subsetFinset.subset_univ · cited by 60Finset.subset_univlinearIndependent_iff' · cited by 22linearIndependent_iff'linearIndependent_iff'' · cited by 2linearIndependent_iff''Fintype.linearIndependent_iffCITED BYCITES

Cites13

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.