Skip to content

Commit 808f6e8

Browse files
committed
trim structure reference from counit lemma docstring
1 parent c7de6b5 commit 808f6e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/RingTheory/Coalgebra/Primitive.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def skewPrimitive : Submodule R A where
9797

9898
variable [IsCancelAdd A]
9999

100-
/-- When `g` and `h` have counit `1` (e.g. when they are group-like), the counit condition in
101-
`IsSkewPrimitiveElem` follows from the comultiplication condition. -/
100+
/-- When `g` and `h` have counit `1` (e.g. when they are group-like), the counit condition
101+
follows from the comultiplication condition. -/
102102
lemma counit_eq_zero_of_comul_eq_tmul_add_tmul (hg : counit (R := R) g = 1)
103103
(hh : counit (R := R) h = 1) (ha : comul a = g ⊗ₜ[R] a + a ⊗ₜ[R] h) :
104104
counit (R := R) a = 0 := by

0 commit comments

Comments
 (0)