cra18
- 11
- 0
(I hope this question is in the proper place.)
I am confused about what effect the universal quantifier has on a variable. My understanding of variables is very simplistic: I view a variable as simply a placeholder for any of a set of possible values, where that set is the universe of discourse for the variable. If I consider the function definition
<br /> \begin{equation}<br /> \forall x\in\mathbb{Z} (f(x)=x^2),<br /> \end{equation}<br />
I make sense of this statement by invoking the "for loop" analogy from computer science: for the first element in \mathbb{Z}, x is equated with it, and the defining function equation is then evaluated, which makes sense to do because x has been prescribed particular meaning --- x has temporarily been made into a determined constant for the duration of the iteration. After the evaluation, x is equated with the next number in \mathbb{Z}, and the process continues until f has been defined for all values in \mathbb{Z}.
Given the above definition of a variable, the x in the above process doesn't seem to function as a variable at all. There is never a case where x is a placeholder for any more or any less than one particular number. There is never a case where x acts as anything other than a constant. (I suppose I am viewing the x as being a new variable upon each iteration, since it isn't as though the past history of the values x has taken is relevant.)
Is my understanding of the universal quantifier incorrect? Is there a better way to understand the universal quantifier? My confusion stems from the fact that I encounter such strong emphasis on a variable as being a placeholder for any of a SET of possible numbers, but am having a hard time coming up with an example of such a thing that actually has any meaning (i.e., a truth value).
I am confused about what effect the universal quantifier has on a variable. My understanding of variables is very simplistic: I view a variable as simply a placeholder for any of a set of possible values, where that set is the universe of discourse for the variable. If I consider the function definition
<br /> \begin{equation}<br /> \forall x\in\mathbb{Z} (f(x)=x^2),<br /> \end{equation}<br />
I make sense of this statement by invoking the "for loop" analogy from computer science: for the first element in \mathbb{Z}, x is equated with it, and the defining function equation is then evaluated, which makes sense to do because x has been prescribed particular meaning --- x has temporarily been made into a determined constant for the duration of the iteration. After the evaluation, x is equated with the next number in \mathbb{Z}, and the process continues until f has been defined for all values in \mathbb{Z}.
Given the above definition of a variable, the x in the above process doesn't seem to function as a variable at all. There is never a case where x is a placeholder for any more or any less than one particular number. There is never a case where x acts as anything other than a constant. (I suppose I am viewing the x as being a new variable upon each iteration, since it isn't as though the past history of the values x has taken is relevant.)
Is my understanding of the universal quantifier incorrect? Is there a better way to understand the universal quantifier? My confusion stems from the fact that I encounter such strong emphasis on a variable as being a placeholder for any of a SET of possible numbers, but am having a hard time coming up with an example of such a thing that actually has any meaning (i.e., a truth value).