1

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.

baira
  • 107

1 Answers1

2

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