We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fba8f2 commit ef27405Copy full SHA for ef27405
1 file changed
Mathlib/RingTheory/HopfAlgebra/Primitive.lean
@@ -42,8 +42,7 @@ protected lemma IsPrimitiveElem.antipode (ha : IsPrimitiveElem R a) :
42
43
/-- The antipode is involutive on primitive elements. -/
44
lemma IsPrimitiveElem.antipode_antipode (ha : IsPrimitiveElem R a) :
45
- antipode R (antipode R a) = a := by
46
- simp [ha.antipode_eq_neg, ha.neg.antipode_eq_neg]
+ antipode R (antipode R a) = a := by simp [ha.antipode_eq_neg, ha.neg.antipode_eq_neg]
47
48
end Ring
49
0 commit comments