Theorems · Definition · linear algebra
Submodule.tensorEquivSpan
{R : Type u_1} →
(A : Type u_2) →
{M : Type u_3} →
[inst : CommSemiring R] →
[inst_1 : CommSemiring A] →
[inst_2 : Algebra R A] →
[inst_3 : AddCommMonoid M] →
[inst_4 : Module R M] →
[inst_5 : Module A M] →
[IsScalarTower R A M] →
(p : Submodule R M) →
[Algebra.IsEpi R A] → [Module.Flat R A] → TensorProduct R A ↥p ≃ₗ[A] ↥(Submodule.span A ↑p)If A is a flat epi R-algebra and p is an R-submodule of an A-module M then the
natural surjection from A ⊗[R] p to span A p is an equivalence.
- Defined in
- Mathlib.LinearAlgebra.Span.TensorProduct
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- SetLike.coestatement · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- IsScalarTowerstatement and proof · cited by 3,896
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- Submodule.spanstatement · cited by 1,504
- Module.Flatstatement and proof · cited by 279
Cited by3
Results whose statement or proof uses this declaration.
- Submodule.finrank_span_eq_finrankproof · cited by 1
- Submodule.tensorSpanEquivSpanproof · cited by 1
- Submodule.tensorEquivSpan_apply_tmulstatement · cited by 0