Theorems · Definition · linear algebra
Submodule.lTensorOne
{R : Type u} →
{S : Type v} →
[inst : CommSemiring R] →
[inst_1 : Semiring S] → [inst_2 : Algebra R S] → (N : Submodule R S) → TensorProduct R ↥⊥ ↥N ≃ₗ[R] ↥NIf N is a submodule in an algebra S over R,
there is the natural isomorphism of R-modules between
i(R) ⊗[R] N and N induced by multiplication in S, here i : R → S is the structure map.
This generalizes TensorProduct.lid as i(R) is not necessarily isomorphic to R.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringSemiringAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Submodulestatement and proof · cited by 7,192
- Bot.botstatement and proof · cited by 4,720
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- Subalgebrastatement · cited by 1,353
- TensorProduct.mkproof · cited by 129
- LinearEquiv.ofLinearMapproof · cited by 9
Cited by8
Results whose statement or proof uses this declaration.
- Subalgebra.lTensorBotproof · cited by 6
- Submodule.lTensorOne_tmulstatement · cited by 3
- Submodule.LinearDisjoint.one_leftproof · cited by 2
- Submodule.mulMap_one_left_eqstatement · cited by 2
- Submodule.lTensorOne_one_tmulstatement · cited by 1
- Submodule.comm_trans_lTensorOnestatement and proof · cited by 1
- Submodule.comm_trans_rTensorOnestatement and proof · cited by 1
- Submodule.lTensorOne_symm_applystatement · cited by 0