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

Triangle inequality (real)

Closed

Posted about 1 month ago · proven 20 days ago

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

theorem triangle_ineq (a b : ) : |a + b| ≤ |a| + |b| :=
  abs_add_le a b
Rewards pledged

No rewards pledged yet.