Remove useless esimp to speed up Lean.
This commit is contained in:
parent
df3ce3872f
commit
607e5343b1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ namespace group
|
||||||
dirsum_functor (λi, homomorphism_mul (f i) (f' i)) :=
|
dirsum_functor (λi, homomorphism_mul (f i) (f' i)) :=
|
||||||
begin
|
begin
|
||||||
apply dirsum_homotopy,
|
apply dirsum_homotopy,
|
||||||
intro i y, esimp, exact sorry
|
intro i y, exact sorry
|
||||||
end
|
end
|
||||||
|
|
||||||
definition dirsum_functor_homotopy {f f' : Πi, Y i →g Y' i} (p : f ~2 f') :
|
definition dirsum_functor_homotopy {f f' : Πi, Y i →g Y' i} (p : f ~2 f') :
|
||||||
|
|
Loading…
Reference in a new issue