Linear Algebra/Quantifiers

Linear Algebra
 ← Propositions Quantifiers Techniques of Proof → 

Compare these two statements about natural numbers: "there is an such that is divisible by " is true, while "for all numbers , that is divisible by " is false. We call the "there is" and "for all" prefixes quantifiers.

For all edit

The "for all" prefix is the universal quantifier, symbolized  .

Venn diagrams aren't very helpful with quantifiers, but in a sense the box we draw to border the diagram shows the universal quantifier since it delineates the universe of possible members.

 

To prove that a statement holds in all cases, we must show that it holds in each case. Thus, to prove "every number divisible by   has its square divisible by  ", take a single number of the form   and square it  . This is a "typical element" or "generic element" proof.

This kind of argument requires that we are careful to not assume properties for that element other than those in the hypothesis— for instance, this type of wrong argument is a common mistake: "if   is divisible by a prime, say  , so that   then   and the square of the number is divisible by the square of the prime". That is an argument about the case  , but it isn't a proof for general  .

There exists edit

We will also use the existential quantifier, symbolized   and read "there exists".

As noted above, Venn diagrams are not much help with quantifiers, but a picture of "there is a number such that  " would show both that there can be more than one and that not all numbers need satisfy  .

 

An existence proposition can be proved by producing something satisfying the property: once, to settle the question of primality of  , Euler produced its divisor  . But there are proofs showing that something exists without saying how to find it; Euclid's argument given in the next subsection shows there are infinitely many primes without naming them. In general, while demonstrating existence is better than nothing, giving an example is better, and an exhaustive list of all instances is great. Still, mathematicians take what they can get.

Finally, along with "Are there any?" we often ask "How many?" That is why the issue of uniqueness often arises in conjunction with questions of existence. Many times the two arguments are simpler if separated, so note that just as proving something exists does not show it is unique, neither does proving something is unique show that it exists. (Obviously "the natural number with more factors than any other" would be unique, but in fact no such number exists.)

Linear Algebra
 ← Propositions Quantifiers Techniques of Proof →