Mathlib Map

Theorems · Theorem · linear algebra

Module.Basis.is_basis_iff_det

∀ {R : Type u_1} [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M] {ι : Type u_4}
  [inst_3 : DecidableEq ι] [inst_4 : Fintype ι] (e : Module.Basis ι R M) {v : ι → M},
  LinearIndependent R v ∧ Submodule.span R (Set.range v) = ⊤ ↔ IsUnit (e.det v)
Defined in
Mathlib.LinearAlgebra.Determinant
Cited by
2 results in Mathlib
Foundations
Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleDecidableEqFintype

Around this declaration

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

Cites36

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Modulestatement and proof · cited by 20,661
  • CommRingstatement and proof · cited by 17,173
  • AddCommGroupstatement and proof · cited by 12,871
  • Top.topstatement and proof · cited by 9,680
  • Fintypestatement and proof · cited by 7,736
  • Submodulestatement · cited by 7,192
  • Set.rangestatement and proof · cited by 4,705
  • Matrixproof · cited by 4,303
  • Monoidproof · cited by 3,887
  • IsUnitstatement and proof · cited by 1,602
  • Submodule.spanstatement and proof · cited by 1,504

Cited by2

Results whose statement or proof uses this declaration.