File tree Expand file tree Collapse file tree
Mathlib/LinearAlgebra/TensorAlgebra Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ Copyright (c) 2025 Nikolas Tapia. All rights reserved.
33Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Nikolas Tapia
55-/
6- import Mathlib.LinearAlgebra.TensorAlgebra.Basic
7- import Mathlib.RingTheory.Coalgebra.Convolution
8- import Mathlib.RingTheory.HopfAlgebra.Basic
6+ module
7+
8+ public import Mathlib.LinearAlgebra.TensorAlgebra.Basic
9+ public import Mathlib.RingTheory.Coalgebra.Convolution
10+ public import Mathlib.RingTheory.HopfAlgebra.Basic
911
1012/-!
1113# Hopf algebra structure on `TensorAlgebra R M`
@@ -16,6 +18,7 @@ x` for all `x : M`.
1618`algebraMapInv` acts as the counit, and the antipode is the unique algebra map `antipode :
1719TensorAlgebra R M → (TensorAlgebra R M)ᵐᵒᵖ` induced by `fun x => op -(ι R) x`.
1820-/
21+ @[expose] public section
1922
2023namespace TensorAlgebra
2124open scoped TensorProduct RingTheory.LinearMap Coalgebra
You can’t perform that action at this time.
0 commit comments