Mathlib Changelog
v4
Changelog
About
Github
Theorem
TensorProduct.map_comp
Modification history
2025-07-25 10:25
Mathlib/LinearAlgebra/TensorProduct/Basic.lean
feat(LinearAlgebra/TensorProduct): `map f₂ g₂ (map f₁ g₁ x) = map (f₂ ∘ₗ f₁) (g₂ ∘ₗ g₁) x` (#27142) …
Modified
TensorProduct.map_comp
View on Github →
2023-03-01 07:31
Mathlib/LinearAlgebra/TensorProduct.lean
feat: port LinearAlgebra.TensorProduct (#2539) …
Added
TensorProduct.map_comp
View on Github →