-
Notifications
You must be signed in to change notification settings - Fork 0
FavardsTheorem
Stephen Crowley edited this page Nov 15, 2023
·
1 revision
A sequence of polynomials
where
-
Polynomial Construction: Define
$P_n(x)$ using the given recurrence relation. -
Demonstrating Orthogonality:
- Prove
$\int P_n(x) P_m(x) d\mu(x) = 0$ for$m \neq n$ under measure$\mu$ . - Apply linear operators in Hilbert spaces and orthogonal projections.
- Prove
-
Measure Theory:
- Integral with respect to measure
$\mu$ for inner product definition in square-integrable function spaces. - Define orthogonality via this inner product.
- Integral with respect to measure
-
Linear Algebra and Functional Analysis:
- Analyze polynomial space as a Hilbert space.
- Utilize linear operators for polynomial manipulation.
- Employ orthogonal projections for function decomposition into polynomial bases.
-
Starting with Orthogonality: Assume an orthogonal sequence under measure
$\mu$ . -
Deriving Recurrence Relation:
- Represent
$xP_n(x)$ as a linear combination of orthogonal polynomials. - Use orthogonality to find coefficients, leading to the recurrence relation.
- Represent
This proof demonstrates the relationship between the algebraic structure of polynomial sequences and their analytical properties of orthogonality under a measure, using principles from measure theory, linear algebra, and functional analysis.