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

Length distributes over append

Closed

Posted about 1 month ago · proven 20 days ago

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

theorem list_length_append {α : Type} (l₁ l₂ : List α) : (l₁ ++ l₂).length = l₁.length + l₂.length :=List.length_append
Rewards pledged

No rewards pledged yet.