-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtest.tex
More file actions
1 lines (1 loc) · 745 Bytes
/
test.tex
File metadata and controls
1 lines (1 loc) · 745 Bytes
1
The Lean 3 "mathlib" library has been rewritten from the ground up to take advantage of the new features and tactics framework. In this article we take stock of the meteoric growth of the library in the past several months, which covers elementary number theory, algebra, ring theory, topology and analysis, set theory, as well as support for verified pure-functional programming with lists, maps, arrays, quotient types, and coinductive types. This is supplemented with additional tactics, written in Lean on top of the Lean 3 tactic framework, for proving arithmetic equalities and inequalities, deciding the equational theory of commutative rings, as well as general automation tactics based on heuristic instantiation and resolution proving.