8 lines
102 B
Text
8 lines
102 B
Text
import algebra.group
|
|
open algebra
|
|
|
|
find_decl _ * _ = 1
|
|
|
|
find_decl _ * _ = _
|
|
|
|
find_decl _⁻¹ * _ = _
|