Mathlib Map

Theorems · Theorem · linear algebra

Module.finrank_eq_card_basis

∀ {R : Type u} {M : Type v} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [StrongRankCondition R]
  {ι : Type w} [inst_4 : Fintype ι] (h : Module.Basis ι R M), Module.finrank R M = Fintype.card ι

If a vector space (or module) has a finite basis, then its dimension (or rank) is equal to the cardinality of the basis.

Defined in
Mathlib.LinearAlgebra.Dimension.StrongRankCondition
Cited by
40 results in Mathlib
Foundations
Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleStrongRankConditionFintype

Around this declaration

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

Submodule.eq_top_of_finrank_eq · cited by 15Submodule.eq_top_of_finra…PowerBasis.finrank · cited by 14PowerBasis.finrankComplex.finrank_real_complex · cited by 11Complex.finrank_real_comp…LinearMap.normDet_ne_zero_tfae · cited by 6LinearMap.normDet_ne_zero…LinearMap.normDet_eq_zero_iff_ker_ne_bot · cited by 5LinearMap.normDet_eq_zero…PeriodPair.finrank_lattice · cited by 4PeriodPair.finrank_latticeLinearMap.nilRank_le_card · cited by 4LinearMap.nilRank_le_cardModule.card_eq_pow_finrank · cited by 4Module.card_eq_pow_finrankIdeal.finrank_eq_finrank · cited by 3Ideal.finrank_eq_finrankLinearMap.det_eq_one_of_finrank_eq_zero · cited by 3LinearMap.det_eq_one_of_f…Algebra.trace_algebraMap · cited by 3Algebra.trace_algebraMapfinrank_eq_one_iff_of_nonzero · cited by 3finrank_eq_one_iff_of_non…Orientation.measure_orthonormalBasis · cited by 2Orientation.measure_ortho…ZLattice.exists_finsetSum_norm_rpow_le_tsum · cited by 2ZLattice.exists_finsetSum…ZLattice.volume_image_eq_volume_div_covolume' · cited by 2ZLattice.volume_image_eq_…Module · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidFintype · cited by 7736FintypeModule.finrank · cited by 1770Module.finrankModule.Basis · cited by 1477Module.BasisFintype.card · cited by 1386Fintype.cardStrongRankCondition · cited by 286StrongRankConditionModule.finrank_eq_of_rank_eq · cited by 13Module.finrank_eq_of_rank…rank_eq_card_basis · cited by 8rank_eq_card_basisModule.finrank_eq_card_basisCITED BYCITES

Cites10

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

Cited by40

Results whose statement or proof uses this declaration.