∀[a,b,c,H:Top].
(let x,y = if a is a pair then b otherwise c
in H[x;y] ~ if a is a pair then let x,y = b
in H[x;y] otherwise let x,y = c
in H[x;y])
{ ProveLiftingLemma }