pmap_eta
This commit is contained in:
parent
52b6320cd0
commit
db6fccc971
1 changed files with 9 additions and 0 deletions
|
@ -142,5 +142,14 @@ namespace pointed
|
||||||
-- definition phomotopy_eq_equiv_phomotopy2 : p = q ≃ p ~*2 q :=
|
-- definition phomotopy_eq_equiv_phomotopy2 : p = q ≃ p ~*2 q :=
|
||||||
-- sorry
|
-- sorry
|
||||||
|
|
||||||
|
/- Homotopy between a function and its eta expansion -/
|
||||||
|
|
||||||
|
definition pmap_eta {X Y : Type*} (f : X →* Y) : f ~* pmap.mk f (pmap.resp_pt f) :=
|
||||||
|
begin
|
||||||
|
fapply phomotopy.mk,
|
||||||
|
reflexivity,
|
||||||
|
esimp, exact !idp_con
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
end pointed
|
end pointed
|
||||||
|
|
Loading…
Reference in a new issue