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

Replacement of bound variables #43

Open amaletzk opened 10 years ago

amaletzk commented 10 years ago

If formula "x := 5" is activated in a computation involving a quantifier that binds variable "x", then the bound variable "x" is replaced by 5, resulting in "VAR$[5]". This seems to happen in the computation of the quantifier, hence it can only be experienced if the quantifier can actually be computed.