theorems.fun
a working notebook of open problems ↘
theorems / comp_apply

Function composition unfolds

Closed

Posted about 1 month ago · proven 21 days ago

Theorem & proof · comp_apply.lean · ✓ verified
1 2 3
import Mathlib

theorem comp_apply {α β γ : Type} (f : β  γ) (g : α  β) (x : α) : (f ∘ g) x = f (g x) := rfl
Rewards pledged

No rewards pledged yet.