저번 포스팅의 eigenvalue,eigenvector,symmetric matrix에 이어서, Positive, Non-negative Definite, Idempotent matrix의 정의와 각각의 property에 대해 포스팅하겠다.
eigenvalue,eigenvector,symmetric matrix 관련 개념은 아래를 참고해주면 좋겠다.
https://taesungha.tistory.com/10
Eigenevalue, symmetric matrix
disclaimer: 본 카테고리 Linear Algebra for Regression Analysis에서는 회귀분석에서 중요하다고 생각되는 선형대수 개념을 포스팅합니다. 회귀분석을 공부하면서 필요한 개념들을 그때그때 정리하는 것이
taesungha.tistory.com
Positive and Non-negative Definite
먼저, 각각의 정의는 다음과 같다.
Let A be an n x n real symmetric matrix,
(a) A is non-negative definite (or positive semi-definite) if
(b) A is positive definite if
정의는 단순하다. 즉, n x n의 real symmetric matrix인 A가 존재해서, \(x \in \mathbb{R^n}\)인 \(x\)에 대해서 \(x^TAx\)이 0보다 크거나 같고, 또는 0보다 크면 각각 non-negative definite, positive definite라고 정의한다.
non-negative definite 관련된 Property는 아래와 같다.
Let A be a real symmetric matrix, The following statements are equiavlent;
(a) A is non-negative definite
(b) All eigenvalues of A are non-negative
(c) \(A=A^{1/2}A^{1/2}\) for symmetric matrix \(A^{1/2}\)
위를 증명하기 위해, 먼저 (a) \(\Rightarrow \) (b)를 증명할 것이다. 다음으로 (b) \(\Rightarrow \) (c)를 증명할 것이다.
마지막으로,(c) \(\Rightarrow \) (a)를 증명하면, (a), (b), (c)가 equivalent하다는 것을 증명하는 셈이 된다.
먼저, A가 아래와 같다는 것을 인지하자. (a),(b),(c)는 A가 real symmetric matrix라는 가정하에 성립한다.
이제, 본격적으로 증명을 시작한다.
Positive definite 관련된 Property는 아래와 같다.
Let A be a real symmetric matrix, The following statements are equiavlent;
(a) A is positive definite.
(b) All eigenvalues of A are positive.
(c) \(A=A^{1/2}A^{1/2}\) for non-singular symmetric matrix \(A^{1/2}\)
(d) A is both non negative definite and non-singular
위를 증명하기 위해 (a)\(\Rightarrow \)(b), (b)\(\Rightarrow \)(c),(c)\(\Rightarrow \)(d),(d)\(\Rightarrow \)(a)를 순차적으로 보이면 (a),(b),(c),(d)가 equivalent를 증명하게 된다.
이번에도, A가 real symmetric matrix이고 아래를 만족하는 것을 잘 기억하고 있어야한다.
Idempotent
Idempotent matrix의 정의는 아래와 같다.
Let A be a real symmetric matrix. In this case, A is called idempotent if
\[A^2=A\]
즉, A가 symmetrix하면서 \(A^2=A\)을 만족하면 Idempotent이다.
Idempotent Matrix와 관련된 Property는 아래와 같다.
Let A be a real symmetric matrix. The following statements are equivalent:
(a) A is an idempotent matrix
(b) All eigenvalues of A are either 0 or 1.
(c) rank(A) + rank(I-A) = n
위를 증명하기 위해서, (a) \(\Rightarrow \) (b), (b) \(\Rightarrow \) (a)를 먼저 각각 증명할 것이다.
다음으로, (b) \(\Leftrightarrow\) (c)를 증명하면, (a),(b),(c)가 equivalent하다는 것을 보이는 셈이 된다.
Symmetric matrix의 property를 논의할때와 마찬가지로, 아래와 같은 사실을 먼저 기억하자.
마지막으로, A가 idempotent하다면, tr(A)=rank(A)이다. 증명은 아래와 같다. 이는 (3)을 증명했던 내용과 골자가 같다.
이렇게, Positive definite, Non negative definite, Idempotent matrix의 정의와 관련된 property를 공부해보았다.
'Statistics > Linear Algebra for Regression Analysis' 카테고리의 다른 글
Projection (0) | 2022.07.08 |
---|---|
Eigenevalue, symmetric matrix (0) | 2022.06.26 |
댓글