Linear Algebra Quiz: One To One And Onto
20 questions · exam conditions
0:00
One To One And OntoQuestion 1 of 20

For a linear transformation T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m, the condition mnm \ge n is:

a necessary, but not sufficient, condition for TT to be one-to-one.
a sufficient, but not necessary, condition for TT to be one-to-one.
both a necessary and sufficient condition for TT to be one-to-one.
a necessary, but not sufficient, condition for TT to be onto.
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: One To One And Onto

Practice One To One And Onto in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on One To One And Onto, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

For a linear transformation T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m, the condition mnm \ge n is:

  1. a necessary, but not sufficient, condition for TT to be one-to-one. (correct answer)
  2. a sufficient, but not necessary, condition for TT to be one-to-one.
  3. both a necessary and sufficient condition for TT to be one-to-one.
  4. a necessary, but not sufficient, condition for TT to be onto.
Explanation: For TT to be one-to-one, the nn columns of its m×nm \times n standard matrix must be linearly independent. This requires a pivot position in every column. To have nn pivot positions, the matrix must have at least nn rows, so mnm \ge n. Thus, the condition is necessary. However, it is not sufficient. For example, the transformation T:R2R3T: \mathbb{R}^2 \to \mathbb{R}^3 given by the zero matrix satisfies 323 \ge 2, but is not one-to-one. Therefore, the condition is necessary but not sufficient for TT to be one-to-one.

Question 2

Let AA be an n×nn \times n matrix. All of the following are equivalent to the statement that the transformation T(x)=AxT(\vec{x}) = A\vec{x} is one-to-one, EXCEPT:

  1. The range of TT is Rn\mathbb{R}^n.
  2. AA is row equivalent to the identity matrix InI_n.
  3. The only solution to Ax=0A\vec{x} = \vec{0} is the trivial solution.
  4. The columns of AA form an orthonormal set. (correct answer)
Explanation: For a square matrix AA, the Invertible Matrix Theorem provides many equivalent conditions for invertibility. A transformation T(x)=AxT(\vec{x}) = A\vec{x} on Rn\mathbb{R}^n is one-to-one if and only if AA is invertible. Choice (A) says TT is onto, which is equivalent to one-to-one for a square matrix. Choice (B) says AA is row equivalent to InI_n, which is equivalent to AA being invertible. Choice (C) is the definition of a one-to-one transformation. Choice (D) states the columns are orthonormal. An orthonormal set of vectors is always linearly independent, which implies AA is invertible and TT is one-to-one. However, the converse is not true; a matrix can be invertible (and thus define a one-to-one transformation) without having orthonormal columns (e.g., A=(2002)A = \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}). Thus, having orthonormal columns is a sufficient but not necessary condition, so it is not equivalent.

Question 3

Consider the linear transformation T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 defined by the matrix A=(121101022)A = \begin{pmatrix} 1 & 2 & 1 \\ -1 & 0 & 1 \\ 0 & 2 & 2 \end{pmatrix}. Which statement accurately describes TT?

  1. TT is one-to-one because the equation Ax=0A\vec{x}=\vec{0} has only the trivial solution.
  2. TT is onto because the columns of AA span R3\mathbb{R}^3.
  3. TT is both one-to-one and onto because AA is a square matrix.
  4. TT is neither one-to-one nor onto because the columns of AA are linearly dependent. (correct answer)
Explanation: To determine if TT is one-to-one or onto, we analyze its standard matrix AA. We can perform row reduction on AA. Adding the first row to the second gives (121022022)\begin{pmatrix} 1 & 2 & 1 \\ 0 & 2 & 2 \\ 0 & 2 & 2 \end{pmatrix}. Subtracting the second row from the third gives (121022000)\begin{pmatrix} 1 & 2 & 1 \\ 0 & 2 & 2 \\ 0 & 0 & 0 \end{pmatrix}. This matrix has only two pivots, so its rank is 2. For a 3×33 \times 3 matrix, a rank of 3 is required for the transformation to be one-to-one or onto. Since the rank is less than 3, the columns of AA are linearly dependent, the null space is non-trivial, and the columns do not span R3\mathbb{R}^3. Therefore, TT is neither one-to-one nor onto.

Question 4

Let T:R2R2T: \mathbb{R}^2 \to \mathbb{R}^2 be a linear transformation with standard matrix A=(361k)A = \begin{pmatrix} 3 & -6 \\ -1 & k \end{pmatrix}. For which value of kk is the transformation TT NOT one-to-one?

  1. k=2k = -2
  2. k=1/2k = 1/2
  3. k=2k = 2 (correct answer)
  4. k=18k = -18
Explanation: A linear transformation from R2\mathbb{R}^2 to R2\mathbb{R}^2 is not one-to-one if and only if its standard matrix is not invertible. A 2×22 \times 2 matrix is not invertible if and only if its determinant is zero. The determinant of AA is det(A)=(3)(k)(6)(1)=3k6\det(A) = (3)(k) - (-6)(-1) = 3k - 6. Setting the determinant to zero to find when TT is not one-to-one: 3k6=03k - 6 = 0, which gives 3k=63k = 6, so k=2k = 2. When k=2k=2, the second column is -2 times the first column, so they are linearly dependent.

Question 5

Let TA:R3R2T_A: \mathbb{R}^3 \to \mathbb{R}^2 and TB:R2R3T_B: \mathbb{R}^2 \to \mathbb{R}^3 be linear transformations with standard matrices AA and BB respectively. Consider the composite transformation T=TBTAT = T_B \circ T_A. What can be concluded about TT?

  1. TT is one-to-one, but might not be onto.
  2. TT could be both one-to-one and onto.
  3. TT is onto, but might not be one-to-one.
  4. TT is neither one-to-one nor onto. (correct answer)
Explanation: The transformation TT maps from R3\mathbb{R}^3 to R3\mathbb{R}^3. Its standard matrix is the product C=BAC = BA. Matrix AA is 2×32 \times 3, and matrix BB is 3×23 \times 2, so CC is a 3×33 \times 3 matrix. The rank of a product of matrices is less than or equal to the minimum of their ranks. The rank of AA is at most 2 (since it has only 2 rows). The rank of BB is at most 2 (since it has only 2 columns). Therefore, rank(C)=rank(BA)min(rank(B),rank(A))2\text{rank}(C) = \text{rank}(BA) \le \min(\text{rank}(B), \text{rank}(A)) \le 2. For the transformation T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 to be one-to-one or onto, its 3×33 \times 3 matrix CC must have rank 3. Since the rank of CC is at most 2, TT can be neither one-to-one nor onto.

Question 6

Let T:R7R4T: \mathbb{R}^7 \to \mathbb{R}^4 be a linear transformation. Which of the following statements must be true?

  1. TT must be onto.
  2. TT cannot be onto.
  3. TT must be one-to-one.
  4. TT cannot be one-to-one. (correct answer)
Explanation: The standard matrix AA for the transformation TT has dimensions 4×74 \times 7. For TT to be one-to-one, the columns of AA must be linearly independent. Since there are 7 columns in R4\mathbb{R}^4, and any set of more than 4 vectors in R4\mathbb{R}^4 must be linearly dependent, the columns of AA cannot be linearly independent. Therefore, TT cannot be one-to-one. It is possible for TT to be onto (if the rank is 4) or not onto (if the rank is less than 4), so options A and B are not necessarily true.

Question 7

Let T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2 be a linear transformation with matrix representation A=[213426]A = \begin{bmatrix} 2 & -1 & 3 \\ 4 & -2 & 6 \end{bmatrix} . Which statement about the properties of TT is correct?

  1. TT is one-to-one but not onto because rank(A)=1<3\text{rank}(A) = 1 < 3
  2. TT is onto but not one-to-one because rank(A)=1<2\text{rank}(A) = 1 < 2
  3. TT is neither one-to-one nor onto because rank(A)=1\text{rank}(A) = 1 (correct answer)
  4. TT is both one-to-one and onto because the matrix has full row rank
Explanation: The rank of matrix A is 1 (the second row is twice the first row). For T to be one-to-one, we need rank(A) = dim(domain) = 3, but rank(A) = 1 < 3. For T to be onto, we need rank(A) = dim(codomain) = 2, but rank(A) = 1 < 2. Therefore, T is neither one-to-one nor onto. Choice A incorrectly states T is one-to-one. Choice B incorrectly states T is onto. Choice D incorrectly claims both properties hold.

Question 8

The linear transformation F:R2R4F: \mathbb{R}^2 \to \mathbb{R}^4 has matrix representation B=[12310527]B = \begin{bmatrix} 1 & 2 \\ 3 & 1 \\ 0 & 5 \\ 2 & 7 \end{bmatrix} . After row reducing BB to find its rank, what conclusion can be drawn about FF?

  1. FF is onto because the matrix has more rows than columns
  2. FF cannot be one-to-one because the codomain dimension exceeds the domain dimension
  3. FF is one-to-one if and only if rank(B)=4\text{rank}(B) = 4
  4. FF cannot be onto because rank(B)2<4\text{rank}(B) \leq 2 < 4 (correct answer)
Explanation: When analyzing linear transformations, the key relationships to remember are how the rank of the matrix connects to the "onto" and "one-to-one" properties of the transformation. For any linear transformation F:RmRnF: \mathbb{R}^m \to \mathbb{R}^n with matrix AA, two crucial facts apply: FF is onto if and only if rank(A)=n\text{rank}(A) = n (the codomain dimension), and FF is one-to-one if and only if rank(A)=m\text{rank}(A) = m (the domain dimension). Here, F:R2R4F: \mathbb{R}^2 \to \mathbb{R}^4 means we're going from 2-dimensional space to 4-dimensional space. Since BB is a 4×24 \times 2 matrix, its rank cannot exceed 2 (the number of columns). For FF to be onto, we'd need rank(B)=4\text{rank}(B) = 4, but this is impossible since rank(B)2<4\text{rank}(B) \leq 2 < 4. Therefore, FF cannot be onto, making answer D correct. Looking at the wrong answers: A incorrectly assumes that having more rows than columns guarantees the transformation is onto—this ignores rank entirely. B confuses the conditions: when the codomain dimension exceeds the domain dimension, the transformation cannot be onto (not "cannot be one-to-one"). C states FF is one-to-one if rank(B)=4\text{rank}(B) = 4, but since the domain is 2-dimensional, we'd need rank(B)=2\text{rank}(B) = 2 for one-to-one, and rank 4 is impossible anyway. Study tip: Always check rank against both domain and codomain dimensions. For onto: rank must equal codomain dimension. For one-to-one: rank must equal domain dimension.

Question 9

Let T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 be the linear transformation that reflects vectors across the plane x+y+z=0x + y + z = 0. Which property does TT possess?

  1. TT is one-to-one but not onto because reflection changes vector magnitudes
  2. TT is onto but not one-to-one because some vectors map to the zero vector
  3. TT is neither one-to-one nor onto because the transformation matrix is singular
  4. TT is both one-to-one and onto because reflection is an invertible geometric transformation (correct answer)
Explanation: Reflection across a plane through the origin is an invertible linear transformation (you can reflect again to get back the original vector). Since T: R³ → R³ is invertible, it must be both one-to-one and onto. The reflection matrix has determinant -1 ≠ 0, confirming it's invertible. Choice A is wrong because reflections preserve magnitudes. Choice B is wrong because only the zero vector maps to zero in linear transformations. Choice C is wrong because reflection matrices are non-singular.

Question 10

A linear transformation S:R5R3S: \mathbb{R}^5 \to \mathbb{R}^3 is defined such that its matrix AA satisfies rank(A)=3\text{rank}(A) = 3. For the equation S(x)=bS(\mathbf{x}) = \mathbf{b}, which statement correctly describes the solution behavior for different choices of b\mathbf{b}?

  1. Every equation S(x)=bS(\mathbf{x}) = \mathbf{b} has exactly one solution because rank(A)=3\text{rank}(A) = 3
  2. Every equation S(x)=bS(\mathbf{x}) = \mathbf{b} has infinitely many solutions because nullity(A)=2\text{nullity}(A) = 2 (correct answer)
  3. Every equation S(x)=bS(\mathbf{x}) = \mathbf{b} is solvable, and solutions form a 2-dimensional affine subspace
  4. Some equations S(x)=bS(\mathbf{x}) = \mathbf{b} have no solution because the null space is nontrivial
Explanation: Since rank(A) = 3 and the codomain is R³, S is onto, so every equation S(x) = b is solvable for any b ∈ R³. By rank-nullity theorem, nullity(A) = 5 - 3 = 2, meaning ker(S) is 2-dimensional. When a solution exists, the general solution is a particular solution plus all vectors in the 2-dimensional kernel, giving infinitely many solutions. Choice A is wrong because nullity > 0 means solutions aren't unique. Choice C correctly notes solvability but the phrasing about affine subspaces is less direct than choice B. Choice D incorrectly suggests some equations are unsolvable.

Question 11

Let S:R3R3S: \mathbb{R}^3 \to \mathbb{R}^3 be defined by S[xyz]=[x+2yz2x+y+z3x+3y]S\begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} x + 2y - z \\ 2x + y + z \\ 3x + 3y \end{bmatrix} . To determine if SS is onto, which approach provides the most direct verification?

  1. Show that the columns of the matrix span R3\mathbb{R}^3 by computing their determinant (correct answer)
  2. Verify that the null space contains only the zero vector by row reduction
  3. Check if the system S(x)=bS(\mathbf{x}) = \mathbf{b} has a solution for arbitrary bR3\mathbf{b} \in \mathbb{R}^3
  4. Confirm that all three column vectors are linearly independent using cross products
Explanation: For a linear transformation from R³ to R³, being onto is equivalent to the matrix having full rank (rank 3), which occurs when the column vectors span R³. The most direct check is computing the determinant: if det ≠ 0, the columns span R³. Choice B tests one-to-one property, not onto. Choice C is correct in principle but less direct than the determinant test. Choice D mentions cross products which don't directly test linear independence in this context, and linear independence of columns is equivalent to the determinant test anyway.

Question 12

Consider the linear transformation T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 whose matrix has rank 2. If we know that T(v1)=T(v2)T(\mathbf{v}_1) = T(\mathbf{v}_2) for two distinct vectors v1,v2R4\mathbf{v}_1, \mathbf{v}_2 \in \mathbb{R}^4, what additional information can be determined?

  1. TT is not one-to-one, and the dimension of ker(T)\text{ker}(T) is 2
  2. TT is not onto, and the range of TT is a 2-dimensional subspace of R3\mathbb{R}^3
  3. Both properties from choices A and B hold since rank(T)=2\text{rank}(T) = 2 (correct answer)
  4. TT maps R4\mathbb{R}^4 onto a 2-dimensional subspace, but we cannot determine if it's one-to-one from the given information
Explanation: Since T(v₁) = T(v₂) with v₁ ≠ v₂, we know T is not one-to-one. With rank(T) = 2, by rank-nullity theorem: dim(ker(T)) = 4 - 2 = 2, confirming choice A. Since rank(T) = 2 < 3, T is not onto R³, and the range of T is a 2-dimensional subspace, confirming choice B. Choice C correctly identifies that both properties hold. Choice D is incorrect because the given condition T(v₁) = T(v₂) already proves T is not one-to-one.

Question 13

Consider the linear transformation T:R3R2T: \mathbb{R}^3 \to \mathbb{R}^2 represented by the matrix A=[121242]A = \begin{bmatrix} 1 & 2 & -1 \\ 2 & 4 & -2 \end{bmatrix} . A student claims that TT is one-to-one because "the rows are linearly dependent, so the transformation compresses the space nicely." What is wrong with this reasoning?

  1. The reasoning is correct, but the conclusion is wrong because linearly dependent rows actually prevent one-to-one property
  2. The reasoning is flawed because row dependence has no relationship to the one-to-one property of transformations
  3. The student should examine column dependence, not row dependence, to determine if TT is one-to-one (correct answer)
  4. The reasoning confuses one-to-one with onto properties, since row dependence affects the range, not the kernel
Explanation: To determine if T is one-to-one, we need to check if ker(T) = {0}, which is equivalent to checking if the columns of A are linearly independent (since Ax = 0 only when x = 0). Row dependence/independence relates to whether the rows span the codomain (onto property), not whether T is one-to-one. The student is examining the wrong vectors. Choice A incorrectly accepts the reasoning. Choice B is too broad - row properties do relate to transformation properties, just not one-to-one. Choice D incorrectly describes what row dependence affects.

Question 14

Consider the linear transformation T:R4R3T: \mathbb{R}^4 \to \mathbb{R}^3 defined by T(x1,x2,x3,x4)=(x1+2x2x3,2x1+x2+x4,x1x2+x3+2x4)T(x_1, x_2, x_3, x_4) = (x_1 + 2x_2 - x_3, 2x_1 + x_2 + x_4, x_1 - x_2 + x_3 + 2x_4). If TT maps the vector (a,b,c,d)(a, b, c, d) to (1,3,2)(1, 3, 2), what can be concluded about the uniqueness of this vector?

  1. The vector (a,b,c,d)(a, b, c, d) is unique because TT is one-to-one since 4>34 > 3
  2. The vector (a,b,c,d)(a, b, c, d) is not unique because the null space of TT is nontrivial (correct answer)
  3. The vector (a,b,c,d)(a, b, c, d) is unique because the coefficient matrix has rank 3
  4. The vector (a,b,c,d)(a, b, c, d) is not unique because TT cannot be onto when domain dimension exceeds codomain dimension
Explanation: Since T maps from R⁴ to R³, and dim(domain) = 4 > 3 = dim(codomain), T cannot be one-to-one by the rank-nullity theorem. The null space has dimension at least 4-3=1, so it's nontrivial. This means if T(v) = (1,3,2) for some vector v, then T(v + w) = (1,3,2) for any w in the null space, so the preimage is not unique. Choice A incorrectly assumes larger domain implies one-to-one. Choice C confuses rank with one-to-one property. Choice D mentions onto property which is irrelevant to uniqueness.

Question 15

A linear transformation S:R5R5S: \mathbb{R}^5 \to \mathbb{R}^5 has a null space with dimension 2. Which statement correctly describes the properties of SS?

  1. SS is one-to-one but not onto.
  2. SS is onto but not one-to-one.
  3. SS is neither one-to-one nor onto. (correct answer)
  4. SS is both one-to-one and onto.
Explanation: A transformation is one-to-one if and only if its null space (kernel) is the zero vector, meaning its dimension is 0. Since the null space of SS has dimension 2, SS is not one-to-one. By the Rank-Nullity Theorem, for a transformation from Rn\mathbb{R}^n, we have rank(S)+nullity(S)=n\text{rank}(S) + \text{nullity}(S) = n. Here, n=5n=5 and nullity(S)=2\text{nullity}(S) = 2, so rank(S)=52=3\text{rank}(S) = 5 - 2 = 3. A transformation is onto if its rank equals the dimension of the codomain. Here, the codomain is R5\mathbb{R}^5, so a rank of 5 is required. Since the rank is 3, SS is not onto.

Question 16

Let T:R3R4T: \mathbb{R}^3 \to \mathbb{R}^4 be a linear transformation whose standard matrix is AA. If the columns of AA are linearly independent, which of the following is true?

  1. TT is one-to-one but not onto. (correct answer)
  2. TT is onto but not one-to-one.
  3. TT is both one-to-one and onto.
  4. TT is neither one-to-one nor onto.
Explanation: The transformation is from R3\mathbb{R}^3 to R4\mathbb{R}^4, so its standard matrix AA is 4×34 \times 3. The condition that the columns of AA are linearly independent is the definition of TT being a one-to-one transformation. The range of TT is the span of its columns. Since there are 3 columns, their span forms a subspace of R4\mathbb{R}^4 with dimension 3. For TT to be onto, its range must be all of R4\mathbb{R}^4, which has dimension 4. Since the dimension of the range (3) is less than the dimension of the codomain (4), TT is not onto.

Question 17

Let T:R3R3T: \mathbb{R}^3 \to \mathbb{R}^3 be the linear transformation that orthogonally projects each vector onto the xyxy-plane. Which of the following statements is true?

  1. TT is one-to-one but not onto.
  2. TT is onto but not one-to-one.
  3. TT is neither one-to-one nor onto. (correct answer)
  4. TT is both one-to-one and onto.
Explanation: The transformation is given by T(x,y,z)=(x,y,0)T(x, y, z) = (x, y, 0). To check if it is one-to-one, we find its kernel (null space), which is the set of vectors that map to 0\vec{0}. T(x,y,z)=(0,0,0)T(x, y, z) = (0, 0, 0) implies x=0x=0 and y=0y=0. The zz component can be any real number. So, the kernel consists of all vectors of the form (0,0,z)(0, 0, z), which is the z-axis. Since the kernel is not just the zero vector, TT is not one-to-one. To check if it is onto, we consider its range. The range is the set of all possible output vectors, which are of the form (x,y,0)(x, y, 0). This set is the xyxy-plane, which is a 2-dimensional subspace of the codomain R3\mathbb{R}^3. Since the range is not the entire codomain, TT is not onto.

Question 18

A linear transformation T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m is known to be onto. Which of the following statements MUST be true?

  1. The dimension of the domain is less than or equal to the dimension of the codomain (nmn \le m).
  2. The dimension of the domain is greater than or equal to the dimension of the codomain (nmn \ge m). (correct answer)
  3. The columns of the standard matrix for TT are linearly independent.
  4. The null space of TT is the zero vector.
Explanation: If a transformation T:RnRmT: \mathbb{R}^n \to \mathbb{R}^m is onto, its range is the entire codomain Rm\mathbb{R}^m. This means the columns of its m×nm \times n standard matrix must span Rm\mathbb{R}^m. To span Rm\mathbb{R}^m, there must be a pivot in every one of the mm rows. A matrix cannot have more pivots than it has columns. Therefore, the number of columns, nn, must be at least the number of rows, mm. So, nmn \ge m. Choices C and D are conditions for being one-to-one, not onto.

Question 19

Let T:R4R6T: \mathbb{R}^4 \to \mathbb{R}^6 be a linear transformation. If TT is one-to-one, what is the dimension of the range of TT?

  1. 2
  2. 4 (correct answer)
  3. 6
  4. Cannot be determined from the given information.
Explanation: The dimension of the range of TT is equal to the rank of its standard matrix AA. The matrix AA has dimensions 6×46 \times 4. The transformation TT is one-to-one, which means that the columns of AA are linearly independent. The rank of a matrix is the number of linearly independent columns (which is also the number of pivot positions). Since AA has 4 columns and they are all linearly independent, the rank of AA must be 4. Therefore, the dimension of the range of TT is 4.

Question 20

Let TA:R3R5T_A: \mathbb{R}^3 \to \mathbb{R}^5 and TB:R5R3T_B: \mathbb{R}^5 \to \mathbb{R}^3 be linear transformations. Which of the following statements is always true?

  1. TAT_A can be onto.
  2. TBT_B can be one-to-one.
  3. TAT_A must be one-to-one.
  4. TBT_B cannot be one-to-one. (correct answer)
Explanation: Let's analyze each option based on the dimensions. TAT_A has a 5×35 \times 3 matrix AA. TBT_B has a 3×53 \times 5 matrix BB. (A) For TAT_A to be onto, the columns of AA must span R5\mathbb{R}^5. But there are only 3 columns, and 3 vectors cannot span a 5-dimensional space. So TAT_A can never be onto. (B) For TBT_B to be one-to-one, the 5 columns of BB (which are vectors in R3\mathbb{R}^3) must be linearly independent. Any set of 5 vectors in R3\mathbb{R}^3 must be linearly dependent. So TBT_B can never be one-to-one. (C) TAT_A does not have to be one-to-one. Its 3 columns could be linearly dependent (e.g., if AA is the zero matrix). (D) As explained for (B), the 5 columns of the 3×53 \times 5 matrix for TBT_B must be linearly dependent, so TBT_B cannot be one-to-one. This statement is always true.