Theorems · Definition · linear algebra
Module.Basis.extendLe
{K : Type u_3} →
{V : Type u_4} →
[inst : DivisionRing K] →
[inst_1 : AddCommGroup V] →
[inst_2 : Module K V] →
{s t : Set V} →
(hs : LinearIndepOn K id s) → (hst : s ⊆ t) → ⊤ ≤ Submodule.span K t → Module.Basis (↑(hs.extend hst)) K VIf s is a family of linearly independent vectors contained in a set t spanning V,
then one can get a basis of V containing s and contained in t.
- Defined in
- Mathlib.LinearAlgebra.Basis.VectorSpace
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Top.topstatement and proof · cited by 9,680
- Submodulestatement · cited by 7,192
- Set.Elemstatement · cited by 7,166
- Submodule.spanstatement and proof · cited by 1,504
- Module.Basisstatement · cited by 1,477
- DivisionRingstatement and proof · cited by 1,062
- LinearIndepOnstatement and proof · cited by 211
- Module.Basis.mkproof · cited by 29
- LinearIndepOn.extendstatement · cited by 28
Cited by6
Results whose statement or proof uses this declaration.
- Module.Basis.ofSpanproof · cited by 4
- Module.Basis.extendLe_apply_selfstatement · cited by 2
- Module.Basis.range_extendLestatement · cited by 2
- Module.Basis.coe_extendLestatement · cited by 1
- Module.Basis.extendLe_subsetstatement · cited by 1
- Module.Basis.subset_extendLestatement · cited by 0