Home

happly

module foundations.happly where
Imports
open import foundations.universe
open import foundations.identity-type
open import foundations.homotopy
open import foundations.functions-are-functors

2つの関数を同一視できるなら、それらの間のホモトピーを選択することができる。

private variable
   : Level
  A : Type 
  B : A  Type 
  f g : (a : A)  B a

happly : f  g  f ~ g
happly p x = ap  w  w x) p