Skip to content

Commit a4b0cef

Browse files
committed
one missing lemma
1 parent 89ec152 commit a4b0cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FLT/for_mathlib/HopfAlgebra/Basic.lean

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ lemma antipode_anticommute (a b : A) :
117117
antipode_repr_eq_smul' (repr := Coalgebra.comul_repr a), ← mul_smul, mul_comm]
118118
simp [Algebra.smul_def]
119119

120+
lemma antipode_algebraMap (r : R) : antipode (R := R) (algebraMap R A r) = algebraMap R A r := by
121+
rw [Algebra.algebraMap_eq_smul_one, LinearMap.map_smul, antipode_one]
122+
120123
end noncommutative
121124

122125
section commutative

0 commit comments

Comments
 (0)