Path action

In homotopy type theory, the path action of a given function lifts a path in the function's codomain to a path in the function's domain.

Definition

Given a simply-typed function f:AB, the path action is a dependent function apf:x,y:Axyfxfy, demonstrating that all functions respect identification.

The function apf is sometimes called congf.

Path action can also be extended to dependent functions using transport to define dependent paths: given f:a:ABa, the dependent path action is a dependent function

apdf:(x,y:A)(p:xy)p(fx)Byfy,

where p denotes the transportation of p.

References