33e562a7ce
closes #438
12 lines
186 B
Text
12 lines
186 B
Text
import algebra.group
|
|
open algebra
|
|
|
|
attribute Group.struct [coercion]
|
|
|
|
section
|
|
parameters {P₀ : Type} [P : group P₀]
|
|
include P
|
|
|
|
structure lambda_morphism := (comm : _ = _)
|
|
|
|
end
|