Evaluating math proofs by computer

70 Views Asked by At

Is there any way to evaluate (check) math proofs (entered in some convenient for computer form) by computer? Only thing that comes to my mind is functional programming, different logics, but I'm not sure if it has any relation.

1

There are 1 best solutions below

0
On

Have a look at Coq. It is an advanced formal proof system.