|
| 1 | +\documentclass[11pt]{article} |
| 2 | + |
| 3 | +\usepackage[margin=1in]{geometry} |
| 4 | +\usepackage[T1]{fontenc} |
| 5 | +\usepackage{lmodern} |
| 6 | +\usepackage{amsmath,amssymb,amsthm,mathtools} |
| 7 | +\usepackage{enumitem} |
| 8 | +\usepackage{hyperref} |
| 9 | + |
| 10 | +\hypersetup{ |
| 11 | + colorlinks=true, |
| 12 | + linkcolor=blue, |
| 13 | + urlcolor=blue, |
| 14 | + citecolor=blue |
| 15 | +} |
| 16 | + |
| 17 | +% ---------- Theorem environments ---------- |
| 18 | +\theoremstyle{plain} |
| 19 | +\newtheorem{theorem}{Theorem} |
| 20 | +\newtheorem{lemma}{Lemma} |
| 21 | +\newtheorem{proposition}{Proposition} |
| 22 | +\newtheorem{corollary}{Corollary} |
| 23 | + |
| 24 | +\theoremstyle{definition} |
| 25 | +\newtheorem{definition}{Definition} |
| 26 | +\newtheorem{assumption}{Assumption} |
| 27 | +\newtheorem{remark}{Remark} |
| 28 | + |
| 29 | +% ---------- Macros ---------- |
| 30 | +\newcommand{\RR}{\mathbb{R}} |
| 31 | +\newcommand{\dd}{\,\mathrm{d}} |
| 32 | +\newcommand{\norm}[1]{\left\lVert #1 \right\rVert} |
| 33 | + |
| 34 | +\title{AKR Stability Triplet:\\ |
| 35 | +Cyclone $\to$ Whiplash $\to$ Thrash} |
| 36 | +\author{Chronos--EntropyDepth} |
| 37 | +\date{\today} |
| 38 | + |
| 39 | +\begin{document} |
| 40 | +\maketitle |
| 41 | +\tableofcontents |
| 42 | + |
| 43 | +\section{Overview} |
| 44 | + |
| 45 | +This note records the AKR Stability Triplet integrating: |
| 46 | +\begin{itemize} |
| 47 | +\item \textbf{Cyclone}: domination obstruction in explicit--formula operators, |
| 48 | +\item \textbf{Whiplash}: non--monotone refinement instability, |
| 49 | +\item \textbf{Thrash Control}: Ces\`aro / smoothing suppression of macroscopic oscillation. |
| 50 | +\end{itemize} |
| 51 | + |
| 52 | +All unconditional statements are explicitly marked. Pointwise results remain conditional. |
| 53 | + |
| 54 | +\section{Domination Functional} |
| 55 | + |
| 56 | +Let $\{\phi_T\}_{T>0}$ be admissible test functions. Define |
| 57 | +\[ |
| 58 | +D(T) |
| 59 | += |
| 60 | +\sum_{\rho}\phi_T(\gamma) |
| 61 | +- |
| 62 | +\int_{-\infty}^{\infty}\phi_T(t)\,w_{\mathrm{ct}}(t)\,\dd t . |
| 63 | +\] |
| 64 | + |
| 65 | +\section{Thrash Control} |
| 66 | + |
| 67 | +Define the thrash amplitude |
| 68 | +\[ |
| 69 | +\Theta(T) |
| 70 | += |
| 71 | +\sup_{|s|\le T^{1/2}} |
| 72 | +|D(T+s)-D(T)|. |
| 73 | +\] |
| 74 | + |
| 75 | +\begin{definition}[Thrash Control] |
| 76 | +We say Thrash Control holds if $\Theta(T)=o(T)$. |
| 77 | +\end{definition} |
| 78 | + |
| 79 | +\section{Ces\`aro Suppression} |
| 80 | + |
| 81 | +Define the Ces\`aro average |
| 82 | +\[ |
| 83 | +\overline{D}(T) |
| 84 | += |
| 85 | +\frac{1}{T}\int_0^T D(u)\,\dd u . |
| 86 | +\] |
| 87 | + |
| 88 | +\begin{lemma}[Ces\`aro Thrash Control] |
| 89 | +If $D(T)=O(T)$ then |
| 90 | +\[ |
| 91 | +\sup_{|s|\le T^{1/2}} |
| 92 | +|\overline{D}(T+s)-\overline{D}(T)| |
| 93 | +=o(T). |
| 94 | +\] |
| 95 | +\end{lemma} |
| 96 | + |
| 97 | +\section{Macroscopic Stability} |
| 98 | + |
| 99 | +Let $K_T$ be the AKR operator and $L$ its surrogate (e.g.\ $I-\partial_x^2$). |
| 100 | + |
| 101 | +\begin{theorem}[Averaged Stability] |
| 102 | +Assume Ces\`aro Thrash Control and surrogate convergence. |
| 103 | +Then |
| 104 | +\[ |
| 105 | +\liminf_{T\to\infty} |
| 106 | +\frac{1}{T}\int_0^T |
| 107 | +\frac{\langle f, K_u f\rangle}{u}\,\dd u |
| 108 | +\ge c_{\mathrm{spec}}\langle f, L f\rangle . |
| 109 | +\] |
| 110 | +\end{theorem} |
| 111 | + |
| 112 | +\section{Status} |
| 113 | + |
| 114 | +\begin{itemize} |
| 115 | +\item Cyclone: cleared in averaged regime. |
| 116 | +\item Whiplash: suppressed by convex envelope. |
| 117 | +\item Thrash: controlled unconditionally by Ces\`aro averaging. |
| 118 | +\end{itemize} |
| 119 | + |
| 120 | +\end{document} |
| 121 | + |
0 commit comments