Vector Spaces. Commutativity of +: u + v = v + u, u, v, V ; Associativity of +: u + (v + w) = (u + v) + w, u, v, w V ;

Similar documents
Definition 1. A set V is a vector space over the scalar field F {R, C} iff. there are two operations defined on V, called vector addition

MATH 304 Linear Algebra Lecture 18: Orthogonal projection (continued). Least squares problems. Normed vector spaces.

MATH 304 Linear Algebra Lecture 19: Least squares problems (continued). Norms and inner products.

Part 1a: Inner product, Orthogonality, Vector/Matrix norm

Math 290, Midterm II-key

6.241 Dynamic Systems and Control

Linear algebra review

Linear Analysis Lecture 5

Lecture 23: 6.1 Inner Products

Review of Some Concepts from Linear Algebra: Part 2

Linear Algebra Massoud Malek

Inner products. Theorem (basic properties): Given vectors u, v, w in an inner product space V, and a scalar k, the following properties hold:

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

Prof. M. Saha Professor of Mathematics The University of Burdwan West Bengal, India

INNER PRODUCT SPACE. Definition 1

Chapter 3 Least Squares Solution of y = A x 3.1 Introduction We turn to a problem that is dual to the overconstrained estimation problems considered s

Inner products and Norms. Inner product of 2 vectors. Inner product of 2 vectors x and y in R n : x 1 y 1 + x 2 y x n y n in R n

ORTHOGONALITY AND LEAST-SQUARES [CHAP. 6]

Elementary linear algebra

MAT Linear Algebra Collection of sample exams

Inner product spaces. Layers of structure:

Linear System Theory

CHAPTER II HILBERT SPACES

LINEAR ALGEBRA W W L CHEN

Normed & Inner Product Vector Spaces

j=1 [We will show that the triangle inequality holds for each p-norm in Chapter 3 Section 6.] The 1-norm is A F = tr(a H A).

A Review of Linear Algebra

6 Inner Product Spaces

Lecture 3: Linear Algebra Review, Part II

Lecture # 3 Orthogonal Matrices and Matrix Norms. We repeat the definition an orthogonal set and orthornormal set.

Some notes on Linear Algebra. Mark Schmidt September 10, 2009

Chapter 2. Vectors and Vector Spaces

The Transpose of a Vector

Basic Elements of Linear Algebra

1. Foundations of Numerics from Advanced Mathematics. Linear Algebra

Linear System Theory

Fourier and Wavelet Signal Processing

Functional Analysis Review

University of Colorado Denver Department of Mathematical and Statistical Sciences Applied Linear Algebra Ph.D. Preliminary Exam January 13, 2014

Lecture Notes 1: Vector spaces

Vector spaces. DS-GA 1013 / MATH-GA 2824 Optimization-based Data Analysis.

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces.

Mathematical Methods

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

2. Review of Linear Algebra

Linear Algebra Lecture Notes-II

Mathematics Department Stanford University Math 61CM/DM Inner products

Hilbert spaces. 1. Cauchy-Schwarz-Bunyakowsky inequality

1. General Vector Spaces

Geometric interpretation of signals: background

Typical Problem: Compute.

EE/ACM Applications of Convex Optimization in Signal Processing and Communications Lecture 2

MATH 304 Linear Algebra Lecture 20: The Gram-Schmidt process (continued). Eigenvalues and eigenvectors.

MATH 304 Linear Algebra Lecture 23: Diagonalization. Review for Test 2.

LAKELAND COMMUNITY COLLEGE COURSE OUTLINE FORM

Math General Topology Fall 2012 Homework 1 Solutions

Theorem (4.11). Let M be a closed subspace of a Hilbert space H. For any x, y E, the parallelogram law applied to x/2 and y/2 gives.

18.06 Problem Set 8 - Solutions Due Wednesday, 14 November 2007 at 4 pm in

Lecture 20: 6.1 Inner Products

Lecture 2: Linear Algebra Review

Basic Calculus Review

Lecture notes: Applied linear algebra Part 1. Version 2

2. Dual space is essential for the concept of gradient which, in turn, leads to the variational analysis of Lagrange multipliers.

Chapter 6 - Orthogonality

v = v 1 2 +v 2 2. Two successive applications of this idea give the length of the vector v R 3 :

Review of some mathematical tools

Linear Algebra I for Science (NYC)

A = 3 B = A 1 1 matrix is the same as a number or scalar, 3 = [3].

Linear algebra 2. Yoav Zemel. March 1, 2012

REFLECTIONS IN A EUCLIDEAN SPACE

Lecture Summaries for Linear Algebra M51A

A VERY BRIEF LINEAR ALGEBRA REVIEW for MAP 5485 Introduction to Mathematical Biophysics Fall 2010

1. Let m 1 and n 1 be two natural numbers such that m > n. Which of the following is/are true?

Math 310 Final Exam Solutions

MTH5102 Spring 2017 HW Assignment 1: Prob. Set; Sec. 1.2, #7, 8, 12, 13, 20, 21 The due date for this assignment is 1/18/17.

2. Every linear system with the same number of equations as unknowns has a unique solution.

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination

Further Mathematical Methods (Linear Algebra)

Definitions and Properties of R N

Inner Product and Orthogonality

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure.

FUNCTIONAL ANALYSIS-NORMED SPACE

SYLLABUS UNDER AUTONOMY MATHEMATICS

Data representation and classification

Lecture 1: Review of linear algebra

Review of linear algebra

Introduction to Linear Algebra, Second Edition, Serge Lange

Quantum Computing Lecture 2. Review of Linear Algebra

7 Bilinear forms and inner products

Recall: Dot product on R 2 : u v = (u 1, u 2 ) (v 1, v 2 ) = u 1 v 1 + u 2 v 2, u u = u u 2 2 = u 2. Geometric Meaning:

Math Linear Algebra II. 1. Inner Products and Norms

Row Space, Column Space, and Nullspace

Linear Algebra Review

orthogonal relations between vectors and subspaces Then we study some applications in vector spaces and linear systems, including Orthonormal Basis,

Abstract Vector Spaces

6.241 Dynamic Systems and Control

Part IA. Vectors and Matrices. Year

Tutorials in Optimization. Richard Socher

Linear Algebra Formulas. Ben Lee

Math 302 Outcome Statements Winter 2013

Transcription:

Vector Spaces A vector space is defined as a set V over a (scalar) field F, together with two binary operations, i.e., vector addition (+) and scalar multiplication ( ), satisfying the following axioms: Commutativity of +: u + v = v + u, u, v, V ; Associativity of +: u + (v + w) = (u + v) + w, u, v, w V ; Identity element for +: 0 V : v + 0 = 0 + v = v, v V ; Inverse element for +: v V ( v) V : v + ( v ) = ( v) + v = 0; Associativity of : a(bv) = (ab)v, a, b F, v V ; Distributivity of w.r.t. vector +: a(v + w) = av + aw, a F, v, w V ; Distributivity of w.r.t. scalar +: (a + b)v = av + bv, a, b F, v V ; Normalization: 1v = v, v V. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 11 / 22

Vector space examples (or not?) 1 R n, C n ; 2 Real continuous functions f : R R 3 The set of m n matrices; 4 The set of solutions y(t) of the LTI ODE dy(t)/dt + 3y(t) = 0; 5 The set of points (x 1, x 2, x 3 ) R 3 satisfying x 1 2 + x 2 2 + x 2 = 1. 3 6 The set of solutions y(t) of the LTI ODE dy(t)/dt + 3y^2(t) = 0. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 12 / 22

Subspaces A subspace of a vector space is a subset of vectors that itself forms a vector space. A necessary and sufficient condition for a subset of vectors to form a subspace is that this subset be closed with respect to vector addition and scalar multiplication. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 13 / 22

Subspace examples (or not?) The range on any real n m matrix, and the nullspace of any m n matrix. The set of all linear combinations of a given set of vectors. The intersection of two subspaces. The union of two subspaces. The Minkowski (or direct) sum of two subspaces. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 14 / 22

Linear (in)dependence, bases n vectors v 1, v 2,..., v n V are (linearly) independent if c 1 v 1 + c 2 v 2 +... + c n v n = 0 c 1, c 2,..., c n = 0. A space is n-dimensional if every set of more than n vectors is dependent, but there is some set of n vectors that are independent. Any set of n independent vectors is also called a basis for the space. if a space contains a set of n independent vectors for any n N, then the space is infinite-dimensional. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 15 / 22

Norms Norms measure the length of a vector. A norm maps all vectors in a vector space to a non-negative scalar, with the following properties: Positivity: x > 0 for x = 0. Homogeneity: ax = a x, a R, x V. Triangle inequality: x + y x + y. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 16 / 22

Norm examples (or not?) 1 Usual Euclidean norm in R n, x = x x; (where x is the conjugate transpose of x, i.e., as in Matlab). 2 3 A matrix Q is Hermitian if Q = Q, and positive definite if x Qx > 0 for x = 0. Then x = x Qx is a norm. For x R n n, x 1 = 1 x i, and x = max i x i. 4 For a continuous function f : [0, 1] ( R : 1 0 ) 1/2 f = sup t [0,1] f (t), and f 2 = f (t) 2 dt. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 17 / 22

Inner product An inner product on a vector space V (with scalar field F ) is a binary operation, : V V F, with the following properties: 1 2 3 Symmetry: x, y = y, x, x, y V ; Linearity: x, ay + bz = a x, y + b x, z ; Positivity: x, x > 0 for x = 0. The inner product gives a geometric structure to the space; e.g., it allows to reason about angles, and in particular, it defines orthogonality. Two vectors x and y are orthogonal if x, y = 0. Let S V be a subspace of V. The set of vectors orthogonal to all vectors in S is called S, the orthogonal complement of S, and is itself a subspace. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 18 / 22

Inner product and norms An inner product induces a norm x = x, x. For example, define x, y = x Qy with Q Hermitian positive definite. For f, g continuous functions on [0, 1], let f, g = 1 0 f (t)g(t) dt Cauchy-Schwartz inequality: x, y x y, x, y V, with equality only if y = αx for some α F. (assuming that the norm is that induced by the inner product) Proof 0 x + αy, x + αy = x x + α y x + αx y + α 2 y y Choose α = x y/ y, y : 0 x, x y, y x, y 2. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 19 / 22

The Projection Theorem Let M be a subspace of an inner product space V. Given some y V, consider the following minimization problem: min y m, m M where the norm is that induced by the inner product in V. V y 2 y Projection theorem The optimal solution ˆm is such that (y ˆm) M ˆm y 1 M E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 20 / 22

Proof of the projection theorem By contradiction: assume that y mˆ is not orthogonal to M, i.e., there is some m 0, m 0 = 1, such that y mˆ, m 0 = δ = 0. Then argue that ( ˆm + δ m 0 ) M achieves a better solution than ˆm. In fact: y mˆ δ m 0 2 = y mˆ 2 δ y mˆ, m 0 δ m 0, y mˆ + δ 2 m 0 2 = y mˆ 2 δ 2 δ 2 + δ 2 m 0 2 = y mˆ 2 δ 2. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 21 / 22

Linear Systems of equations Consider the following system of (real or complex) linear equations: Ax = y, A R m n, x R n, y R m. Given A and y, is there a solution x? a solution x y A R([A y]) = R(A). There are three cases: 1 n = m: if det(a) = 0) x = A 1 y is the unique solution. 2 m > n: more equations than unknowns, the system is overconstrained. Happens in, e.g., estimation problems, where one tries to estimate a small number of parameters from a lot of experimental measurements. In such cases the problem is typically inconsistent, i.e., y /R(A). So one is interested in finding the solution that minimizes some error criterion. 3 m < n: more unknown than equations, the system is overconstrained. Happens in, e.g., control problems, where there may be more than one way to complete a desired task. If there is a solution x p (i.e., Ax p = y), then typically there are many other solutions of the form x = x p + x h, where x h N (A) (i.e., Ax h = 0). In this case it is desired to find the solution than minimizes some cost criterion. E. Frazzoli (MIT) Lecture 1: Introduction Feb 2, 2011 22 / 22