Theorems · Theorem · linear algebra
mk_eq_mk_of_basis
- 1000+ list: Dimension theorem for vector spaces
∀ {R : Type u} {M : Type v} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {ι : Type w}
{ι' : Type w'} [InvariantBasisNumber R] (v : Module.Basis ι R M) (v' : Module.Basis ι' R M),
Cardinal.lift.{w', w} (Cardinal.mk ι) = Cardinal.lift.{w, w'} (Cardinal.mk ι')The dimension theorem: if v and v' are two bases, their index types
have the same cardinalities.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypeproof · cited by 7,736
- Finiteproof · cited by 3,029
- Cardinalstatement and proof · cited by 2,598
- Nontrivialproof · cited by 2,416
- le_antisymmproof · cited by 2,068
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.symmproof · cited by 1,461
- Fintype.cardproof · cited by 1,386
Cited by1
Results whose statement or proof uses this declaration.
- mk_eq_mk_of_basis'proof · cited by 0