windsteiger / Theorema

Theorema: A System for Automated Reasoning (Theorem Proving) and Automated Theory Exploration based on Mathematica
GNU General Public License v3.0
71 stars 14 forks source link

"let"-quantifier #47

Closed amaletzk closed 9 years ago

amaletzk commented 9 years ago

Change the implementation of the "let"-quantifier, where calls of "substituteFree" are replaced by calls of "ReplacePart" (on pre-computed positions of the bound variable). This should increase the efficiency of "let" drastically.