Library HoTT.Homotopy.EvaluationFibration
From HoTT Require Import Basics Types Truncations.Core Pointed.Core Homotopy.Cover.
Local Open Scope pointed_scope.
Local Open Scope trunc_scope.
Local Open Scope pointed_scope.
Local Open Scope trunc_scope.
Evaluation fibrations and self-maps
The unrestricted evaluation map.
Definition pevfib {A X : pType} (f : X ->* A) : pcomp (X → A) f ->* A
:= Build_pMap (fun g : pcomp (X → A) f ⇒ g.1 pt) (point_eq f).
:= Build_pMap (fun g : pcomp (X → A) f ⇒ g.1 pt) (point_eq f).
The evaluation map of the identity.