Started duality.
All checks were successful
Compile Project / Compile (push) Successful in 24s

This commit is contained in:
Bokuan Li
2026-05-03 22:49:27 -04:00
parent ba5830d5b6
commit ca5e81fdbc
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
\section{Dual Systems}
\label{section:dual-systems}
\begin{definition}[Duality]
\label{definition:duality}
Let $K$ be a field, $E, F$ be vector spaces over $K$, and $\lambda: E \times F \to K$ be a bilinear map, then the triple $(E, F, \lambda)$ is a \textbf{dual system/duality} over $K$ if
\begin{enumerate}[label=($S_{\arabic*}$)]
\item For any $x_0 \in E$, if $\lambda(x_0, y) = 0$ for all $y \in F$, then $x_0 = 0$.
\item For any $y_0 \in E$, if $\lambda(x, y_0) = 0$ for all $x \in E$, then $y_0 = 0$.
\end{enumerate}
The mapping $\lamdba: E \times F \to K$ is the \textbf{canonical bilinear form} of the duality, denoted $(x, y) \mapsto \dpn{x, y}{\lambda}$, and the duality $(E, F, \lambda)$ is denoted $\dpn{E, F}{\lambda}$.
In the context of a dual system, $E$ and $F$ are identified as subspaces of each others' algebraic duals.
\end{definition}
\begin{definition}[Weak Topology]
\label{definition:duality-weak-topology}
Let $K \in \RC$ and $\dpn{E, F}{\lambda}$ be a duality over $K$, then the weak topology generated by $F$, denoted $\sigma(E, F)$, is the \textbf{weak topology} of the duality on $E$.
\end{definition}
\begin{lemma}
\label{lemma:duality-dual}
Let $K \in \RC$ and $\dpn{E, F}{\lambda}$ be a duality over $K$, then the dual of $(E, \sigma(E, F))$ is $F$. In other words, for any $\phi \in L(E, \sigma(E, F); K)$, there exists a unique $y \in F$ such that $\dpn{x, \phi}{E} = \dpn{x, y}{\lambda}$ for all $x \in E$.
\end{lemma}
\begin{proof}[Proof, {{\cite[IV.1.2]{SchaeferWolff}}}. ]
Since $\phi$ is continuous, there exists $\seqf{y_k} \subset F$ such that for all $x \in E$,
\[
|\dpn{x, \phi}{\lambda}| \le \sum_{k = 1}^n |\dpn{x, y_k}{\lambda}|
\]
Assume without loss of generality that $\seqf{y_k}$ is linearly independent, then by the First Isomorphism Theorem, there exists $\Phi \in L(K^n; K)$ such that the following diagram commutes
\[
\xymatrix{
E \ar@{->}[rd]_{\phi} \ar@{->}[r]^{{(y_1, \cdots, y_n)}} & K^n \ar@{->}[d]^{\Phi} \\
& K
}
\]
For each $1 \le k \le n$, let $e_k$ be the $k$-th standard basis vector in $K^n$, then for any $x \in E$,
\[
\dpn{x, \phi}{E} = \sum_{k = 1}^n \Phi(e_k) \dpn{x, y_k}{\lambda}
\]
\end{proof}

6
src/fa/duality/index.tex Normal file
View File

@@ -0,0 +1,6 @@
\chapter{Duality}
\label{chap:duality}
\input{./definitions.tex}

View File

@@ -8,4 +8,5 @@
\input{./rs/index.tex} \input{./rs/index.tex}
\input{./lp/index.tex} \input{./lp/index.tex}
\input{./order/index.tex} \input{./order/index.tex}
\input{./duality/index.tex}
\input{./notation.tex} \input{./notation.tex}