Two fundamental properties of transformations are whether they are one-to-one (injective) and onto (surjective). For linear transformations, these properties can be determined from the pivot structure of the standard matrix.
One-to-One Transformations
Definition (One-to-One):
A transformation is one-to-one (or injective) if:Equivalently: Different inputs produce different outputs.
Geometric intuition: No two distinct vectors map to the same output—the transformation doesn't "collapse" any information.
Example 1: One-to-One Transformation
Let be defined by .
Standard matrix:
Is this one-to-one? Suppose :
From first two components: and . Thus .
Answer: Yes, is one-to-one.
Example 2: Not One-to-One
Let be projection onto the -axis: .
Standard matrix:
Is this one-to-one? Consider:
Different inputs give the same output!
Answer: No, is not one-to-one.
One-to-One Test via Homogeneous Equations
Theorem (One-to-One Test):
A linear transformation with standard matrix is one-to-one if and only if:
Proof:
- () Suppose is one-to-one. Since , and is one-to-one, any with must equal .
- () Suppose . Then . By assumption, , so .
The columns of are linearly independent if and only if has only the trivial solution.
Therefore: is one-to-one columns of are linearly independent.
This makes sense geometrically: if the columns are dependent, multiple input combinations produce the same output.
One-to-One and Pivot Columns
Theorem (Pivot Column Criterion for One-to-One):
Let have standard matrix . Then is one-to-one if and only if: Every column of is a pivot column.
Why?
- Every column is pivot No free variables in
- No free variables Only trivial solution
- Only trivial solution is one-to-one
Example 3: Testing One-to-One
Determine if with standard matrix is one-to-one.
Solution: Row reduce to find pivot columns (already in echelon form):
- Pivot columns: 1 and 2
- Column 3 is not a pivot column (free variable)
Since not every column is a pivot column, is not one-to-one.
Verification: The homogeneous system has nontrivial solutions (column 3 is free).
Example 4: One-to-One Transformation
Is with one-to-one?
Testing One-to-One
Both columns are pivot columns!
Answer: Yes, is one-to-one.
Onto Transformations
Definition (Onto):
A transformation is onto (or surjective) if: For every in , there exists in such that .Equivalently: The range (image) of is all of .
Geometric intuition: Every possible output is achieved—the transformation "reaches" all of the target space.
Example 5: Onto Transformation
Let be defined by .
Is this onto? For any , can we find ?
Choose :
For any target , we found an input!
Answer: Yes, is onto.
Example 6: Not Onto
Let be .
Is this onto? Can we reach ?
We'd need:
But the third component is always 0, never 1!
Answer: No, is not onto. The range is only the -plane in .
Onto Test via Span
Theorem (Onto Test):
A linear transformation with standard matrix is onto if and only if:Equivalently: The columns of span .
Why? For any , we need for some . But is a linear combination of the columns, so this is possible if and only if is in the span of the columns.
Onto and Pivot Rows
Theorem (Pivot Row Criterion for Onto):
Let have standard matrix . Then is onto if and only if: Every row of has a pivot (equivalently: has pivot rows).
Why?
- onto is consistent for all
- Consistent for all No pivot in augmented column for any
- This happens Every row has a pivot in the coefficient matrix
Example 7: Testing Onto
Determine if with is onto.
Solution: Count pivot rows (already in echelon form):
- Row 1 has pivot
- Row 2 has pivot
- Total: 2 pivot rows = (number of rows)
Answer: Yes, is onto.
Example 8: Not Onto
Is with onto?
Testing Onto
Only 1 pivot row, but rows.
Answer: No, is not onto. The range is only 1-dimensional (a line in ).
Summary Table
Practice Problems
Determine if with standard matrix is one-to-one.
Check if every column is a pivot column.
The matrix is already in RREF:
- Pivot columns: 1 and 2
- Column 3 is not a pivot column (no pivot in that column)
Not every column is a pivot column.
Answer: No, is not one-to-one.
Verification: has nontrivial solutions (with free).
Is with onto?
Check if every row has a pivot.
- Row 1 has pivot (in column 1)
- Row 2 has pivot (in column 2)
- Total pivot rows: 2 = (number of rows)
Every row has a pivot!
Answer: Yes, is onto.
Can a linear transformation be both one-to-one and onto?
Think about the number of pivot columns and pivot rows needed.
For :
- One-to-one requires: 2 pivot columns (every column a pivot)
- Onto requires: 3 pivot rows (every row has a pivot)
But a matrix can have at most 2 pivot columns, which means at most 2 pivot rows (not 3).
Answer: No, it's impossible for to be both one-to-one and onto.
General principle: For to be both one-to-one and onto, we need .
Give an example of a linear transformation that is:
- One-to-one but not onto
- Onto but not one-to-one
- Neither one-to-one nor onto
Use the pivot criteria to construct appropriate matrices.
1. One-to-one but not onto: Impossible for !
- One-to-one needs 3 pivot columns
- A matrix can have at most 2 pivot rows
- If there are 3 pivot columns, there must be at least 3 pivots, but we only have 2 rows
- So we can't have 3 pivot columns in a matrix
2. Onto but not one-to-one:
- 2 pivot rows (onto ✓)
- Only 2 pivot columns out of 3 (not one-to-one ✓)
3. Neither: Row reduces to:
- Only 1 pivot row (not onto ✗)
- Only 1 pivot column (not one-to-one ✗)
Summary
-
One-to-one (injective): Different inputs → different outputs
- Test: has only trivial solution
- Criterion: Every column is a pivot column
- Equivalent: Columns are linearly independent
-
Onto (surjective): Every output is achieved
- Test: Columns span
- Criterion: Every row has a pivot
- Equivalent: consistent for all
-
For :
- One-to-one (at least as many outputs as inputs)
- Onto (at least as many inputs as outputs)
- Both (must be square matrix, though not all square matrices are both)