Linear algebra is not only a calculation course. Very quickly, it starts to use the language of definitions, theorems, lemmas, proofs, equivalent conditions, and counterexamples. If that language is read loosely, the formulas may still look familiar, but the mathematical content becomes unstable.
This section is a reading guide for the proof language used throughout MATH1030. It is not a separate logic course. Its purpose is practical: when a later note says that several conditions are equivalent, that a vector is unique, or that a proposed statement is false, you should know exactly what kind of claim is being made and what kind of argument can support it.
Statements, assumptions, and conclusions
Most theorem statements in this course have the same logical shape:
Theorem
The usual theorem shape
Suppose the assumptions are satisfied. Then the conclusion follows.
The assumptions are not being asserted in isolation. The theorem says that whenever the assumptions are true in a particular situation, the conclusion is also true in that situation.
That distinction prevents several common mistakes. The statement
If a square matrix is invertible, then its RREF is the identity matrix.
does not say that every square matrix is invertible. It also does not say that every matrix whose RREF is the identity must be introduced through the same proof. It states a conditional implication from one property to another.
Definition
Conditional statement
A conditional statement has the form "if , then ". The part is the assumption or hypothesis. The part is the conclusion.
When reading a theorem, always separate these two parts before trying to use the result:
- What objects are being discussed?
- What assumptions are imposed on those objects?
- What conclusion is guaranteed?
- Is the theorem being used in the forward direction, the reverse direction, or as part of an equivalence?
The converse is a different statement
The converse of "if , then " is "if , then ". These two statements are not the same. One may be true while the other is false.
Worked example
Do not silently reverse a theorem
The statement
has converse
For a square matrix, both statements are true as part of the invertible-matrix dictionary. But that is extra information supplied by a theorem. You cannot reverse a conditional merely because the forward direction looks plausible.
This is why MATH1030 often presents results as dictionaries:
Theorem
Equivalence format
The following statements are logically equivalent:
- ;
- ;
- .
Such a result means that the statements stand or fall together. In practice, you may use any one of them to prove any other. But to prove the dictionary itself, one must establish enough implications to connect all the statements, not merely write them in a list.
Contrapositive and direct proof
The contrapositive of "if , then " is "if not , then not ". A conditional and its contrapositive are logically equivalent.
In this course, however, many arguments are best written directly. Matrix and vector proofs usually involve equations, and equations are easiest to control when the proof begins from the assumptions and builds toward the conclusion.
Definition
Direct proof
A direct proof starts from the assumptions, uses definitions, earlier theorems, and calculations, and then derives the desired conclusion step by step.
For example, to prove that the null space of a matrix is a subspace, a direct proof begins with vectors in the null space, uses the equations and , and then checks closure:
The proof succeeds because the calculations are attached to the exact defining condition.
Definitions are not theorems
A definition introduces a name or a condition. It is not the kind of statement that is true or false, and it is not something to be proved. Once a definition has been introduced, later arguments may use it.
Definition
Definition-reading habit
When reading a definition, identify:
- the objects to which the definition applies;
- the name being introduced;
- the defining condition;
- any earlier definitions required to understand that condition.
For instance, "a matrix is symmetric if " gives a criterion. To prove that a particular matrix is symmetric, you compute its transpose and verify the criterion. To use symmetry later, you may replace by because the definition gives that equality.
Quantifiers and existence claims
Words such as "for every", "for some", "there exists", "at most one", and "unique" carry mathematical content. They are not decorative.
Theorem
Existence and uniqueness split
A statement saying "there exists a unique object with property " has two parts:
- existence: at least one object with property exists;
- uniqueness: at most one object with property exists.
This split is especially important in linear algebra. When we later say that coordinates relative to an ordered basis are unique, the existence part says that every vector in the space can be expressed using the basis. The uniqueness part says that two different coefficient lists cannot represent the same vector.
Worked example
How an at-most-one proof is usually written
To prove that there is at most one object with a property, do not start by trying to find the object. Instead, suppose two objects have the property and prove that they must be equal.
For example, to prove uniqueness of coordinates, suppose
Subtracting gives
If are linearly independent, all coefficients must be zero.
Hence for every i.
Counterexamples disprove universal claims
Many false statements in mathematics are disproved by a counterexample. The counterexample must satisfy the assumptions but fail the conclusion.
Definition
Counterexample
A counterexample to "if , then " is a concrete object or situation for which is true but is false.
The preparatory work is often the hard part: you have to guess where a failure may occur. The written argument, however, must be explicit:
- name the object;
- verify that it satisfies the assumptions;
- verify that it fails the conclusion.
Worked example
A linear algebra counterexample
Consider the false statement:
If two matrices have the same determinant, then they are equal.
Take
Both matrices are , and
So the assumption is satisfied. But , so the conclusion fails. This single example disproves the universal claim.
How this note should affect later reading
The practical reading routine is:
- mark the assumptions and conclusions in every theorem;
- avoid reversing implications unless an equivalence theorem allows it;
- treat definitions as criteria that can be checked and used;
- split existence from uniqueness;
- use counterexamples only when the proposed statement is universal and false.
Quick check
A theorem says: if , then . Which statement is automatically equivalent to it?
Compare the converse with the contrapositive before answering.
Solution
Answer
Exercises
Exercise 1
A result says:
If the columns of a square matrix are linearly independent, then is invertible.
Write the converse of this statement. Does the original statement alone prove the converse?
Solution
Guided solution for exercise 1
Exercise 2
Disprove the statement:
If a real number
xsatisfies , then .
Solution