Mathlib Changelog
v4
Changelog
About
Github
Theorem
TensorProduct.map_map
Modification history
2025-09-28 15:39
Mathlib/LinearAlgebra/TensorProduct/Basic.lean
chore(LinearAlgebra/TensorProduct/Basic): semi-linearize `map` and `lift` (#27288) …
Modified
TensorProduct.map_map
View on Github →
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) …
Added
TensorProduct.map_map
View on Github →