
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Hints for proving mathematical theorems, covering topics such as writing out hypotheses and conclusions, assuming only the hypothesis, proceeding logically, using previous theorems, dividing the proof into cases, and using proof by contradiction. Examples are given to illustrate each step.
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Example: Consider the following Theorem: The intersection of two subspaces of a vector space is also a subspace. Start out by labeling the big vector space by V and the two subspaces by Y and Z. Hypothesis: Y and Z are subspaces of a vector space V. Conclusion: Y ∩ Z is also a subspace of V.
Example: The implication y^2 = x^2 ⇒ y = x is not correct for all x, y ∈ R.
Example: Consider the following Theorem: If ad − bc 6 = 0, then the system
ax + by = 0 cx + dy = 0 has exactly one solution x = y = 0. Proof : (sketch) First suppose a = 0. Then b and c are nonzero, which implies that y = 0 and then x = 0. Now suppose that a 6 = 0. Then x = −aby from the first equation, and the proof can be completed by substituting this value into the second equation.
Example: Consider the following Theorem: If dim(V) = n, then any set of n vectors which spans V must also be linearly independent. Proof : Let S = {s 1 ,... , sn} be a set of n vectors which spans V, and suppose that S is linearly dependent. Then by an earlier result, we can remove some vector si from S such that the resulting set S 1 still spans V. But the definition of dimension then implies that dim(V) ≤ n − 1 < n, a contradiction to the hypothesis. Therefore, S must be linearly independent.
Here is a simple example which illustrates (b).
Example: Consider the following Theorem: If f is the function defined by f(x) = ex^ for all x ∈ R, then f(x) 6 = 0 for all x ∈ R. Proof : Suppose f(x 0 ) = 0 for some x 0 ∈ R. Then 0 = f(x 0 )f(−x 0 ) = ex^0 e−x^0 = ex^0 −x^0 = e^0 = 1, a contradiction. Therefore, f(x) 6 = 0 for all x ∈ R.
Example: To show that dim(M(m, n)) = mn, look at M(2, 3) first.
Example: The statement “the system
ax + by = c dx + ey = f
has a unique solution” is equivalent to
“the lines ax + by = c and dx + ey = f intersect in a single point”.