Only Intervals Preserve the Invertibility of Arithmetic Operations

Size: px
Start display at page:

Download "Only Intervals Preserve the Invertibility of Arithmetic Operations"

Transcription

1 Only Intervals Preserve the Invertibility of Arithmetic Operations Olga Kosheleva 1 and Vladik Kreinovich 2 1 Department of Electrical and Computer Engineering 2 Department of Computer Science University of Texas at El Paso El Paso, TX 79968, USA s: olga@ece.utep.edu, vladik@cs.utep.edu Abstract In standard arithmetic, if we, e.g., accidentally added a wrong number y to the preliminary result x, we can undo this operation by subtracting y from the result x + y. A similar possibility to invert (undo) addition holds for intervals. In this paper, we show that if we add a single non-interval set, we lose invertibility. Thus, invertibility requirement leads to a new characterization of the class of all intervals. 1 Formulation of the Problem Why Invertible? Many computer operations, including addition x x + y, are invertible in the sense that if we accidentally added the wrong number y, we can always reconstruct the original value x by simply subtracting y from the result of the addition: (x + y) y = x. Case of Partial Knowledge In many real life situations, our knowledge about the actual values x and y is incomplete. This means that we do not know the exact values of x and y, we only know the sets X and Y of possible values of x and y. The most common situation is when the sets X and Y are intervals. 1

2 If the only information that we have about the physical quantity x is that x X, and the only information that we have about the physical quantity y is that y Y, then the only information that we have about the sum x + y of these quantities is that x + y X + Y, where the sum of two sets is defined element-wise: X + Y = {x + y x X and y Y }. (1) Invertibility in Case of Partial Knowledge It would be nice to preserve the same invertibility property for set operations: namely, if we accidentally added the wrong set Y, we must be able to reconstruct the original set X from the sum X + Y and Y. For Intervals, Addition is Invertible If both sets X and Y are intervals, i.e., if X = [x, x + ] and Y = [y, y + ], then addition is invertible: indeed, in this case, the sum Z = X + Y is an interval [z, z + ] with the bounds z = x + y and z + = x + + y +. Therefore, if we know Z and Y, we can reconstruct X as x = z y and x + = z + y + (for a more general discussion of invertibility of interval computations, see [1, 2]). Not Only Intervals Partial knowledge is often represented by sets that are more general than intervals. For example, if we know that x 2 [1, 4], then the set of possible values of x is not an interval, but a union of two intervals [ 2, 1] [1, 2]. The Main Problem A natural question is: is invertibility preserved if we allow sets different from intervals? Our answer is: no. Hence, intervals are uniquely determined by the requirement that invertible operations stay invertible. The corresponding two results will be presented in the next section. 2

3 2 Definitions and the Main Result 2.1 First Result: If We Add a Non-Interval to the Class of All Intervals, Addition Stops Being Invertible Definition 1. numbers. Let C be a class of compact subsets of the set IR of all real For every two sets X, Y C, we define their sum X + Y by formula (1). We say that addition is invertible on C if for every three sets X, X, Y C, X + Y = X + Y implies that X = X. In other words, if we know Y and X + Y, then we can uniquely reconstruct X. This property corresponds to the inversion in the sense in which this word is used in computer science: namely, to the possibility of inverting (undoing) addition X + Y X. The reader should be warned that in algebra, the terminology is slightly different: what we have called invertibility is called cancelation property, and the word invertibility is used only when this undoing X +Y X is performed by applying the same operation, in this case, addition: X + Y (X + Y ) + Z = X for an appropriate Z. For addition of intervals, this algebraic invertibility is a much stronger requirement than the invertibility in computer science sense: On one hand, as we have seen (in Section 1), interval addition X + Y is invertible in our (computer science) sense, i.e., if we know X + Y and Y, we can reconstruct X. On the other hand, interval addition is not invertible in the algebraic sense: Indeed, if the interval Y is non-degenerate (i.e., has positive width), then the sum X + Y is wider than X; hence, whatever interval Z we add to X + Y, the resulting sum (X + Y ) + Z is at least as wide as X + Y and hence, wider than the desired interval X. So, (X + Y ) + Z X. PROPOSITION 1. Addition is invertible on the class of all (one-dimensional) intervals. If a class C contains all intervals and at least one non-interval set C, then addition is not invertible on C. Proof. In the previous section, we have already shown that addition is invertible on the set of all intervals. Let us now assume that C contains all intervals, and also a non-interval compact set C. Let us show that in this case, addition is not invertible. Indeed, since the set C is compact, it has finite infimum c and supremum c +. Let us take X = C and X = Y = [c, c + ]. Then, X + Y = [2c, 2c + ]. Let us show that the sum X + Y is also equal to the interval [2c, 2c + ]: 3

4 First, due to our choice of c + and c, we have X = C [c, c + ] = X, hence, X + Y X + Y = [2c, 2c + ]. Second, since C = X is a compact set, we have {c, c + } X, and therefore, for their sum X + Y (as defined by Definition 1) X + Y {c, c + } + Y = {c, c + } + [c, c + ] = [2c, c + c + ] [c + c +, 2c + ] = [2c, 2c + ]. So, X + Y [2c, 2c + ] and X + Y [2c, 2c + ]; hence, X + Y = [2c, 2c + ] = X + Y. However, X = C is not an interval, and X is; therefore, X X. Hence, this triple is the desired counterexample to invertibility. Q.E.D. 2.2 Second Result: If We Require Invertibility and Start with Arbitrary Sets, We End up with Intervals Definition 2. We say that compact sets X, X IR are equivalent if there exists a compact set Y for which X + Y = X + Y. If we use arbitrary sets, then we do not have invertibility. So, if we want invertibility, we must represent some sets X by their supersets I X. In particular, if the sets X and X are equivalent in the sense of the above definition, then we must represent the sets X and X by one and the same superset. The restriction to compact sets is justified by the fact that if we do not restrict ourselves to compact sets, then the resulting notion of equivalence will be trivial: for Y = IR, X + Y = X + Y = IR for all X and X and therefore, every two sets would be equivalent. PROPOSITION 2. Two compact sets X and X are equivalent iff inf X = inf X and sup X = sup X. Proof. Let us denote x = inf X, x = inf X, y = inf Y, x + = sup X, x + = sup X, and y + = sup Y. The infimum of X+Y is attained when x is the smallest, and y is the smallest, i.e., inf(x + Y ) = x + y. Similarly, inf(x + Y ) = x + y. Therefore, if X + Y = X + Y, then inf(x + Y ) = inf(x + Y ), x + y = x + y and hence, x = x. Likewise, we can prove that x + = x +. Let us now show that if x = x and x + = x +, then X + Y = X + Y for some Y. Indeed, as we have shown in the proof of Proposition 1, for Y = [x, x + ], we have X + Y = X + Y = [2x, 2x + ]. Q.E.D. Due to Proposition 2, if we want invertibility, then we must represent all equivalent sets by a single set. The class of all equivalent sets is the class of all sets X with given infimum and supremum. All these sets are contained in the interval [inf X, sup X], which can thus serve as the desired representative. So, if we want invertibility of addition, we get intervals. 4

5 3 Auxiliary Results In this section, we generalize the above results in two directions: to functions more general than addition and to sets in multi-dimensional space. 3.1 Invertible Operations beyond Addition There are other invertible operations besides addition: e.g., multiplication of positive numbers, exponentiation, etc. Like addition, these operations can also be extended from numbers to arbitrary sets of numbers (see, e.g., [3]), in particular, to intervals. For these operations, interval extensions are also invertible. Definition 3. Let A and B be connected subsets of IR. We say that a continuous function f : A B is invertible if f(a, b) = f(a, b) implies a = a, and f(a, b) = f(a, b ) implies b = b. By an interval extension of a function f, we mean a function that maps the intervals X and Y into a set f(x, Y ) = {f(x, y) x X and y Y }. We say that an interval extension f(x, Y ) is invertible if for every intervals X, X, Y, and Y, f(x, Y ) = f(x, Y ) implies X = X, and f(x, Y ) = f(x, Y ) implies Y = Y. PROPOSITION 3. If a continuous function f is invertible, then its interval extension is also invertible. Proof. Since f is invertible, for every a, the function b f(a, b) is continuous and 1-to-1; therefore, this function is strictly monotonic (i.e., strictly increasing or strictly decreasing). Let us show that either for every a the function f a (b) defined as f a (b) = f(a, b) is increasing, or for every a, this function is decreasing. If the set B consists of only one point b, then this statement is trivially true. So, let us consider the case when the set B contains at least two different points b < b. In this case, if for some a, the function f a (b) is increasing, then f(a, b ) = f a (b ) < f a (b ) = f(a, b ). Since f is continuous, we can conclude that f(a, b ) < f(a, b ) for all a from some open neighborhood of a. Therefore, for these a, the function f a (b) must also be strictly increasing. So, the set A in of all a A for which the function f a (b) is increasing is open. Similarly, the set A de of all a A for which the function f a (b) is decreasing is open. Therefore, 5

6 the set A is represented as the union of two disjoint open sets: A = A in A de. Since A is connected, one of these sets must be empty. Therefore, either the function b f a (b) is strictly increasing for all a, or the function b f a (b) is strictly decreasing for all a. Similarly, either the function a f(a, b) is strictly increasing for all b, or it is strictly decreasing for all b. Totally, we have four possible cases, depending on whether f is increasing or decreasing in a, and increasing or decreasing in b. We are now ready to show that the extension of f to intervals is invertible. We will show it for the case when f is strictly increasing in both a and b (the proof for the three other possible cases is similar). Indeed, in this case, due to monotonicity, f([x, x + ], [y, y + ]) = [f(x, y ), f(x +, y + )]. If we know f(x, y ) and y, then, due to the fact that x f(x, y ) is strictly increasing, we can uniquely reconstruct x. Similarly, we can uniquely reconstruct x +. So, the interval extension of f is truly invertible. Q.E.D. Without continuity, this result is not necessarily true. For example, let s(x) denote a function that swaps 0 and 1 and leaves all other values intact. Then, the function f(a, b) = s(a) + b is invertible. However, for intervals X = [ 0.5, 0.5], X = [ 0.5, 1], and Y = [0, 1], we have s(x) = [ 0.5, 0) (0, 0.5] {1}, and f(x, Y ) = s(x)+y = [ 0.5, 1) (0, 1.5] [1, 2] = [ 0.5, 2]; also, s(x ) = X, and f(x, Y ) = X + Y = [ 0.5, 1] + [0, 1] = [ 0.5, 2]. So, here, f(x, Y ) = f(x, Y ) but X X. 3.2 Sets in Multi-Dimensional Space: General Case Definition 1. Let d 1 be an integer, and let C be a class of compact subsets of the set IR d. We say that addition is invertible on C if for every three sets X, X, Y C, X + Y = X + Y implies that X = X. PROPOSITION 1. Addition is invertible on the class of all compact convex sets. If a class C contains all compact convex sets and at least one non-convex compact set C, then addition is not invertible on C. Proof. The fact that addition is invertible on compact convex sets easily follows from the known properties of these sets: indeed, it is known (see, e.g., [4], Section 13) that a compact convex set C is uniquely determined by its support function δ (x C) = sup{ x, x x C} (where a, b = a i b i is a scalar (dot) product), and that the support function of the sum of two sets is equal to the sum of their support functions: δ (x C 1 + C 2 ) = δ (x C 1 ) + δ (x C 2 ). Hence, if we know X + Y and Y, we can determine support functions for these sets, subtract these functions, get the support function for X, and reconstruct X. Let us now show that if we add a non-convex set C to the class of all convex compact sets, then we lose invertibility. Indeed, we will show that X + Y = 6

7 X + Y for X = C, X = conv(x) (a convex hull of X), and Y = d conv(x). Namely, we will show that X + Y = X + Y = (d + 1) conv(x). It is clear that X + Y = (d + 1) conv(x), and that X + Y X + Y = (d + 1) conv(x). So, it is sufficient to prove that every point z (d + 1) conv(x) belongs to the sum X + Y. Indeed, from z (d + 1) conv(x) it follows that z/(d + 1) conv(x). Since X is a subset of a d dimensional space, the point z can be represented as a convex combination of d + 1 points from X: z = α k x k for some α k 0, αk = 1, x k X (strictly speaking, we need at most d + 1 points x k ; however, if less than d + 1 points are sufficient, then we can add a few other points with α k = 0). Since the sum of (d + 1) values α k is equal to 1, at least one of these values α k is 1/(d + 1). Let us denote one of such points by α k0. Let us take β k = α k for k k 0 and β k = α k0 1/(d + 1). Then, z d + 1 = α k x k = 1 d + 1 x k 0 + β k x k. Here, β k 0, and β k = 1 1/(d + 1) = d/(d + 1). Hence, if we multiply both sides of the displayed equality by d + 1, we can conclude that z = x k0 + d ( γ k x k ), where γ k = (d + 1)β k /d are non-negative numbers with the sum equal to 1. Here, x k0 X, and d ( γ k x k ) d X = Y. Hence, z X + Y. Q.E.D. Definition 2. Let d 1 be an integer. We say that compact sets X, X IR d are equivalent if there exists a compact set Y IR d for which X + Y = X + Y. PROPOSITION 2. Two compact sets X, X IR d are equivalent (in the sense of Definition 2 ) iff conv(x) = conv(x ). Proof. If X + Y = X + Y for some X, X, and Y, then the support functions coincide: δ (x X + Y ) = δ (x X + Y ); from δ (x X + Y ) = δ (x X) + δ (x Y ) = δ (x X + Y ) = δ (x X ) + δ (x Y ), we conclude that δ (x X) = δ (x X ) and hence, that conv(x) = conv(x ). Vice versa, if conv(x) = conv(x ), then, as we have proved in the proof of Proposition 1, there exists a set Y (namely, Y = d conv(x)) for which X + Y = X + Y (= (d + 1) conv(x)). Q.E.D. So, if we want invertibility, we must restrict ourselves to convex sets only. 3.3 Sets in Multi-Dimensional Space: Families of Neighborhoods Before we formulate the corresponding results, let us first explain why it is natural to describe families of neighborhoods. 7

8 Why Neighborhoods Let us assume that we do not have a complete knowledge about the values x 1,..., x d of d physical quantities. This uncertainty means that the set X IR d of the possible values of x = (x 1,..., x d ) IR d consists of more than one point. According to the previous section, if we want to keep addition invertible, then it is reasonable to use compact convex sets to describe uncertainty. So, the set X must be convex and compact. Typically, sets that describe real-life uncertainty contain an open subset. In many cases, the user wants an estimate; in this case, we produce an element x Int(X). In topological terms, we can say that the set X is a neighborhood of the estimate x. To describe how good this estimate is, we must describe the set of possible values of errors x = x x. Since X is a neighborhood of x, the resulting set is a neighborhood of 0. So, to describe possible uncertainties, we must describe possible convex compact neighborhoods of 0. Why Linearly Ordered Families of Neighborhoods It is often desirable to be able to compare the uncertainties corresponding to different measurement, or to different knowledge bases. If a neighborhood is contained in the neighborhood (, ), then the uncertainty described by is smaller than the uncertainty described by. If we consider arbitrary convex neighborhoods, however, then some pairs will be incompatible: e.g., neither of the two multi-interval neighborhoods [ 0.1, 0.1] [ 1, 1] and [ 1, 1] [ 0.1, 0.1] is contained in the other one. Therefore, if we want to be able to compare arbitrary two types of uncertainty, we must restrict ourselves only to a family F of neighborhoods that is linearly ordered with respect to the relation, i.e., for which for every, F, either, or, or =. The property that we can have only one of the three possibilities is called trichotomy. The trichotomy property of neighborhoods was first formulated in a slightly stronger sense in [1, 2]. Namely, in these papers, it is required that for every and, at least one of the equations = + X and = + Y has a solution. If we look for solutions X and Y that are also neighborhoods of 0, then from = + X, we can conclude that, and from = + Y, we can conclude that. In other words, trichotomy in this algebraic sense really implies trichotomy in the sense of the relation. A Family of Neighborhoods Must Be an Additive Semigroup The reason why we restricted ourselves to convex neighborhoods is that we wanted computations to be invertible relative to addition. In other words, we 8

9 assumed addition to be one of the basic operations. In real-life data processing, addition is indeed one of the most important operations: it corresponds, e.g., to the case when we bring two physical systems together: then, the total charge, the total mass, and many other physical characteristics simply add up. So, if we know that x is described by an estimate x and an error neighborhood, and that x is described by an estimate x and an error neighborhood, then it is natural to consider the sum x + x of these two sets of variables. This sum is naturally described by an estimate x + x and an error set +. It is therefore natural to choose the family F in such a way that if the sets and belong to F, then their sum + should also belong to F. In mathematical terms, a set that is closed under addition is called an additive semigroup; so, the above requirement on F means that the family F is an additive semigroup w.r.t. addition on IR d. Now, we are ready for the formal definitions. Definitions and the Main Result of This Subsection Definition 4. A convex compact set IR d is called a neighborhood of 0 (or simply neighborhood, for short) if 0 Int( ). A family of neighborhoods F is called linearly ordered if for every, F, either, or. A family of neighborhoods F is called an additive semigroup if for every, F, we have + F. To characterize additive semigroups of neighborhoods, we need to recall the notion of similarity: Definition 5. Neighborhoods and are called similar if = λ for some real number λ > 0. PROPOSITION 4. If F is a linearly ordered additive semigroup of neighborhoods, then all neighborhoods from F are similar to each other. Proof. Since neighborhoods are convex compact sets, we can describe them by support functions. Since each F is a neighborhood of 0, each support function δ (x ) is > 0 for x 0. In terms of support functions, = λ iff δ (x ) = λδ (x ). Therefore, the statement that we want to prove means that for every two support functions δ (x ) and δ (x ), their ratio δ (x ) δ (x ) 9

10 is a constant (if this is indeed a constant, then we can take this constant as the desired λ). We will prove this statement by reduction to a contradiction. Indeed, if this ratio is not a constant, then δ (x ) δ (x ) δ (y ) δ (y ) for some x and y. W.l.o.g., we can assume that δ (x ) δ (x ) < δ (y ) δ (y ). In between two non-equal positive real numbers, there always is a positive rational number p/q; therefore, there exist natural numbers p and q such that and δ (x ) δ (x ) < p q p q < δ (y ) δ (y ). If we multiply both sides of both inequalities by the common denominator, we will conclude that q δ (x ) < p δ (x ) and q δ (y ) > p δ (y ). Since and are convex sets, we have q δ (x ) = δ (x q ) and p δ (x ) = δ (x p ). Since F is an additive semigroup, the sets q = (q times) and p = (p times) also belong to the family F. For these two sets, we thus have δ (x q ) < δ (x p ) (2) and δ (y q ) > δ (y p ). (3) But the neighborhoods from the family F are linearly ordered; therefore: either q p, or p q. In both cases, we will get a contradiction: In the first case, we will have δ (y q ) δ (y p ), which contradicts to (3). In the second case, we will have δ (x q ) δ (x p ), which contradicts to (2). 10

11 These contradictions show that our assumption is impossible and therefore, for every two neighborhoods, the ratio of their support function is indeed a constant. Hence, every two neighborhoods are similar. Q.E.D. In other words, if F is a linearly ordered semigroup of neighborhoods, then all neighborhoods F have the form λ 0, where 0 is one of these neighborhoods, for a real λ > 0. In particular, if we additionally require that the neighborhoods be symmetric w.r.t. 0 (i.e., that = ), then the set 0 defines a norm x = min{λ x/λ 0 }, and neighborhoods from F become closed balls of different radii in this norm. This result explains why such families are often used to describe uncertainty: when 0 is a unit sphere, we get balls in Euclidean sense; when 0 is a unit cube, we get cubic boxes that are balls w.r.t. the metric x = max x i, etc. Acknowledgments. This work was partially supported by NSF Grant No. EEC , by NASA Grant No. NAG 9-757, and by the German Science Foundation. The authors are very thankful to Svetoslav Markov and to the anonymous referees for fruitful discussions, suggestions, and encouragement. References [1] S. M. Markov, On directed interval arithmetic and its applications, Journal of Universal Computer Science, 1995, Vol. 1, No. 7, pp (electronic journal; available at www server: [2] S. M. Markov, On the foundations of interval arithmetic, In: G. Alefeld and A. Frommer (eds.), Scientific Computing and Validated Numerics (Proceedings of SCAN-95), Akademie-Verlag, Berlin, 1996 (to appear). [3] G. Matheron, Random sets and integral geometry, Wiley, New York, [4] R. T. Rockafellar, Convex Analysis, Princeton University Press, Princeton, NJ,

Set, functions and Euclidean space. Seungjin Han

Set, functions and Euclidean space. Seungjin Han Set, functions and Euclidean space Seungjin Han September, 2018 1 Some Basics LOGIC A is necessary for B : If B holds, then A holds. B A A B is the contraposition of B A. A is sufficient for B: If A holds,

More information

Towards a More Physically Adequate Definition of Randomness: A Topological Approach

Towards a More Physically Adequate Definition of Randomness: A Topological Approach University of Texas at El Paso DigitalCommons@UTEP Departmental Technical Reports (CS) Department of Computer Science 8-1-2007 Towards a More Physically Adequate Definition of Randomness: A Topological

More information

Pure Quantum States Are Fundamental, Mixtures (Composite States) Are Mathematical Constructions: An Argument Using Algorithmic Information Theory

Pure Quantum States Are Fundamental, Mixtures (Composite States) Are Mathematical Constructions: An Argument Using Algorithmic Information Theory Pure Quantum States Are Fundamental, Mixtures (Composite States) Are Mathematical Constructions: An Argument Using Algorithmic Information Theory Vladik Kreinovich and Luc Longpré Department of Computer

More information

Real Analysis. Joe Patten August 12, 2018

Real Analysis. Joe Patten August 12, 2018 Real Analysis Joe Patten August 12, 2018 1 Relations and Functions 1.1 Relations A (binary) relation, R, from set A to set B is a subset of A B. Since R is a subset of A B, it is a set of ordered pairs.

More information

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous:

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous: MATH 51H Section 4 October 16, 2015 1 Continuity Recall what it means for a function between metric spaces to be continuous: Definition. Let (X, d X ), (Y, d Y ) be metric spaces. A function f : X Y is

More information

Voting Aggregation Leads to (Interval) Median

Voting Aggregation Leads to (Interval) Median University of Texas at El Paso DigitalCommons@UTEP Departmental Technical Reports (CS) Department of Computer Science 1-2016 Voting Aggregation Leads to (Interval) Median Olga Kosheleva University of Texas

More information

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory Part V 7 Introduction: What are measures and why measurable sets Lebesgue Integration Theory Definition 7. (Preliminary). A measure on a set is a function :2 [ ] such that. () = 2. If { } = is a finite

More information

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA address:

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA  address: Topology Xiaolong Han Department of Mathematics, California State University, Northridge, CA 91330, USA E-mail address: Xiaolong.Han@csun.edu Remark. You are entitled to a reward of 1 point toward a homework

More information

LECTURE 6. CONTINUOUS FUNCTIONS AND BASIC TOPOLOGICAL NOTIONS

LECTURE 6. CONTINUOUS FUNCTIONS AND BASIC TOPOLOGICAL NOTIONS ANALYSIS FOR HIGH SCHOOL TEACHERS LECTURE 6. CONTINUOUS FUNCTIONS AND BASIC TOPOLOGICAL NOTIONS ROTHSCHILD CAESARIA COURSE, 2011/2 1. The idea of approximation revisited When discussing the notion of the

More information

Metric Spaces and Topology

Metric Spaces and Topology Chapter 2 Metric Spaces and Topology From an engineering perspective, the most important way to construct a topology on a set is to define the topology in terms of a metric on the set. This approach underlies

More information

Regular finite Markov chains with interval probabilities

Regular finite Markov chains with interval probabilities 5th International Symposium on Imprecise Probability: Theories and Applications, Prague, Czech Republic, 2007 Regular finite Markov chains with interval probabilities Damjan Škulj Faculty of Social Sciences

More information

Part III. 10 Topological Space Basics. Topological Spaces

Part III. 10 Topological Space Basics. Topological Spaces Part III 10 Topological Space Basics Topological Spaces Using the metric space results above as motivation we will axiomatize the notion of being an open set to more general settings. Definition 10.1.

More information

HOMEWORK ASSIGNMENT 6

HOMEWORK ASSIGNMENT 6 HOMEWORK ASSIGNMENT 6 DUE 15 MARCH, 2016 1) Suppose f, g : A R are uniformly continuous on A. Show that f + g is uniformly continuous on A. Solution First we note: In order to show that f + g is uniformly

More information

Exact Bounds on Sample Variance of Interval Data

Exact Bounds on Sample Variance of Interval Data University of Texas at El Paso DigitalCommons@UTEP Departmental Technical Reports (CS) Department of Computer Science 3-1-2002 Exact Bounds on Sample Variance of Interval Data Scott Ferson Lev Ginzburg

More information

On John type ellipsoids

On John type ellipsoids On John type ellipsoids B. Klartag Tel Aviv University Abstract Given an arbitrary convex symmetric body K R n, we construct a natural and non-trivial continuous map u K which associates ellipsoids to

More information

Checking Monotonicity is NP-Hard Even for Cubic Polynomials

Checking Monotonicity is NP-Hard Even for Cubic Polynomials Checking Monotonicity is NP-Hard Even for Cubic Polynomials Andrzej Pownuk 1, Luc Longpré 2, and Vladik Kreinovich 2 Departments of 1 Mathematical Sciences and 2 Computer Science, University of Texas at

More information

EC 521 MATHEMATICAL METHODS FOR ECONOMICS. Lecture 1: Preliminaries

EC 521 MATHEMATICAL METHODS FOR ECONOMICS. Lecture 1: Preliminaries EC 521 MATHEMATICAL METHODS FOR ECONOMICS Lecture 1: Preliminaries Murat YILMAZ Boğaziçi University In this lecture we provide some basic facts from both Linear Algebra and Real Analysis, which are going

More information

KINEMATIC SPACES AND DE VRIES ALGEBRAS: TOWARDS POSSIBLE PHYSICAL MEANING OF DE VRIES ALGEBRAS. O. Kosheleva, F. Zapata

KINEMATIC SPACES AND DE VRIES ALGEBRAS: TOWARDS POSSIBLE PHYSICAL MEANING OF DE VRIES ALGEBRAS. O. Kosheleva, F. Zapata Mathematical Structures and Modeling 2012, N. 25, pp. 91 99 UDC 514:51 73 KINEMATIC SPACES AND DE VRIES ALGEBRAS: TOWARDS POSSIBLE PHYSICAL MEANING OF DE VRIES ALGEBRAS O. Kosheleva, F. Zapata Traditionally,

More information

2 Sequences, Continuity, and Limits

2 Sequences, Continuity, and Limits 2 Sequences, Continuity, and Limits In this chapter, we introduce the fundamental notions of continuity and limit of a real-valued function of two variables. As in ACICARA, the definitions as well as proofs

More information

Maths 212: Homework Solutions

Maths 212: Homework Solutions Maths 212: Homework Solutions 1. The definition of A ensures that x π for all x A, so π is an upper bound of A. To show it is the least upper bound, suppose x < π and consider two cases. If x < 1, then

More information

2.2 Some Consequences of the Completeness Axiom

2.2 Some Consequences of the Completeness Axiom 60 CHAPTER 2. IMPORTANT PROPERTIES OF R 2.2 Some Consequences of the Completeness Axiom In this section, we use the fact that R is complete to establish some important results. First, we will prove that

More information

Computability of the Avoidance Set and of the Set-Valued Identification Problem

Computability of the Avoidance Set and of the Set-Valued Identification Problem Journal of Uncertain Systems Vol.11, No.2, pp.129-136, 2017 Online at: www.jus.org.uk Computability of the Avoidance Set and of the Set-Valued Identification Problem Anthony Welte 1, Luc Jaulin 1, Martine

More information

Course 212: Academic Year Section 1: Metric Spaces

Course 212: Academic Year Section 1: Metric Spaces Course 212: Academic Year 1991-2 Section 1: Metric Spaces D. R. Wilkins Contents 1 Metric Spaces 3 1.1 Distance Functions and Metric Spaces............. 3 1.2 Convergence and Continuity in Metric Spaces.........

More information

When Can We Reduce Multi-Variable Range Estimation Problem to Two Fewer-Variable Problems?

When Can We Reduce Multi-Variable Range Estimation Problem to Two Fewer-Variable Problems? University of Texas at El Paso DigitalCommons@UTEP Departmental Technical Reports (CS) Department of Computer Science 12-2014 When Can We Reduce Multi-Variable Range Estimation Problem to Two Fewer-Variable

More information

CHAPTER 7. Connectedness

CHAPTER 7. Connectedness CHAPTER 7 Connectedness 7.1. Connected topological spaces Definition 7.1. A topological space (X, T X ) is said to be connected if there is no continuous surjection f : X {0, 1} where the two point set

More information

Some Background Material

Some Background Material Chapter 1 Some Background Material In the first chapter, we present a quick review of elementary - but important - material as a way of dipping our toes in the water. This chapter also introduces important

More information

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3 Analysis Math Notes Study Guide Real Analysis Contents Ordered Fields 2 Ordered sets and fields 2 Construction of the Reals 1: Dedekind Cuts 2 Metric Spaces 3 Metric Spaces 3 Definitions 4 Separability

More information

Week 3: Faces of convex sets

Week 3: Faces of convex sets Week 3: Faces of convex sets Conic Optimisation MATH515 Semester 018 Vera Roshchina School of Mathematics and Statistics, UNSW August 9, 018 Contents 1. Faces of convex sets 1. Minkowski theorem 3 3. Minimal

More information

Math 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

More information

Introduction to Real Analysis Alternative Chapter 1

Introduction to Real Analysis Alternative Chapter 1 Christopher Heil Introduction to Real Analysis Alternative Chapter 1 A Primer on Norms and Banach Spaces Last Updated: March 10, 2018 c 2018 by Christopher Heil Chapter 1 A Primer on Norms and Banach Spaces

More information

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3

1 Topology Definition of a topology Basis (Base) of a topology The subspace topology & the product topology on X Y 3 Index Page 1 Topology 2 1.1 Definition of a topology 2 1.2 Basis (Base) of a topology 2 1.3 The subspace topology & the product topology on X Y 3 1.4 Basic topology concepts: limit points, closed sets,

More information

Some Background Math Notes on Limsups, Sets, and Convexity

Some Background Math Notes on Limsups, Sets, and Convexity EE599 STOCHASTIC NETWORK OPTIMIZATION, MICHAEL J. NEELY, FALL 2008 1 Some Background Math Notes on Limsups, Sets, and Convexity I. LIMITS Let f(t) be a real valued function of time. Suppose f(t) converges

More information

A LITTLE REAL ANALYSIS AND TOPOLOGY

A LITTLE REAL ANALYSIS AND TOPOLOGY A LITTLE REAL ANALYSIS AND TOPOLOGY 1. NOTATION Before we begin some notational definitions are useful. (1) Z = {, 3, 2, 1, 0, 1, 2, 3, }is the set of integers. (2) Q = { a b : aεz, bεz {0}} is the set

More information

Def. A topological space X is disconnected if it admits a non-trivial splitting: (We ll abbreviate disjoint union of two subsets A and B meaning A B =

Def. A topological space X is disconnected if it admits a non-trivial splitting: (We ll abbreviate disjoint union of two subsets A and B meaning A B = CONNECTEDNESS-Notes Def. A topological space X is disconnected if it admits a non-trivial splitting: X = A B, A B =, A, B open in X, and non-empty. (We ll abbreviate disjoint union of two subsets A and

More information

On the Algebraic Properties of Convex Bodies

On the Algebraic Properties of Convex Bodies On the Algebraic Properties of Convex Bodies Svetoslav Markov Abstract The algebraic properties of the convex bodies are studied. A theorem of H. Rådström for embedding of convex bodies in a normed vector

More information

Econ Slides from Lecture 1

Econ Slides from Lecture 1 Econ 205 Sobel Econ 205 - Slides from Lecture 1 Joel Sobel August 23, 2010 Warning I can t start without assuming that something is common knowledge. You can find basic definitions of Sets and Set Operations

More information

Lecture 5 - Hausdorff and Gromov-Hausdorff Distance

Lecture 5 - Hausdorff and Gromov-Hausdorff Distance Lecture 5 - Hausdorff and Gromov-Hausdorff Distance August 1, 2011 1 Definition and Basic Properties Given a metric space X, the set of closed sets of X supports a metric, the Hausdorff metric. If A is

More information

A NEW SET THEORY FOR ANALYSIS

A NEW SET THEORY FOR ANALYSIS Article A NEW SET THEORY FOR ANALYSIS Juan Pablo Ramírez 0000-0002-4912-2952 Abstract: We present the real number system as a generalization of the natural numbers. First, we prove the co-finite topology,

More information

Rose-Hulman Undergraduate Mathematics Journal

Rose-Hulman Undergraduate Mathematics Journal Rose-Hulman Undergraduate Mathematics Journal Volume 17 Issue 1 Article 5 Reversing A Doodle Bryan A. Curtis Metropolitan State University of Denver Follow this and additional works at: http://scholar.rose-hulman.edu/rhumj

More information

Studying Rudin s Principles of Mathematical Analysis Through Questions. August 4, 2008

Studying Rudin s Principles of Mathematical Analysis Through Questions. August 4, 2008 Studying Rudin s Principles of Mathematical Analysis Through Questions Mesut B. Çakır c August 4, 2008 ii Contents 1 The Real and Complex Number Systems 3 1.1 Introduction............................................

More information

MATH 102 INTRODUCTION TO MATHEMATICAL ANALYSIS. 1. Some Fundamentals

MATH 102 INTRODUCTION TO MATHEMATICAL ANALYSIS. 1. Some Fundamentals MATH 02 INTRODUCTION TO MATHEMATICAL ANALYSIS Properties of Real Numbers Some Fundamentals The whole course will be based entirely on the study of sequence of numbers and functions defined on the real

More information

GEOMETRY OF PROTEIN STRUCTURES. I. WHY HYPERBOLIC SURFACES ARE A GOOD APPROXIMATION FOR BETA-SHEETS

GEOMETRY OF PROTEIN STRUCTURES. I. WHY HYPERBOLIC SURFACES ARE A GOOD APPROXIMATION FOR BETA-SHEETS GEOMETRY OF PROTEIN STRUCTURES. I. WHY HYPERBOLIC SURFACES ARE A GOOD APPROXIMATION FOR BETA-SHEETS Boguslaw Stec 1;2 and Vladik Kreinovich 1;3 1 Bioinformatics Program 2 Chemistry Department 3 Department

More information

Math General Topology Fall 2012 Homework 1 Solutions

Math General Topology Fall 2012 Homework 1 Solutions Math 535 - General Topology Fall 2012 Homework 1 Solutions Definition. Let V be a (real or complex) vector space. A norm on V is a function : V R satisfying: 1. Positivity: x 0 for all x V and moreover

More information

ESTIMATING STATISTICAL CHARACTERISTICS UNDER INTERVAL UNCERTAINTY AND CONSTRAINTS: MEAN, VARIANCE, COVARIANCE, AND CORRELATION ALI JALAL-KAMALI

ESTIMATING STATISTICAL CHARACTERISTICS UNDER INTERVAL UNCERTAINTY AND CONSTRAINTS: MEAN, VARIANCE, COVARIANCE, AND CORRELATION ALI JALAL-KAMALI ESTIMATING STATISTICAL CHARACTERISTICS UNDER INTERVAL UNCERTAINTY AND CONSTRAINTS: MEAN, VARIANCE, COVARIANCE, AND CORRELATION ALI JALAL-KAMALI Department of Computer Science APPROVED: Vladik Kreinovich,

More information

Problem Set 2: Solutions Math 201A: Fall 2016

Problem Set 2: Solutions Math 201A: Fall 2016 Problem Set 2: s Math 201A: Fall 2016 Problem 1. (a) Prove that a closed subset of a complete metric space is complete. (b) Prove that a closed subset of a compact metric space is compact. (c) Prove that

More information

2 Metric Spaces Definitions Exotic Examples... 3

2 Metric Spaces Definitions Exotic Examples... 3 Contents 1 Vector Spaces and Norms 1 2 Metric Spaces 2 2.1 Definitions.......................................... 2 2.2 Exotic Examples...................................... 3 3 Topologies 4 3.1 Open Sets..........................................

More information

Real Analysis - Notes and After Notes Fall 2008

Real Analysis - Notes and After Notes Fall 2008 Real Analysis - Notes and After Notes Fall 2008 October 29, 2008 1 Introduction into proof August 20, 2008 First we will go through some simple proofs to learn how one writes a rigorous proof. Let start

More information

if and only if t ;; (A) t ;; (B), t ;+ (A) t ;+ (B), t +; (A) t ++ (B), and t ++ (A) t ++ (B). To make a description more adequate, we can perform one

if and only if t ;; (A) t ;; (B), t ;+ (A) t ;+ (B), t +; (A) t ++ (B), and t ++ (A) t ++ (B). To make a description more adequate, we can perform one Intervals (Pairs of Fuzzy Values), Triples, etc.: Can We Thus Get an Arbitrary Ordering? Vladik Kreinovich Computer Science, University of Texas, El Paso, TX 79968, USA, vladik@cs.utep.edu Masao Mukaidono

More information

Optimization and Optimal Control in Banach Spaces

Optimization and Optimal Control in Banach Spaces Optimization and Optimal Control in Banach Spaces Bernhard Schmitzer October 19, 2017 1 Convex non-smooth optimization with proximal operators Remark 1.1 (Motivation). Convex optimization: easier to solve,

More information

Topological properties of Z p and Q p and Euclidean models

Topological properties of Z p and Q p and Euclidean models Topological properties of Z p and Q p and Euclidean models Samuel Trautwein, Esther Röder, Giorgio Barozzi November 3, 20 Topology of Q p vs Topology of R Both R and Q p are normed fields and complete

More information

Random Utility Functions are Uniquely Determined by User Preferences

Random Utility Functions are Uniquely Determined by User Preferences Journal of Uncertain Systems Vol.4, No.4, pp.306-311, 2010 Online at: www.jus.org.uk Random Utility Functions are Uniquely Determined by User Preferences Sthaporn Thepsumritporn 1, Nuanpan Nangsue 1, Olga

More information

Real Analysis Notes. Thomas Goller

Real Analysis Notes. Thomas Goller Real Analysis Notes Thomas Goller September 4, 2011 Contents 1 Abstract Measure Spaces 2 1.1 Basic Definitions........................... 2 1.2 Measurable Functions........................ 2 1.3 Integration..............................

More information

Economics 204 Summer/Fall 2011 Lecture 2 Tuesday July 26, 2011 N Now, on the main diagonal, change all the 0s to 1s and vice versa:

Economics 204 Summer/Fall 2011 Lecture 2 Tuesday July 26, 2011 N Now, on the main diagonal, change all the 0s to 1s and vice versa: Economics 04 Summer/Fall 011 Lecture Tuesday July 6, 011 Section 1.4. Cardinality (cont.) Theorem 1 (Cantor) N, the set of all subsets of N, is not countable. Proof: Suppose N is countable. Then there

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

That is, there is an element

That is, there is an element Section 3.1: Mathematical Induction Let N denote the set of natural numbers (positive integers). N = {1, 2, 3, 4, } Axiom: If S is a nonempty subset of N, then S has a least element. That is, there is

More information

Extreme points of compact convex sets

Extreme points of compact convex sets Extreme points of compact convex sets In this chapter, we are going to show that compact convex sets are determined by a proper subset, the set of its extreme points. Let us start with the main definition.

More information

Problem List MATH 5143 Fall, 2013

Problem List MATH 5143 Fall, 2013 Problem List MATH 5143 Fall, 2013 On any problem you may use the result of any previous problem (even if you were not able to do it) and any information given in class up to the moment the problem was

More information

Week 2: Sequences and Series

Week 2: Sequences and Series QF0: Quantitative Finance August 29, 207 Week 2: Sequences and Series Facilitator: Christopher Ting AY 207/208 Mathematicians have tried in vain to this day to discover some order in the sequence of prime

More information

Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7

Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7 Topology Exercise Sheet 2 Prof. Dr. Alessandro Sisto Due to March 7 Question 1: The goal of this exercise is to give some equivalent characterizations for the interior of a set. Let X be a topological

More information

Theorems. Theorem 1.11: Greatest-Lower-Bound Property. Theorem 1.20: The Archimedean property of. Theorem 1.21: -th Root of Real Numbers

Theorems. Theorem 1.11: Greatest-Lower-Bound Property. Theorem 1.20: The Archimedean property of. Theorem 1.21: -th Root of Real Numbers Page 1 Theorems Wednesday, May 9, 2018 12:53 AM Theorem 1.11: Greatest-Lower-Bound Property Suppose is an ordered set with the least-upper-bound property Suppose, and is bounded below be the set of lower

More information

xy xyy 1 = ey 1 = y 1 i.e.

xy xyy 1 = ey 1 = y 1 i.e. Homework 2 solutions. Problem 4.4. Let g be an element of the group G. Keep g fixed and let x vary through G. Prove that the products gx are all distinct and fill out G. Do the same for the products xg.

More information

Lecture 7: Semidefinite programming

Lecture 7: Semidefinite programming CS 766/QIC 820 Theory of Quantum Information (Fall 2011) Lecture 7: Semidefinite programming This lecture is on semidefinite programming, which is a powerful technique from both an analytic and computational

More information

Lecture 4 Lebesgue spaces and inequalities

Lecture 4 Lebesgue spaces and inequalities Lecture 4: Lebesgue spaces and inequalities 1 of 10 Course: Theory of Probability I Term: Fall 2013 Instructor: Gordan Zitkovic Lecture 4 Lebesgue spaces and inequalities Lebesgue spaces We have seen how

More information

AN EXPLORATION OF THE METRIZABILITY OF TOPOLOGICAL SPACES

AN EXPLORATION OF THE METRIZABILITY OF TOPOLOGICAL SPACES AN EXPLORATION OF THE METRIZABILITY OF TOPOLOGICAL SPACES DUSTIN HEDMARK Abstract. A study of the conditions under which a topological space is metrizable, concluding with a proof of the Nagata Smirnov

More information

Convex Analysis and Economic Theory AY Elementary properties of convex functions

Convex Analysis and Economic Theory AY Elementary properties of convex functions Division of the Humanities and Social Sciences Ec 181 KC Border Convex Analysis and Economic Theory AY 2018 2019 Topic 6: Convex functions I 6.1 Elementary properties of convex functions We may occasionally

More information

Notes on Ordered Sets

Notes on Ordered Sets Notes on Ordered Sets Mariusz Wodzicki September 10, 2013 1 Vocabulary 1.1 Definitions Definition 1.1 A binary relation on a set S is said to be a partial order if it is reflexive, x x, weakly antisymmetric,

More information

Chapter 2 Convex Analysis

Chapter 2 Convex Analysis Chapter 2 Convex Analysis The theory of nonsmooth analysis is based on convex analysis. Thus, we start this chapter by giving basic concepts and results of convexity (for further readings see also [202,

More information

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University February 7, 2007 2 Contents 1 Metric Spaces 1 1.1 Basic definitions...........................

More information

On Decision Making under Interval Uncertainty: A New Justification of Hurwicz Optimism-Pessimism Approach and Its Use in Group Decision Making

On Decision Making under Interval Uncertainty: A New Justification of Hurwicz Optimism-Pessimism Approach and Its Use in Group Decision Making On Decision Making under Interval Uncertainty: A New Justification of Hurwicz Optimism-Pessimism Approach and Its Use in Group Decision Making Van Nam Huynh 1, Chenyi Hu, Yoshiteru Nakamori 1, and Vladik

More information

Structure of R. Chapter Algebraic and Order Properties of R

Structure of R. Chapter Algebraic and Order Properties of R Chapter Structure of R We will re-assemble calculus by first making assumptions about the real numbers. All subsequent results will be rigorously derived from these assumptions. Most of the assumptions

More information

2. Intersection Multiplicities

2. Intersection Multiplicities 2. Intersection Multiplicities 11 2. Intersection Multiplicities Let us start our study of curves by introducing the concept of intersection multiplicity, which will be central throughout these notes.

More information

Logic of Scientific Discovery: How Physical Induction Affects What Is Computable

Logic of Scientific Discovery: How Physical Induction Affects What Is Computable University of Texas at El Paso DigitalCommons@UTEP Departmental Technical Reports (CS) Department of Computer Science 3-2014 Logic of Scientific Discovery: How Physical Induction Affects What Is Computable

More information

1 Adeles over Q. 1.1 Absolute values

1 Adeles over Q. 1.1 Absolute values 1 Adeles over Q 1.1 Absolute values Definition 1.1.1 (Absolute value) An absolute value on a field F is a nonnegative real valued function on F which satisfies the conditions: (i) x = 0 if and only if

More information

The small ball property in Banach spaces (quantitative results)

The small ball property in Banach spaces (quantitative results) The small ball property in Banach spaces (quantitative results) Ehrhard Behrends Abstract A metric space (M, d) is said to have the small ball property (sbp) if for every ε 0 > 0 there exists a sequence

More information

Product metrics and boundedness

Product metrics and boundedness @ Applied General Topology c Universidad Politécnica de Valencia Volume 9, No. 1, 2008 pp. 133-142 Product metrics and boundedness Gerald Beer Abstract. This paper looks at some possible ways of equipping

More information

The Lebesgue Integral

The Lebesgue Integral The Lebesgue Integral Brent Nelson In these notes we give an introduction to the Lebesgue integral, assuming only a knowledge of metric spaces and the iemann integral. For more details see [1, Chapters

More information

Appendix B Convex analysis

Appendix B Convex analysis This version: 28/02/2014 Appendix B Convex analysis In this appendix we review a few basic notions of convexity and related notions that will be important for us at various times. B.1 The Hausdorff distance

More information

Chapter 8. P-adic numbers. 8.1 Absolute values

Chapter 8. P-adic numbers. 8.1 Absolute values Chapter 8 P-adic numbers Literature: N. Koblitz, p-adic Numbers, p-adic Analysis, and Zeta-Functions, 2nd edition, Graduate Texts in Mathematics 58, Springer Verlag 1984, corrected 2nd printing 1996, Chap.

More information

Topology, Math 581, Fall 2017 last updated: November 24, Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski

Topology, Math 581, Fall 2017 last updated: November 24, Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski Topology, Math 581, Fall 2017 last updated: November 24, 2017 1 Topology 1, Math 581, Fall 2017: Notes and homework Krzysztof Chris Ciesielski Class of August 17: Course and syllabus overview. Topology

More information

Fundamental Inequalities, Convergence and the Optional Stopping Theorem for Continuous-Time Martingales

Fundamental Inequalities, Convergence and the Optional Stopping Theorem for Continuous-Time Martingales Fundamental Inequalities, Convergence and the Optional Stopping Theorem for Continuous-Time Martingales Prakash Balachandran Department of Mathematics Duke University April 2, 2008 1 Review of Discrete-Time

More information

Examples of Dual Spaces from Measure Theory

Examples of Dual Spaces from Measure Theory Chapter 9 Examples of Dual Spaces from Measure Theory We have seen that L (, A, µ) is a Banach space for any measure space (, A, µ). We will extend that concept in the following section to identify an

More information

Chapter 1. Sets and Numbers

Chapter 1. Sets and Numbers Chapter 1. Sets and Numbers 1. Sets A set is considered to be a collection of objects (elements). If A is a set and x is an element of the set A, we say x is a member of A or x belongs to A, and we write

More information

Convex Optimization Notes

Convex Optimization Notes Convex Optimization Notes Jonathan Siegel January 2017 1 Convex Analysis This section is devoted to the study of convex functions f : B R {+ } and convex sets U B, for B a Banach space. The case of B =

More information

Some Properties of the Augmented Lagrangian in Cone Constrained Optimization

Some Properties of the Augmented Lagrangian in Cone Constrained Optimization MATHEMATICS OF OPERATIONS RESEARCH Vol. 29, No. 3, August 2004, pp. 479 491 issn 0364-765X eissn 1526-5471 04 2903 0479 informs doi 10.1287/moor.1040.0103 2004 INFORMS Some Properties of the Augmented

More information

Math 541 Fall 2008 Connectivity Transition from Math 453/503 to Math 541 Ross E. Staffeldt-August 2008

Math 541 Fall 2008 Connectivity Transition from Math 453/503 to Math 541 Ross E. Staffeldt-August 2008 Math 541 Fall 2008 Connectivity Transition from Math 453/503 to Math 541 Ross E. Staffeldt-August 2008 Closed sets We have been operating at a fundamental level at which a topological space is a set together

More information

POLARS AND DUAL CONES

POLARS AND DUAL CONES POLARS AND DUAL CONES VERA ROSHCHINA Abstract. The goal of this note is to remind the basic definitions of convex sets and their polars. For more details see the classic references [1, 2] and [3] for polytopes.

More information

NOTIONS OF DIMENSION

NOTIONS OF DIMENSION NOTIONS OF DIENSION BENJAIN A. STEINHURST A quick overview of some basic notions of dimension for a summer REU program run at UConn in 200 with a view towards using dimension as a tool in attempting to

More information

Lebesgue Measure on R n

Lebesgue Measure on R n CHAPTER 2 Lebesgue Measure on R n Our goal is to construct a notion of the volume, or Lebesgue measure, of rather general subsets of R n that reduces to the usual volume of elementary geometrical sets

More information

REVIEW OF ESSENTIAL MATH 346 TOPICS

REVIEW OF ESSENTIAL MATH 346 TOPICS REVIEW OF ESSENTIAL MATH 346 TOPICS 1. AXIOMATIC STRUCTURE OF R Doğan Çömez The real number system is a complete ordered field, i.e., it is a set R which is endowed with addition and multiplication operations

More information

Mathematics 2 for Economics

Mathematics 2 for Economics Mathematics 2 for Economics Analysis and Dynamic Optimization Josef Leydold v 0.8 0.4 0-0.4-0.8 -.2-0 2 u February 2, 208 Institute for Statistics and Mathematics WU Wien 20 208 Josef Leydold Institute

More information

REAL VARIABLES: PROBLEM SET 1. = x limsup E k

REAL VARIABLES: PROBLEM SET 1. = x limsup E k REAL VARIABLES: PROBLEM SET 1 BEN ELDER 1. Problem 1.1a First let s prove that limsup E k consists of those points which belong to infinitely many E k. From equation 1.1: limsup E k = E k For limsup E

More information

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 5.5. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 195 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

More information

Important Properties of R

Important Properties of R Chapter 2 Important Properties of R The purpose of this chapter is to explain to the reader why the set of real numbers is so special. By the end of this chapter, the reader should understand the difference

More information

Mathematics 2 for Economics

Mathematics 2 for Economics Mathematics 2 for Economics Analysis and Dynamic Optimization Josef Leydold v.8.4 -.4 -.8 -.2-2 u March 7, 27 Institute for Statistics and Mathematics WU Wien 2 27 Josef Leydold Institute for Statistics

More information

Estimates for probabilities of independent events and infinite series

Estimates for probabilities of independent events and infinite series Estimates for probabilities of independent events and infinite series Jürgen Grahl and Shahar evo September 9, 06 arxiv:609.0894v [math.pr] 8 Sep 06 Abstract This paper deals with finite or infinite sequences

More information

FUNCTIONAL ANALYSIS LECTURE NOTES: COMPACT SETS AND FINITE-DIMENSIONAL SPACES. 1. Compact Sets

FUNCTIONAL ANALYSIS LECTURE NOTES: COMPACT SETS AND FINITE-DIMENSIONAL SPACES. 1. Compact Sets FUNCTIONAL ANALYSIS LECTURE NOTES: COMPACT SETS AND FINITE-DIMENSIONAL SPACES CHRISTOPHER HEIL 1. Compact Sets Definition 1.1 (Compact and Totally Bounded Sets). Let X be a metric space, and let E X be

More information

Convergence of sequences, limit of functions, continuity

Convergence of sequences, limit of functions, continuity Convergence of sequences, limit of functions, continuity With the definition of norm, or more precisely the distance between any two vectors in R N : dist(x, y) 7 x y 7 [(x 1 y 1 ) 2 + + (x N y N ) 2 ]

More information

1 Radon, Helly and Carathéodory theorems

1 Radon, Helly and Carathéodory theorems Math 735: Algebraic Methods in Combinatorics Sep. 16, 2008 Scribe: Thành Nguyen In this lecture note, we describe some properties of convex sets and their connection with a more general model in topological

More information

Measures. 1 Introduction. These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland.

Measures. 1 Introduction. These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland. Measures These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland. 1 Introduction Our motivation for studying measure theory is to lay a foundation

More information

Notes on Complex Analysis

Notes on Complex Analysis Michael Papadimitrakis Notes on Complex Analysis Department of Mathematics University of Crete Contents The complex plane.. The complex plane...................................2 Argument and polar representation.........................

More information