diff options
Diffstat (limited to 'Common/Function.lean')
| -rw-r--r-- | Common/Function.lean | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Common/Function.lean b/Common/Function.lean index f497baa..691a068 100644 --- a/Common/Function.lean +++ b/Common/Function.lean @@ -1,3 +1 @@ theorem Function.comp_assoc (f : γ → δ) (g : β → γ) (h : α → β) : (f∘g)∘h = f∘g∘h := rfl -theorem Function.comp_id (f : α → β) : f ∘ id = f := rfl -theorem Function.id_comp (f : α → β) : id ∘ f = f := rfl |
