windsteiger / Theorema

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

Definitions whose left-hand-sides contain quantifiers #52

Open amaletzk opened 7 years ago

amaletzk commented 7 years ago

If a definition has quantifiers on its left-hand-side, like 'f[< i | i=1,...,10 >] := 0', the quantifiers are evaluated incorrectly when generating the computation rule. In Mathematica 10.4 this even gives a strange warning.