summaryrefslogtreecommitdiff
path: root/Common/Function.lean
blob: f497baadcc79c00d9df6df85ed8641cef238ef11 (plain) (blame)
1
2
3
theorem Function.comp_assoc (f : γ  δ) (g : β  γ) (h : α  β) : (fg)h = fgh := rfl
theorem Function.comp_id (f : α  β) : f  id = f := rfl
theorem Function.id_comp (f : α  β) : id  f = f := rfl