small comment
This commit is contained in:
parent
b1dfa3ad7b
commit
01f90ef944
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace group
|
|||
definition full_subgroup (G : Group) : subgroup_rel G :=
|
||||
begin
|
||||
fapply subgroup_rel.mk,
|
||||
{ intro g, fapply trunctype.mk, exact g = g, exact _},
|
||||
{ intro g, fapply trunctype.mk, exact g = g, exact _}, -- instead of the unit type, we take g = g, because the unit type is in Type₀ and not in Type.{u}
|
||||
{ esimp },
|
||||
{ intros g h p q, esimp },
|
||||
{ intros g p, esimp }
|
||||
|
|
Loading…
Reference in a new issue