Transport

In homotopy type theory, the transport operation allows data to be "transported" along a path.[cite:@rijke2018introduction]

Especially outside of the literature, transport often goes by the name subst.

Definition

For a family of types B:AType, we have the transport operation: transportB:x,y:AxyBxBy defined by the computation rule transportBreflx:=x.

Remarks