Skip to content

Commit ef27405

Browse files
committed
style(RingTheory/HopfAlgebra/Primitive): compact antipode_antipode
1 parent 2fba8f2 commit ef27405

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/RingTheory/HopfAlgebra/Primitive.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ protected lemma IsPrimitiveElem.antipode (ha : IsPrimitiveElem R a) :
4242

4343
/-- The antipode is involutive on primitive elements. -/
4444
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]
45+
antipode R (antipode R a) = a := by simp [ha.antipode_eq_neg, ha.neg.antipode_eq_neg]
4746

4847
end Ring
4948

0 commit comments

Comments
 (0)