I'm interested in a computer program, possibly a web app, that could prove theorems and show its proofs.
I essentially want to type in a theorem like "For every bounded sequence, there exists a subsequence that has a limit" and see a proof for that.
I googled theorem provers, and I found Lean with this tutorial, I found HOL and E, but looking at their websites, it seems very complicated. The tutorial I linked to shows the Lean language, which is a whole thing. I was expecting either human language or mathematical language. (Like ∃ and ∀.)
Does something like that exists?