Linear Algebra - set of piecewise continuous functions is a vector space

In summary: If f \in V and c is a scalar, is cf piecewise continuous? Should be pretty easy to show that it is, since c is just a scalar multiplication of f by itself.
  • #1
corey115
8
0

Homework Statement


A function f:[a,b] [itex]\rightarrow[/itex] ℝ is called piecewise continuous if there exists a finite number of points a = x0 < x1 < x2 < ... < xk-1 < xk = b such that
(a) f is continuous on (xi-1, xi) for i = 0, 1, 2, ..., k
(b) the one sided limits exist as finite numbers

Let V be the set of all piecewise continuous functions on [a, b]. Prove that V is a vector space over ℝ, with addition and scalar multiplication defined as usual for functions.

Homework Equations


The axioms for fields and vector spaces.

The Attempt at a Solution


If function addition and scalar multiplication work in the same way as usual, don't I just have to make an argument that the limits still exist as finite numbers (since our scalars are finite)? And a similar argument that if I add two functions that those limits will just be the sum of the two limits of each function?
 
Physics news on Phys.org
  • #2
corey115 said:
If function addition and scalar multiplication work in the same way as usual, don't I just have to make an argument that the limits still exist as finite numbers (since our scalars are finite)? And a similar argument that if I add two functions that those limits will just be the sum of the two limits of each function?
Suppose [itex]f, g\in V[/itex], and let [itex]h = f + g[/itex]. If [itex]f[/itex] and [itex]g[/itex] are both continuous at a point [itex]x[/itex], what can you say about [itex]h[/itex] at that point? Is it continuous at [itex]x[/itex]?
 
  • #3
jbunniii said:
Suppose [itex]f, g\in V[/itex], and let [itex]h = f + g[/itex]. If [itex]f[/itex] and [itex]g[/itex] are both continuous at a point [itex]x[/itex], what can you say about [itex]h[/itex] at that point? Is it continuous at [itex]x[/itex]?

It will also be continuous because the sum of two continuous functions will also be continuous. But do I need extra arguments besides that because V is the set of piecewise continuous functions?
 
  • #4
corey115 said:
It will also be continuous because the sum of two continuous functions will also be continuous. But do I need extra arguments besides that because V is the set of piecewise continuous functions?
Yes, but we have learned something already. [itex]h[/itex] will be continuous at any point where both [itex]f[/itex] and [itex]g[/itex] are continuous, so [itex]h[/itex] can only be discontinuous at points where [itex]f[/itex] or [itex]g[/itex] are discontinuous, and there are only finitely many such points. Thus [itex]h[/itex] can have only finitely many discontinuities. So [itex]h[/itex] satisfies condition (a).

Now consider condition (b). If [itex]h[/itex] is discontinuous at [itex]x[/itex], what are [itex]\lim_{y \rightarrow x^+} h(x)[/itex] and [itex]\lim_{y \rightarrow x^-} h(x)[/itex]? Can you write these in terms of the corresponding one-sided limits of [itex]f[/itex] and [itex]g[/itex]?
 
  • #5
jbunniii said:
Yes, but we have learned something already. [itex]h[/itex] will be continuous at any point where both [itex]f[/itex] and [itex]g[/itex] are continuous, so [itex]h[/itex] can only be discontinuous at points where [itex]f[/itex] or [itex]g[/itex] are discontinuous, and there are only finitely many such points. Thus [itex]h[/itex] can have only finitely many discontinuities. So [itex]h[/itex] satisfies condition (a).

Now consider condition (b). If [itex]h[/itex] is discontinuous at [itex]x[/itex], what are [itex]\lim_{y \rightarrow x^+} h(x)[/itex] and [itex]\lim_{y \rightarrow x^-} h(x)[/itex]? Can you write these in terms of the corresponding one-sided limits of [itex]f[/itex] and [itex]g[/itex]?

Would that not be just the sum of the two limits of f and g at x, or if one or both of those two functions is discontinuous at x, then I would just use the whatever sided-limit that I need?
 
  • #6
corey115 said:
Would that not be just the sum of the two limits of f and g at x, or if one or both of those two functions is discontinuous at x, then I would just use the whatever sided-limit that I need?

Right, you have [itex]\lim_{y \rightarrow x^+} h(y) = \lim_{y \rightarrow x^+} f(y) + \lim_{y \rightarrow x^+} g(y)[/itex], and similarly with the left hand limit. Since these limits exist for [itex]f[/itex] and [itex]g[/itex], they also exist for [itex]h[/itex]. This shows that [itex]h[/itex] satisfies (b).
 
  • #7
So that shows that [itex]V[/itex] is closed under addition. What else do you need to show in order to prove that [itex]V[/itex] is a vector space?
 
  • #8
jbunniii said:
So that shows that [itex]V[/itex] is closed under addition. What else do you need to show in order to prove that [itex]V[/itex] is a vector space?

Closure under scalar multiplication.
Commutative/Associative for addition/multiplication.
Additive identity/inverse.
Multiplicative identity.
Distributive property.
Associative property for scalar multiplication.
 
  • #9
corey115 said:
Commutative/Associative for addition/multiplication.
Distributive property.
Associative property for scalar multiplication.

OK, these three are true for any functions so they remain true for piecewise continuous functions.
Additive identity/inverse.
Multiplicative identity.
Which functions do these correspond to? Are they piecewise continuous?
Closure under scalar multiplication.
If [itex]f \in V[/itex] and [itex]c[/itex] is a scalar, is [itex]cf[/itex] piecewise continuous? Should be pretty easy to show that it is.
 
  • #10
jbunniii said:
OK, these three are true for any functions so they remain true for piecewise continuous functions.

Which functions do these correspond to? Are they piecewise continuous?

If [itex]f \in V[/itex] and [itex]c[/itex] is a scalar, is [itex]cf[/itex] piecewise continuous? Should be pretty easy to show that it is.

For the 2nd item you listed, would the additive inverse of f be -f and the additive identity of f be the 0 function that is discontinuous where ever f is discontinuous?

As for the 3rd item, I'm not entirely sure how I would go about showing that. It makes sense intuitively as to why it would be true, but I'm not sure how to put that on paper.
 
  • #11
corey115 said:
For the 2nd item you listed, would the additive inverse of f be -f
Yes. Note that [itex]-f[/itex] is discontinuous at exactly the same points as [itex]f[/itex], and the left and right limits exist because they exist for [itex]f[/itex]. (Insert easy proofs as needed.)
and the additive identity of f be the 0 function that is discontinuous where ever f is discontinuous?
The additive identity of [itex]V[/itex] would be just the standard 0 function, which is continuous everywhere. Note that all continuous functions are in [itex]V[/itex] because the number of discontinuities (zero) is certainly finite, and the left and right limits exist due to continuity.
As for the 3rd item, I'm not entirely sure how I would go about showing that. It makes sense intuitively as to why it would be true, but I'm not sure how to put that on paper.
Claim: [itex]cf[/itex] is continuous at any point [itex]x[/itex] where [itex]f[/itex] is continuous. (Proof?) Therefore [itex]cf[/itex] has at most finitely many discontinuities. What about [itex]\lim_{y \rightarrow x^+} cf(y)[/itex]? What does this equal?
 
  • #12
jbunniii said:
Yes. Note that [itex]-f[/itex] is discontinuous at exactly the same points as [itex]f[/itex], and the left and right limits exist because they exist for [itex]f[/itex]. (Insert easy proofs as needed.)

The additive identity of [itex]V[/itex] would be just the standard 0 function, which is continuous everywhere. Note that all continuous functions are in [itex]V[/itex] because the number of discontinuities (zero) is certainly finite, and the left and right limits exist due to continuity.

Claim: [itex]cf[/itex] is continuous at any point [itex]x[/itex] where [itex]f[/itex] is continuous. (Proof?) Therefore [itex]cf[/itex] has at most finitely many discontinuities. What about [itex]\lim_{y \rightarrow x^+} cf(y)[/itex]? What does this equal?

Since that is just a constant (scalar in our case), it would equal c times whatever the limit of just f(x) was.
 
  • #13
corey115 said:
Since that is just a constant (scalar in our case), it would equal c times whatever the limit of just f(x) was.
Right. Expressing it formally:
$$\lim_{y \rightarrow x^+} cf(y) = c \lim_{y \rightarrow x^+}f(y)$$
by the linearity property of limits, and the right hand side exists because [itex]f \in V[/itex].
 
  • #14
jbunniii said:
Right. Expressing it formally:
$$\lim_{y \rightarrow x^+} cf(y) = c \lim_{y \rightarrow x^+}f(y)$$
by the linearity property of limits, and the right hand side exists because [itex]f \in V[/itex].

You have been more than helpful! I feel like I have a much greater understanding of this proof now!
 

1. What is a vector space?

A vector space is a mathematical structure that consists of a set of objects (called vectors) that can be added together and multiplied by scalars. It follows a set of axioms, such as closure under addition and scalar multiplication, associativity, commutativity, and distributivity, among others.

2. How does a set of piecewise continuous functions qualify as a vector space?

In order for a set of functions to qualify as a vector space, it must fulfill the same axioms as any other vector space. This means that the set of piecewise continuous functions must be closed under addition and scalar multiplication, and must also satisfy the other axioms such as associativity, commutativity, and distributivity.

3. What is meant by "piecewise continuous" in this context?

Piecewise continuous refers to a function that is continuous in different intervals, but may have discontinuities at certain points. For example, a piecewise continuous function may be continuous on the interval [0, 1], but have a discontinuity at x = 1.

4. Can you give an example of a piecewise continuous function that is not a vector space?

Yes, a function that is defined on a finite interval and has a jump discontinuity at one of the endpoints would not qualify as a vector space. For example, the function f(x) = 1, defined on the interval [0, 1], would not be a vector space because it does not satisfy the closure under addition axiom (since adding two different values of x would result in a constant value of 2 rather than a continuous function).

5. How is linear algebra used in the study of piecewise continuous functions?

Linear algebra provides a framework for analyzing and manipulating vector spaces, including sets of piecewise continuous functions. It allows us to apply techniques such as matrix operations and vector transformations to study these functions and their properties. Additionally, linear algebra is also used to solve systems of equations that arise in the study of piecewise continuous functions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
0
Views
441
  • Calculus and Beyond Homework Help
Replies
2
Views
572
  • Calculus and Beyond Homework Help
Replies
8
Views
676
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
993
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
401
Back
Top