Skip to content

Commit 885699e

Browse files
committed
(Coalgebra/TensorProduct): docstring.
1 parent 2882c81 commit 885699e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

FLT/for_mathlib/Coalgebra/TensorProduct.lean

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ import Mathlib.RingTheory.Bialgebra
99
import FLT.for_mathlib.Coalgebra.Sweedler
1010

1111
/-!
12+
1213
# Tensor Product of Coalgebras
1314
14-
Suppose `A, B` are `R`-coalgebras, then `A ⊗ B` has a natural `R`-coalgebra strucutre
15-
induced by those of `A` and `B`.
15+
Suppose `A, B` are `R`-coalgebras. Then `A ⊗[R] B` has a natural `R`-coalgebra structure.
16+
17+
If furthermore `A` and `B` are `R`-bialgebras, then `A ⊗[R] B` has a natural
18+
`R`-bialgebra structure.
1619
1720
-/
1821

0 commit comments

Comments
 (0)