Determining if a set is a subspace

  • Thread starter Thread starter mlarson9000
  • Start date Start date
  • Tags Tags
    Set Subspace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
mlarson9000
Messages
46
Reaction score
0

Homework Statement


Determine whether or not the set of all functions f such that f(1)+f(-1)=f(5) is a subspace of the vector space F of all functions mapping R into R.


Homework Equations





The Attempt at a Solution


I think that
(f(1)+f(-1))+(g(1)+g(-1))=(f+g)(1)+(f+g)(-1)=(f+g)(5)
shows it is closed under vector addition, but I'm not sure. I'm also not sure what to do about checking scalar multiplication. I don't think that r(f(1)+f(-1)=rf(5) does anything at all for me.
 
Physics news on Phys.org
Your demonstration of closure under vector addition is fine. With respect to scalar multiplication, you are being asked to show that rf defined as (rf)(x) = r*f(x) is also an element of this vector space whenever f is.
 
So (rf)(1)+(rf)(-1)=r*(f(1)+f(-1))= rf(5) which is not equal to f(5), so it's not closed under scalar multiplication?
 
mlarson9000 said:
So (rf)(1)+(rf)(-1)=r*(f(1)+f(-1))= rf(5) which is not equal to f(5), so it's not closed under scalar multiplication?

Why are we looking at f(5)? The defining axiom is that h(1) + h(-1) = h(5) for each h in the vector space.
 
so do I only need to show (rf)(1)+(rf)(-1)=r*(f(1)+f(-1))?
 
mlarson9000 said:
so do I only need to show (rf)(1)+(rf)(-1)=r*(f(1)+f(-1))?

You also need to show that this is equivalent to (rf)(5), which may seem trivial, but necessary.