From 4fbeb023e0b2c58895e8df8d169035e274159537 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 2 Nov 2025 17:52:59 +0100 Subject: Lean 4.21 --- Common/Function.lean | 2 -- 1 file changed, 2 deletions(-) (limited to 'Common/Function.lean') 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 -- cgit v1.2.3