Commit 2020-08-02 11:46 8c1e2da7
View on Github →feat(linear_algebra/tensor_algebra): Tensor algebras (#3531) This PR constructs the tensor algebra of a module over a commutative ring. The main components are:
- The construction of the tensor algebra:
tensor_algebra R M
for a moduleM
over a commutative ringR
. - The linear map
univ R M
fromM
totensor_algebra R M
. - Given a linear map
f
fromM
to anR
-algebraA
, the lift off
totensor_algebra R M
is denotedlift R M f
. - A theorem
univ_comp_lift
asserting that the composition ofuniv R M
withlift R M f
isf
. - A theorem
lift_unique
asserting the uniqueness oflift R M f
with respect to property 4.