Theorems · Theorem · linear algebra
Module.Basis.mem_span_iff_repr_mem
∀ {ι : Type u_1} (R : Type u_3) {M : Type u_5} {S : Type u_7} [inst : CommRing R] [IsDomain R] [inst_2 : Ring S]
[Nontrivial S] [inst_4 : AddCommGroup M] [inst_5 : Algebra R S] [inst_6 : Module S M] [inst_7 : Module R M]
[IsScalarTower R S M] [Module.IsTorsionFree R S] (b : Module.Basis ι S M) (m : M),
m ∈ Submodule.span R (Set.range ⇑b) ↔ ∀ (i : ι), (b.repr m) i ∈ Set.range ⇑(algebraMap R S)Let b be an S-basis of M. Then m : M lies in the R-module spanned by b iff all the
coordinates of m on the basis b are in R (see Basis.mem_span for the case R = S).
- Defined in
- Mathlib.LinearAlgebra.Basis.Submodule
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- Setstatement · cited by 53,352
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- Finsuppstatement · cited by 5,255
- Algebra.algebraMapstatement and proof · cited by 4,706
Cited by6
Results whose statement or proof uses this declaration.
- BoxIntegral.unitPartition.mem_smul_span_iffproof · cited by 2
- Submodule.traceDual_le_span_map_traceDualproof · cited by 2
- LinearMap.exists_basis_basis_of_span_eq_top_of_mem_algebraMapproof · cited by 1
- ZSpan.ceil_eq_self_of_memproof · cited by 0
- ZSpan.discreteTopology_pi_basisFunproof · cited by 0
- ZSpan.floor_eq_self_of_memproof · cited by 0