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