Mathematical Economics Lecture Notes
Mathematical Economics Lecture Notes
Yes, a sequence can be both divergent and bounded. According to the Bolzano-Weierstrass Theorem, every bounded sequence in R^k contains a convergent subsequence, but the original sequence itself may still diverge. Thus, boundedness doesn’t guarantee convergence of the whole sequence, only that a subsequence can converge .
A function is one-to-one (injective) if distinct elements in the domain map to distinct elements in the range, which is crucial for ensuring a unique output for each input. An onto (surjective) function covers the entire range, meaning every element in the codomain has a preimage in the domain. For example, f(x) = 2x + 5 is both one-to-one and onto, covering all real numbers bijectively. Conversely, f(x) = sin(x) is neither onto nor one-to-one over all real numbers .
The continuity of composite functions hinges on the continuity of their component functions. If f(x) is continuous at p and g(x) is continuous at f(p), then the composite function g(f(x)) will be continuous at p. This is because the limits of the functions align consistently, preserving continuity through function composition .
A set S is defined as closed if for every sequence {x_n} within S that converges to a limit x, the point x must also be in S. This implies that if a sequence is completely contained within S and has a convergent subsequence, the limit of this subsequence is also contained in S, thus capturing the closed nature of the set .
Yes, convergence of a sequence implies boundedness; if a sequence {p_n} converges to a limit p, then it must be bounded. By definition, if a sequence converges, all its terms eventually cluster within any ε > 0 of p, thus making the sequence bounded as it cannot have terms arbitrarily large or small relative to p .
A monotonic function preserves order: a function is monotonically increasing if for any a < b, f(a) ≤ f(b), and decreasing if f(a) ≥ f(b). This characteristic is significant because it guarantees directional predictability and is foundational in mathematical proofs, economic modeling, and optimization—ensuring consistent behavior over intervals .
Subsequences are pivotal as they provide a refinement of a sequence to test for convergence properties. According to the theorem, a sequence converges if and only if every subsequence converges to the same limit. Furthermore, in compact spaces, any sequence always contains a convergent subsequence, implying the space's bounded and complete nature .
The limit properties essential to continuous functions include the sum, product, and quotient of limits: if lim(x->p) f(x) = A and lim(x->p) g(x) = B, then lim(x->p) (f(x) + g(x)) = A + B, lim(x->p) (f(x)g(x)) = AB, and lim(x->p) (f(x)/g(x)) = A/B given B ≠ 0. Continuous functions keep these properties intact; the limits and the function values at any point remain consistent, establishing continuity .
The inverse of a function, when it exists, allows us to reverse the roles of dependent and independent variables, facilitating the solution of models where we need to infer the input from a known output. For instance, if f(x) = 2x + 5, then its inverse f^(-1)(y) = (y - 5)/2 helps solve for x given a specific output y, enabling us to predict inputs from desired outcomes, a common necessity in economic modeling .
Convergence in different metric spaces largely hinges on the space itself; for real numbers, convergence necessitates sequences getting arbitrarily close to a limit point. For example, the sequence 1/n converges to 0 in R (real numbers) because values can approach zero indefinitely. However, it doesn't converge in R+ because there is no 0 in the positive reals .