[[분류:대수학]] [include(틀:대수학)] [목차] == 개요 == 실베스터 행렬(Sylvester matrix)은 두 다항식이 공통인수를 갖는지에 대한 정보를 담고 있는 [[행렬(수학)|정사각 행렬]]이다. 예시에서처럼 n차 방정식의 판별식을 유도해 내는데 사용할수있다. == 정의 == 실베스터 행렬은 두 다항식 f,\ g\in k[x]([math(k)]는 [[체(대수학)|체]])에 의해 결정되는 행렬로, 여기서는 \mathrm{Syl}(f,g)라고 표기한다. f(x)=a_m x^m+\cdots+a_1 x+a_0, \ \ g(x)=b_n x^n+\cdots+b_1 x+b_0 \ \ (a_m,\ b_n \neq 0)일 때, \mathrm{Syl}(f,g)는 다음과 같은 (m+n)\times(m+n) 행렬이다. {{{#!wiki style="text-align: center" \mathrm{Syl}(f,g)=\begin{pmatrix}a_m & \cdots & a_1 & a_0 & 0 & 0 & \cdots & 0 \\ 0 & a_m & \cdots & a_1 & a_0 & 0 & \cdots & 0 \\ & & & \vdots & & \\ 0 & 0 & \cdots & 0 & a_m & \cdots & a_1 & a_0 \\ b_n & \cdots & b_1 & b_0 & 0 & 0 & \cdots & 0 \\ 0 & b_n & \cdots & b_1 & b_0 & 0 & \cdots & 0 \\ & & & \vdots & & \\ 0 & 0 & \cdots & 0 & b_n & \cdots & b_1 & b_0 \\ \end{pmatrix} }}} == Resultant == 실베스터 행렬의 [[행렬식]]은 (Sylvester) resultant라고 부르며, \mathrm{Syl}(f,g)의 행렬식을 \mathrm{Res}(f,g)라고 표기한다. === Resultant와 공통인수 === > __'''정리'''__ 다음은 동치이다. > * \mathrm{Res}(f,g)=0 > * fg는 공통인수를 갖는다. {{{#!folding [ 증명 아이디어 보기 ] 증명의 대략적인 아이디어는 다음과 같다. 차수가 [math(d)] 이하인 모든 다항식을 모은 [math(d+1)]차원 [[벡터공간]]을 [math(P_d)]라고 표기하자. [[선형 변환]] [math(\delta :\ P_{n-1}\oplus P_{m-1} \rightarrow P_{m+n-1})]을 [math(\delta(A,B)=Af+Bg)]가 되도록 정의한다. 그러면 [math(\delta)]는 다음과 같이 행렬로 표현된다. [math(A=r_{n-1} x^{n-1}+\cdots +r_1 x + r_0,\ B=s_{m-1} x^{m-1}+\cdots +s_1 x+s_0)]라고 하면, {{{#!wiki style="text-align: center" [math(\delta(A,B)=(r_{n-1}\ \cdots \ r_0 \ \ s_{m-1} \ \cdots \ s_0)\ \mathrm{Syl}(f,g) \begin{pmatrix} x^{m+n} \\ \vdots \\ x \\ 1 \end{pmatrix})] }}} 따라서 [math(\mathrm{Res}(f,g)\neq 0)]은 [math(\delta)]가 [[전사함수]]라는 것과 동치이다.[* [[가역행렬의 기본정리]] 참고. 이때 [math(\delta)]의 정의역의 원소는 [math(\mathrm{Syl}(f,g))]의 우측에 곱해진 열벡터가 아니라 좌측에 곱해진 행벡터이다. 이 때문인지 일부 저자는 [math(\mathrm{Syl}(f,g))]를 여기서 정의한 것의 [[전치행렬]]로 정의하기도 한다. 물론 그러더라도 [math(\mathrm{Res}(f,g))]는 변하지 않는다.] 이제 [math(\delta)]가 전사함수라는 것과 [math(Af+Bg=1)]인 [math(A,\ B)]가 존재한다는 것이 동치임을 증명하고, 이것이 [math(f,\ g)]가 공통근을 갖는다는 것과 동치임을 증명하면 된다. 자세한 증명은 Brendan Hassett - Introduction to Algebraic Geometry의 Theorem 5.5 참고. □ }}} 대수적으로 닫힌 체에서는 다항식이 모두 일차식들로 인수분해되므로, 공통인수를 갖는 것과 공통근을 갖는 것이 동치이다. 따라서 [math(k)]가 대수적으로 닫힌 체이면 다음이 동치이다. * \mathrm{Res}(f,g)=0 * fg는 공통근을 갖는다. > __'''따름정리'''__ f가 중근을 가지면 \mathrm{Res}(f,f')=0이다. 이는 [math(f)], [math(f')]가 공통근을 갖는 것과 [math(f)]가 중근을 갖는 것이 동치[* 이는 인수정리를 이용하면 쉽게 보일 수 있다.]이기 때문이다. 따라서 [math(k)]가 대수적으로 닫힌 체이면 위 따름정리의 역도 성립한다. === Resultant와 [[판별식]] === > __'''정리'''__ [math(f)]의 근을 [math(\alpha_1, \cdots, \alpha_m)], [math(g)]의 근을 [math(\beta_1, \cdots , \beta_n)]이라고 할 때, 다음이 성립한다. >   [math(\displaystyle \mathrm{Res}(f,g)=a_m^n b_n^m \prod_{i, j}^{\ } (\alpha_i-\beta_j))] {{{#!folding [ 증명 보기 ] 다음은 Valery Bykov, Alexander Kytmanov, Mark Lazman - Elimination Methods in Polynomial Computer Algebra의 Theorem 6.1에서 소개된 증명이다. 우변은 다음과 같이 쓸 수 있다. {{{#!wiki style="text-align: center" [math(\displaystyle S:=a_m^n b_n^m \prod_{i, j} (\alpha_i-\beta_j) = (-1)^{mn} b_n^m \prod_{j=1}^n (a_m \prod_{i=1}^m (\beta_j-\alpha_i)) = (-1)^{mn} b_n^m \prod_{j=1}^n f(\beta_j),)] [math(\displaystyle S=a_m^n b_n^m \prod_{i, j} (\alpha_i-\beta_j) = a_m^n \prod_{i=1}^m (b_m \prod_{j=1}^n (\alpha_j-\beta_i)) = a_m^n \prod_{i=1}^m g(\alpha_i))] }}} 다음과 같은 행렬식을 보자. {{{#!wiki style="text-align: center" [math(M:=\begin{vmatrix} \beta_1^{m+n-1} & \beta_2^{m+n-1} & \cdots & \beta_n^{m+n-1} & \alpha_1^{m+n-1} & \alpha_2^{m+n-1} & \cdots & \alpha_m^{m+n-1} \\ \beta_1^{m+n-2} & \beta_2^{m+n-2} & \cdots & \beta_n^{m+n-2} & \alpha_1^{m+n-2} & \alpha_2^{m+n-2} & \cdots & \alpha_m^{m+n-2} \\ & & \vdots & & & & \vdots & \\ \beta_1 & \beta_2 & \cdots & \beta_n & \alpha_1 & \alpha_2 & \cdots & \alpha_m \\ 1 & 1 & \cdots & 1 & 1 & 1 & \cdots & 1 \end{vmatrix})] }}} 이는 Vandermonde 행렬이므로 행렬식은 다음과 같다. {{{#!wiki style="text-align: center" [math(\displaystyle M=\prod_{1\leq ih의 판별식 [math(D)]는 다음과 같다. {{{#!wiki style="text-align: center" D= (-1)^{n(n-1)\over 2} a_n^{-1} \ \mathrm{Res}(h,h') }}} 이때 판별식도 주어진 체 [math(k)]의 대수적 폐포에서의 근을 이용해 정의한다. 이렇게 정의하더라도 판별식은 [math(k)]의 원소가 되는데, 이는 resultant가 정의에 의해 [math(k)]의 원소가 되기 때문으로 이해할 수 있다. 상술된 따름정리로부터 f가 중근을 가지면 D=0임을 확인할 수 있다. 당연히 대수적으로 닫힌 체에서는 그 역도 성립한다. 대수적으로 닫힌 체가 아니면 역이 성립하지 않으며, [math((x^2+x+1)^2\in \mathbb R[x])]와 같은 반례가 있다. 다음과 같은 정리에 따라 판별식도 기약다항식(irreducible polynomial)임을 알 수 있다. > __'''정리'''__[* 증명은 Brendan Hassett - Introduction to Algebraic Geometry의 Proposition 5.12 참고.] Resultant는 기약다항식이다. ==== 예시: 2차 다항식 판별식 유도 ==== 다음은 resultant를 이용하여 [[2차 방정식]]의 [[판별식]] D를 유도하는 과정이다. f(x)=ax^2+bx+c f'(x)=2ax+b \mathrm{Res}(f,f')= \begin{vmatrix} a & b & c \\ 2a & b & 0 \\ 0 & 2a & b \end{vmatrix}= a \begin{vmatrix} b & 0 \\ 2a & b \end{vmatrix} -b \begin{vmatrix} 2a & 0 \\ 0 & b \end{vmatrix} +c \begin{vmatrix} 2a & b \\ 0 & 2a \end{vmatrix} a \begin{vmatrix} b & 0 \\ 2a & b \end{vmatrix}= a(b^2-0\cdot 2a) -b \begin{vmatrix} 2a & 0 \\ 0 & b \end{vmatrix} = -b(2ab-0^2) c \begin{vmatrix} 2a & b \\ 0 & 2a \end{vmatrix}=c((2a)^2-0\cdot b) \therefore \;\; a \begin{vmatrix} b & 0 \\ 2a & b \end{vmatrix} -b \begin{vmatrix} 2a & 0 \\ 0 & b \end{vmatrix} +c \begin{vmatrix} 2a & b \\ 0 & 2a \end{vmatrix}= a(b^2-0\cdot 2a) -b(2ab-0^2)+c((2a)^2-0\cdot b) = ab^2-0\cdot 2a^2 -2ab^2+0^2b+c\cdot 4a^2-0\cdot bc = ab^2-2ab^2+c\cdot 4a^2 \therefore \mathrm{Res}(f,f') =-ab^2+4a^2 c D= (-1)^{n(n-1)\over 2} a_n^{-1} \mathrm{Res}(f,f') \therefore D= (-1)^{n(n-1)\over 2} a_n^{-1} (-ab^2+4ca^2) \quad = -a^{-1}(-ab^2+4ca^2) = {(-ab^2+4ca^2) \over -a} = b^2-4ca \therefore D= b^2-4ca === [[대수 기하학]]에서 === > __'''정리'''__[* 증명은 Brendan Hassett - Introduction to Algebraic Geometry의 Theorem 5.13 참고.] f(x)=a_m x^m+a_{m-1} x^{m-1}+\cdots+a_1 x+a_0, \ g(x)=b_n x^n+b_{n-1} x^{n-1}+\cdots+b_1 x+b_0 >   I\ =\ \ \subset \ k[x,a_0,\cdots,a_m,b_0,\cdots,b_n] >   \Rightarrow \ I\cap k[a_0,\cdots,a_m,b_0,\cdots,b_n]\ =\ <\mathrm{Res}(f,g)> 이 경우 elimination ideal I\cap k[a_0,\cdots,a_m,b_0,\cdots,b_n]은 principal ideal이 되며 그 생성원은 \mathrm{Res}(f,g)가 된다. 이는 [math(\mathbb Q)]와 같은 체에서 여러 변수, 여러 다항식일 때도 마찬가지로 성립하며,[* 증명은 Mateusz Michałek, Bernd Sturmfels - Invitation to Nonlinear Algebra의 Theorem 4.11 참고.] 이 때의 생성원을 multipolynomial resultant라고 한다. 즉 Sylvester resultant는 그 특수한 경우이다. 여기서 계수 a_0,\cdots,a_m,b_0,\cdots,b_n를 변수취급 해줬다. 이렇게 계수들을 변수취급해준 뒤 x와 같은 기존 변수를 소거(elimination)하여 계수들이 만족하는 조건을 알아내는 과정을 implicitization이라고 한다. 여기서는 그 조건이 resultant인 것이다. == 역사 == 제임스 조지프 실베스터(James Joseph Sylvester)[* [[실베스터-갈라이 정리]]를 증명한 사람이기도 하다.]가 도입하였다.[* 월프럼 매스월드, 실베스터 행렬 -https://mathworld.wolfram.com/SylvesterMatrix.html] 좀 더 구체적으로는 제임스 조지프 실베스터가 아서 케일리(Arthur Cayley)와 함께한 행렬연구에서[* 고등학교 기하와 벡터, 성지출판 ( \text{I} 일차변환과 행렬) 수학이야기-행렬과 행렬식37p 2017] [* A Memoir on the Theory of Matrices , Arthur Cayley , Philosophical Transactions of the Royal Society of London, Vol. 148 (1858), pp. 17-37 (21 pages) Published by Royal Society -https://www.jstor.org/stable/108649 ] 그의 업적이 알려진 바 있다. [* L. On Hamilton's quadratic equation and the general unilateral equation in matrices J.J. Sylvester F.R.S. 1884/11/01 Pages 454-458 | Published online: 29 Apr 2009 DOI https://doi.org/10.1080/14786448408627619 ] == 관련 문서 == * [[취른하우스 정리]] * [[헤세 행렬]]