Proving Ker(f) is a Subset of Ker(h) in Linear Algebra Problem 1

In summary, the map H: V -> V is determined by h(v) = g(f(v)). The subset Ker(f) of the transformation H is a subset of the subset Ker(h).
  • #1
acm
38
0
1. The maps F:V -> V and G:V -> V are both linear, where V is a vector space. Suppose that the map H:V -> V is determined by h(v) = g(f(v)). Show that Ker(f) is a subset of Ker(h).

In the mapping F: V -> V, Ker(F) = (v element of V : F(v) = 0)
In the mapping G: V -> V, Ker(G) = (v element of V : G(v) = 0)

As the Kernel is the subset of the transformation then Ker(F) is a subset of V. I cannot see how I can proove that the vector space V is equal to the kernel of the transformation h.
 
Physics news on Phys.org
  • #2
acm said:
1. The maps F:V -> V and G:V -> V are both linear, where V is a vector space. Suppose that the map H:V -> V is determined by h(v) = g(f(v)). Show that Ker(f) is a subset of Ker(h).

In the mapping F: V -> V, Ker(F) = (v element of V : F(v) = 0)
In the mapping G: V -> V, Ker(G) = (v element of V : G(v) = 0)

As the Kernel is the subset of the transformation then Ker(F) is a subset of V. I cannot see how I can proove that the vector space V is equal to the kernel of the transformation h.
the kernal isn't a subset of the transformation, it's a subset of the domain of the transformation.

also the question hasn't asked you to prove that V = ker(H)



to prove ker(F) is a subset of ker(H) show that v, element of ker(F), is an element of ker(H)

  1. F(v) = 0, by v an element of ker(F)
  2. G(F(v)) = 0 as F(v) = 0 from above and G(0) = 0 by properties of G being a linear transformation
  3. so H(v) = 0, by defn H(v) = G(F(v)) and G(F(v)) = 0 above
  4. so v is an element in ker(H)
 
  • #3
acm said:
1. The maps F:V -> V and G:V -> V are both linear, where V is a vector space. Suppose that the map H:V -> V is determined by h(v) = g(f(v)). Show that Ker(f) is a subset of Ker(h).

In the mapping F: V -> V, Ker(F) = (v element of V : F(v) = 0)
In the mapping G: V -> V, Ker(G) = (v element of V : G(v) = 0)

As the Kernel is the subset of the transformation then Ker(F) is a subset of V. I cannot see how I can proove that the vector space V is equal to the kernel of the transformation h.

"As the Kernel is a subset of the transformation"? What does this mean? A "transformation" is a function, not a set. Perhaps you meant to say "the kernel is a subset of the domain of the transformation". In this case the domain of F is V so Ker(F) is a subset of V. You don't want to prove "the vector space V is equal to the kernel of the transformation h" that's not said anywhere.

In general, to prove A is a subset of B, you start "if a is in A" and eventually prove "then a is in B". In this case A is Ker(f) and B is Ker(h). If a is in Ker(f) then f(a)= 0. What then is g(f(a))? What does that tell you about h(a)?
 

FAQ: Proving Ker(f) is a Subset of Ker(h) in Linear Algebra Problem 1

What is linear algebra?

Linear algebra is a branch of mathematics that deals with the study of linear equations, vectors, matrices, and their properties. It is used to solve problems involving systems of linear equations, such as finding the intersection of lines or planes in space.

How is linear algebra used in real life?

Linear algebra has many practical applications in fields such as physics, engineering, computer graphics, and economics. It is used to model and solve real-world problems, such as determining the optimal path for a robot or analyzing financial data.

What are the basic concepts in linear algebra?

The basic concepts in linear algebra include vectors, matrices, systems of linear equations, vector spaces, and linear transformations. These concepts are used to represent and manipulate mathematical objects in a linear fashion.

How can I improve my understanding of linear algebra?

To improve your understanding of linear algebra, it is important to practice solving problems and working with matrices and vectors. You can also read textbooks, watch online lectures, and work with a tutor or study group to deepen your understanding.

What are some common applications of linear algebra in machine learning?

Linear algebra is a fundamental tool in machine learning, as it is used to represent and manipulate data in the form of matrices and vectors. Some common applications include data preprocessing, feature extraction, and dimensionality reduction techniques such as principal component analysis.

Back
Top