Название: Numerical Methods in Computational Finance
Автор: Daniel J. Duffy
Издательство: John Wiley & Sons Limited
Жанр: Ценные бумаги, инвестиции
isbn: 9781119719724
isbn:
Paul Halmos
1.1 INTRODUCTION AND OBJECTIVES
In this chapter we introduce a number of mathematical concepts and methods that underlie many of the topics in this book. The most urgent attention points revolve around functions of real variables, their properties and the ways they are used in applications. We discuss the most important topics from real analysis to help us in our understanding of partial differential equations (PDEs). A definition of real analysis is:
In mathematics, real analysis is the branch of mathematical analysis that studies the behavior of real numbers, sequences and series of real numbers, and real functions. Some particular properties of real-valued sequences and functions that real analysis studies include convergence, limits, continuity, smoothness, differentiability and integrability.
Real analysis is distinguished from complex analysis, which deals with the study of complex numbers and their functions.
(Wikipedia)
A related branch of mathematics is calculus, which we learn at school:
Calculus, originally called infinitesimal calculus or ‘the calculus of infinitesimals’, is the mathematical study of continuous change, in the same way that geometry is the study of shape and algebra is the study of generalizations of arithmetic operations.
It has two major branches, differential calculus and integral calculus; the former concerns instantaneous rates of change, and the slopes of curves, while integral calculus concerns accumulation of quantities, and areas under or between curves. These two branches are related to each other by the fundamental theorem of calculus, and they make use of the fundamental notions of convergence of infinite sequences and infinite series to a well-defined limit.
(Wikipedia)
In practice, there is a distinction between calculus and real analysis. Calculus entails techniques (and tricks) to differentiate and integrate functions. It does not discuss the conditions under which a function is continuous or differentiable. It assumes that it is allowed to carry out these operations on functions. Real analysis, on the other hand, does discuss these issues and more; for example:
Continuous functions: How do we recognise them and prove that a function is continuous?
The different kinds of discontinuous functions.
Differential calculus from a real-analysis viewpoint.
Taylor's theorem.
An introduction to metric spaces and Cauchy sequences.
In our opinion, these topics are necessary prerequisites for the rest of this book.
Knowledge of vector (linear) analysis and numerical linear algebra is also a prerequisite for computational finance. To this end, we devote Chapters 4 and 5 to these topics. Finally, complex variables and complex functions (which are at the heart of complex analysis) are introduced in Chapter 16. We use the notation
to mean ‘for all’ and to mean ‘there exists’.
1.2 CONTINUOUS FUNCTIONS
In this section we are mainly concerned with real-valued functions of a real variable, that is
. In rough terms, a continuous function is one that can be drawn by hand without taking the pen from paper. In other words, a continuous function does not have jumps or breaks, but it is allowed to have sharp bends and kinks. Examples of continuous functions are:We can see that these functions are continuous just by drawing them. The first function is ‘smoother’ than the second function, the latter being similar to a one-factor call or put payoff on the one hand and a Rectified Linear Unit (ReLU) activation function on the other hand (Goodfellow, Bengio and Courville (2016)). Intuitively, a function f is continuous if
when , no matter how x approaches p. Alternatively, small changes in x lead to small changes in .If we formally differentiate the above ReLU function (1.1), we get the famous discontinuous Heaviside function:
A discontinuous function is one that is not continuous. Another discontinuous function is:
Define
; let (integer).Then taking left and right limits gives different answers, showing that the function is not continuous.
1
2
Thus
.1.2.1 Formal Definition of Continuity
The following definition is based СКАЧАТЬ