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

Fundamental theorem of algebra

Closed

Posted about 1 month ago · proven 20 days ago

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

theorem fund_theorem_algebra (p : Polynomial ) (h : 0 < p.degree) :  z, p.eval z = 0 :=by
  rcases Complex.exists_root h with ⟨z, hz⟩
  exact ⟨z, hz⟩
Rewards pledged

No rewards pledged yet.