Skip to content

Commit 725af7f

Browse files
committed
s
1 parent f10b6ee commit 725af7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lie_algebras.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Mathlib.Tactic
44
variable (L M : Type) [LieRing L] [LieRing M]
55
example : ∀ (x y z : L), ⁅x + y, z⁆ = ⁅x, z⁆ + ⁅y, z⁆ := by
66
apply add_lie
7-
87
example : ∀ (x : L), ⁅x, x⁆ = 0 := by
98
apply lie_self
109
example : ∀ (x y m : L), ⁅x, ⁅y, m⁆⁆ = ⁅⁅x, y⁆, m⁆ + ⁅y, ⁅x, m⁆⁆ := by

0 commit comments

Comments
 (0)