arXivDaily arXiv每日学术速递 周一至周五更新
全部学科分类 2084
专题追踪
2510.23573 2026-05-27 math.CO

An Erdős--Szekeres type result for words with repeats

一个关于具有重复值的单词的 Erdős--Szekeres 类型结果

Kyle Celano, Abigail Ollson, Niraj Velankar, Jun Yan

AI总结 本文证明了一个关于自然数上具有重复值的有限单词的 Erdős--Szekeres 类型结果,给出了避免特定模式的最大重复次数上界,并构造了达到该上界的例子。

Comments 11 pages, 9 figures

Journal ref Discrete Mathematics & Theoretical Computer Science, vol. 28:1, Permutation Patterns 2025, Special issues (May 20, 2026) dmtcs:16801

详情
AI中文摘要

我们证明了关于 $\mathbb{N}$ 上具有重复值的有限单词的一个 Erdős--Szekeres 类型结果。具体地,我们将单词中的 \emph{重复} 定义为某个值不是其首次出现的情况。我们将单词 $w$ 中 \emph{模式} $π$ 的出现定义为 $w$ 的一个(不一定连续的)子词,该子词与 $π$ 序同构。在本文中,我们证明每个具有 $kn^6+1$ 次重复的单词包含以下模式之一:$0^{k+2}$、$0011\cdots nn$、$nn\cdots1100$、$012 \cdots n012 \cdots n$、$012 \cdots nn\cdots 210$、$n\cdots 210012\cdots n$、$n\cdots 210n\cdots 210$。此外,当 $k=1$ 时,我们通过构造一个具有 $n^6$ 次重复但不包含任何这些模式的单词,证明这是最优的。

英文摘要

We prove an Erdős--Szekeres type result for finite words over $\mathbb{N}$ with repeated values. Specifically, we define a \emph{repeat} in a word to be an occurrence of a value which is not its first occurrence. We define an occurrence of a \emph{pattern} $π$ in a word $w$ to be a (not necessarily consecutive) subword of $w$ that is order isomorphic to $π$. In this note, we show that every word with $kn^6+1$ repeats contains one of the following patterns: $0^{k+2}$, $0011\cdots nn$, $nn\cdots1100$, $012 \cdots n012 \cdots n$, $012 \cdots nn\cdots 210$, $n\cdots 210012\cdots n$, $n\cdots 210n\cdots 210$. Moreover, when $k=1$, we show that this is best possible by constructing a word with $n^6$ repeats that does not contain any of these patterns.

2503.14690 2026-05-27 cs.GT cs.LO

Verifying Equilibria in Finite-Horizon Probabilistic Concurrent Game Systems

有限视界概率并发博弈系统中的均衡验证

Senthil Rajasekaran, Moshe Y. Vardi

AI总结 本文研究有限视界概率多智能体并发博弈系统中给定策略配置是否为纳什均衡或子博弈完美均衡的验证问题,发现子博弈完美均衡验证属于PSPACE,而纳什均衡验证为EXPTIME完全,这一反直觉结果表明子博弈完美均衡验证可能更简单。

Journal ref Logical Methods in Computer Science, Volume 22, Issue 2 (May 20, 2026) lmcs:15486

详情
AI中文摘要

有限视界概率多智能体并发博弈系统,也称为有限多人随机博弈,是计算机科学中一个经过充分研究的模型,因为它能够表示涉及智能体在有限迭代次数(由有限视界给出)内进行策略交互的广泛现实场景。对这些博弈的分析通常侧重于评估(验证)和计算(综合/实现)哪些策略配置(表示每个智能体行为的函数)符合均衡条件。两个最突出的均衡概念是纳什均衡和子博弈完美均衡,后者被认为是前者的概念性精炼。然而,从头计算这些均衡通常在计算上不可行。因此,最近的关注点已转向验证问题,即必须评估给定的策略配置以确定它是否满足均衡条件。在本文中,我们证明了子博弈完美均衡的验证问题属于PSPACE,而纳什均衡的验证问题是EXPTIME完全的。这是一个高度反直觉的结果,因为子博弈完美均衡通常被视为纳什均衡的严格强化,直观上更复杂。

英文摘要

Finite-horizon probabilistic multiagent concurrent game systems, also known as finite multiplayer stochastic games, are a well-studied model in computer science due to their ability to represent a wide range of real-world scenarios involving strategic interactions among agents over a finite amount of iterations (given by the finite-horizon). The analysis of these games typically focuses on evaluating (verifying) and computing (synthesizing/realizing) which strategy profiles (functions that represent the behavior of each agent) qualify as equilibria. The two most prominent equilibrium concepts are the Nash equilibrium and the subgame perfect equilibrium, with the latter considered a conceptual refinement of the former. Computing these equilibria from scratch is, however, often computationally infeasible. Therefore, recent attention has shifted to the verification problem, where a given strategy profile must be evaluated to determine whether it satisfies equilibrium conditions. In this paper, we demonstrate that the verification problem for subgame perfect equilibria lies in PSPACE, while for Nash equilibria, it is EXPTIME-complete. This is a highly counterintuitive result since subgame perfect equilibria are often seen as a strict strengthening of Nash equilibria and are intuitively seen as more complicated.

2501.09144 2026-05-27 cs.PL cs.PF

Rule-Based Graph Programs Matching the Time Complexity of Imperative Algorithms

规则基图程序匹配命令式算法的时间复杂度

Ziad Ismaili Alaoui, Detlef Plump

AI总结 通过增强GP 2编译器的图数据结构,实现了规则基图程序在连通性检测、无环性检测和单源最短路径问题上的时间复杂度与命令式实现相匹配。

Journal ref Logical Methods in Computer Science, Volume 22, Issue 2 (May 20, 2026) lmcs:15098

详情
AI中文摘要

我们报告了基于规则的图编程的最新进展,这些进展使我们能够匹配一些基本命令式图算法的时间复杂度。通常,由于图匹配的成本,使用基于规则的图变换语言实现图算法的时间复杂度与使用传统语言实现的算法相当具有挑战性。先前的工作表明,使用有根规则,某些算法可以在图编程语言GP 2中实现,其运行时间与命令式实现的时间复杂度相匹配。然而,这要求输入图具有有界节点度,并且(对于某些算法)是连通的。在本文中,我们通过增强GP 2编译器生成的图数据结构并在程序中利用新结构来克服这些限制。我们提出了三个案例研究:第一个程序检查输入图是否连通,第二个程序检查输入图是否无环,第三个程序解决具有整数边权的图的单源最短路径问题。前两个程序在(可能不连通的)具有任意节点度的输入图上以线性时间运行。第三个程序在任意输入图上以$O(nm)$时间运行,与Bellman-Ford算法的命令式实现的时间复杂度相匹配。对于每个程序,我们正式证明了其正确性和时间复杂度,并提供了在各种图类上的运行时实验。

英文摘要

We report on recent advances in rule-based graph programming, which allow us to match the time complexity of some fundamental imperative graph algorithms. In general, achieving the time complexity of graph algorithms implemented in conventional languages using a rule-based graph-transformation language is challenging due to the cost of graph matching. Previous work demonstrated that with rooted rules, certain algorithms can be implemented in the graph programming language GP 2 such that their runtime matches the time complexity of imperative implementations. However, this required input graphs to have a bounded node degree and (for some algorithms) to be connected. In this paper, we overcome these limitations by enhancing the graph data structure generated by the GP 2 compiler and exploiting the new structure in programs. We present three case studies: the first program checks whether input graphs are connected, the second program checks whether input graphs are acyclic, and the third program solves the single-source shortest-paths problem for graphs with integer edge-weights. The first two programs run in linear time on (possibly disconnected) input graphs with arbitrary node degrees. The third program runs in time $O(nm)$ on arbitrary input graphs, matching the time complexity of imperative implementations of the Bellman-Ford algorithm. For each program, we formally prove its correctness and time complexity, and provide runtime experiments on various graph classes.

2605.19281 2026-05-27 cond-mat.stat-mech cond-mat.quant-gas quant-ph

Finite-temperature crossover from coherent magnons to energy superdiffusion in the PXP model

PXP模型中从相干磁振子到能量超扩散的有限温度交叉

Shengtao Jiang, Jean-Yves Desaules, Marko Ljubotina, Thomas Scaffidi

AI总结 本文研究PXP链在有限温度下能量输运从短时相干磁振子行为到长时超扩散(z≈3/2)的交叉,揭示超扩散的微观起源。

Comments 8 pages, 4 figures; References updated

详情
AI中文摘要

最近发现PXP链表现出具有Kardar-Parisi-Zhang类标度(z≈3/2)的超扩散能量输运,加入具有该指数的自旋链行列。然而,这种反常流体力学如何从微观中涌现仍缺乏理解。在这项工作中,我们表明该模型中有限温度能量输运为超扩散的涌现提供了窗口。在有限温度下,能量自相关函数表现出从短时相干动力学到长时流体动力学的交叉。短时行为由单个磁振子带主导,并可解析理解。在动量空间中,该区域的特征是谱权重靠近q=π。将短时磁振子主导行为与后期流体动力学分开的阻尼时间τ在冷却时迅速增长,与活化形式τ(β)~βe^{Δβ}一致,其中能隙尺度由磁振子带设定。在更长的时间,谱权重转移到q=0,运行衰减指数向超扩散值z=3/2漂移。因此,有限温度能量输运在PXP模型中提供了微观磁振子物理与后期超扩散之间的桥梁。

英文摘要

The PXP chain was recently shown to exhibit superdiffusive energy transport with Kardar-Parisi-Zhang-like scaling, $z\approx3/2$, joining a growing number of spin chains with this exponent. An understanding of how this anomalous hydrodynamics emerges from microscopics is, however, still lacking. In this work, we show that finite-temperature energy transport in this model provides a window into the emergence of superdiffusion. At finite temperature, the energy autocorrelation function exhibits a crossover from short-time coherent dynamics to long-time hydrodynamics. The short-time behavior is dominated by a single magnon band and can be understood analytically. In momentum space, this regime is characterized by spectral weight near $q=π$. The damping time $τ$, which separates the short-time magnon-dominated behavior from the late-time hydrodynamics, grows rapidly upon cooling, consistent with an activated form $τ(β)\sim βe^{Δβ}$ with a gap scale set by the magnon band. At longer times, the spectral weight transfers to $q=0$ and the running decay exponent drifts toward the superdiffusive value $z=3/2$. Finite-temperature energy transport therefore provides a bridge between microscopic magnon physics and late-time superdiffusion in the PXP model.

2512.24528 2026-05-27 quant-ph hep-th nucl-th

Geometric phase from encircling an exceptional point of a quantum resonance in the complex-scaling method

复标度方法中量子共振奇异点环绕的几何相位

Okuto Morikawa, Shoya Ogawa, Soma Onoda

AI总结 利用复标度方法将散射共振态转化为非厄米哈密顿量的离散本征值,研究一维散射模型中环绕奇异点(EP)时共振态与连续谱合并产生的几何相位,揭示非厄米谱拓扑与量子共振理论的联系。

Comments 25 pages, 5 figures, to appear in PRA

Journal ref Phys. Rev. A 113, 052225 (2026)

详情
AI中文摘要

非厄米算符现在常被用于描述少模系统,如光学谐振腔和超导量子比特,而奇异点(EP)是这种非厄米算符的缺陷谱奇点。相比之下,针对无界哈密顿量的EP物理的散射理论表述仍不成熟。在本工作中,我们在一维散射模型中,当基本本征态是量子共振时,公式化了环绕EP的几何相位。为此,我们采用复标度方法,其中S矩阵的共振极点被实现为非厄米膨胀哈密顿量的离散本征值,以构建共振态和散射态在复能量平面上合并为EP的情形,即共振极点嵌入连续谱。我们分析了EP附近的自正交性、贝里相位和陈特征。我们的结果阐明了EP分支结构和几何和乐如何直接从散射理论中的共振极点产生,从而将非厄米谱拓扑与传统的量子共振理论联系起来。

英文摘要

Non-Hermitian operators are now routinely used to describe few-mode systems such as optical resonators and superconducting qubits, and exceptional points (EPs) are defective spectral singularities of such non-Hermitian operators. In contrast, the scattering-theoretic formulation of EP physics for unbounded Hamiltonians remains less settled. In this work, we formulate the geometric phase associated with encircling an EP when the underlying eigenstates are quantum resonances within a one-dimensional scattering model. To do this, we employ the complex-scaling method, where resonance poles of the S matrix are realized as discrete eigenvalues of the non-Hermitian dilated Hamiltonian, to construct situations in which resonant and scattering states coalesce into an EP in the complex energy plane, that is, the resonance pole is embedded into the continuum spectrum. We analyze the self-orthogonality in the vicinity of an EP, the Berry phase, and the Chern characteristic. Our results clarify how EP branch structure and geometric holonomy arise directly from resonance poles in scattering theory, thereby connecting non-Hermitian spectral topology with the traditional theory of quantum resonances.

2511.16591 2026-05-27 quant-ph cond-mat.mes-hall

Lindbladian approach for many-qubit thermal machines: enhancing the performance with geometric heat pumping by interaction

多量子比特热机的Lindblad方法:通过相互作用几何热泵提升性能

Gerónimo J. Caselli, Luis O. Manuel, Liliana Arrachea

AI总结 本文基于Lindblad主方程框架,系统分析了慢驱动下相互作用量子比特热机,通过几何热泵机制突破非相互作用系统的熵变Landauer极限,并揭示了相互作用与耗散功率的非平凡关系。

Comments 33 pages

Journal ref SciPost Phys. 20, 149 (2026)

详情
AI中文摘要

我们基于Lindblad主方程框架,对慢驱动下基于相互作用量子比特的量子热机进行了详细分析。通过实施驱动速率的系统展开,我们推导出驱动力做功速率、与储热库交换的热流以及熵产生率直至二阶的显式表达式,确保了线性响应区域内的完全热力学一致性。该形式自然分离了几何贡献和耗散贡献,分别由参数空间中的Berry曲率和度量识别。解析结果表明,对于$N_q$个非相互作用量子比特,每周期几何泵浦的热量受限于$k_B T N_q \ln 2$,直接类比于熵变的Landauer极限。当引入量子比特相互作用和与热库的不对称耦合时,该界限可以被超越。相互作用两量子比特系统的数值结果揭示了量子比特间相互作用以及量子比特与热库耦合在耗散功率行为中的非平凡作用。该方法为研究作为热机运行的驱动量子器件中的耗散、泵浦和性能优化提供了一个通用平台。

英文摘要

We present a detailed analysis of slowly driven quantum thermal machines based on interacting qubits within the framework of the Lindblad master equation. By implementing a systematic expansion in the driving rate, we derive explicit expressions for the rate of work of the driving forces, the heat currents exchanged with the reservoirs, and the entropy production up to second order, ensuring full thermodynamic consistency in the linear-response regime. The formalism naturally separates geometric and dissipative contributions, identified by a Berry curvature and a metric in parameter space, respectively. Analytical results show that the geometric heat pumped per cycle is bounded by $k_B T N_q \ln 2$ for $N_q$ non-interacting qubits, in direct analogy with the Landauer limit for entropy change. This bound can be surpassed when qubit interactions and asymmetric couplings to the baths are introduced. Numerical results for the interacting two-qubit system reveal a non-trivial role of the interaction between qubits and the coupling between the qubits and the baths in the behavior of the dissipated power. The approach provides a general platform for studying dissipation, pumping, and performance optimization in driven quantum devices operating as heat engines.

2511.04993 2026-05-27 cs.GT

On the Coordination of Value-Maximizing Bidders

关于价值最大化投标者的协调问题

Yanru Guan, Jiahao Zhang, Zhe Feng, Tao Lin

AI总结 研究在线广告平台中多个自动投标者的协调问题,提出仅最高价值投标者与外部投标者竞争、其他协调投标者不参与的协调机制,证明该机制优于独立投标,能提高支出回报合规性和总价值。

Comments Accepted at ICML 2026

详情
AI中文摘要

虽然自动投标文献主要考虑独立投标,但我们研究了在线广告平台中多个自动投标者之间的协调问题。两个激励场景是:由第三方投标代理管理的多个投标者之间的协作投标,以及由单个广告商管理的多个广告活动的战略投标选择。我们将此协调问题形式化为一个理论模型,并研究协调机制,其中只有最高价值的投标者与外部投标者竞争,而其他协调投标者则避免竞争。我们证明,对于一大类自动投标算法,这种协调机制优于独立投标,提高了参与自动投标者或广告活动的支出回报合规性和总价值。此外,我们在合成和真实数据集上的模拟支持协调优于独立投标的理论结果。这些发现凸显了在线拍卖中协调自动投标的理论潜力和实际稳健性。

英文摘要

While the auto-bidding literature predominantly considers independent bidding, we investigate the coordination problem among multiple auto-bidders in online advertising platforms. Two motivating scenarios are: collaborative bidding among multiple bidders managed by a third-party bidding agent, and strategic bid selection for multiple ad campaigns managed by a single advertiser. We formalize this coordination problem as a theoretical model and investigate the coordination mechanism where only the highest-value bidder competes with outside bidders, while other coordinated bidders refrain from competing. We demonstrate that such a coordination mechanism dominates independent bidding, improving both Return-on-Spend (RoS) compliance and the total value accrued for the participating auto-bidders or ad campaigns, for a broad class of auto-bidding algorithms. Additionally, our simulations on synthetic and real-world datasets support the theoretical result that coordination outperforms independent bidding. These findings highlight both the theoretical potential and the practical robustness of coordinated auto-bidding in online auctions.

2508.16014 2026-05-27 cs.CC cs.LO math.LO

Prover-Adversary games for systems over (non-deterministic) branching programs

Prover-Adversary 博弈在(非确定性)分支程序系统上的应用

Anupam Das, Avgerinos Delkos

AI总结 本文引入 Pudlak-Buss 风格的 Prover-Adversary 博弈来刻画确定性分支程序(BP)和非确定性分支程序(NBP)上的证明系统,并证明了这些证明系统与对应博弈之间的多项式等价性,同时基于此技术得到了 Immerman-Szelepcsenyi 定理的证明复杂性版本。

Journal ref Logical Methods in Computer Science, Volume 22, Issue 2 (May 20, 2026) lmcs:16432

详情
AI中文摘要

我们引入 Pudlak-Buss 风格的 Prover-Adversary 博弈来刻画确定性分支程序(BP)和非确定性分支程序(NBP)上的证明系统。我们的出发点是 Buss、Das 和 Knop 先前引入的分别针对 BP 和 NBP 的证明系统 eLDT 和 eLNDT。我们证明了这些证明系统与我们引入的对应博弈之间的多项式等价性。这关键地需要访问分支程序的一种否定形式,对于 NBP,这要求我们形式化 Immerman-Szelepcsenyi 定理(coNL = NL)的非均匀版本。借助所开发的技术,我们进一步得到了 Immerman-Szelepcsenyi 的证明复杂性理论版本,表明 eLNDT 与有界交替分支程序上的系统多项式等价。

英文摘要

We introduce Pudlak-Buss style Prover-Adversary games to characterise proof systems reasoning over deterministic branching programs (BPs) and non-deterministic branching programs (NBPs). Our starting points are the proof systems eLDT and eLNDT, for BPs and NBPs respectively, previously introduced by Buss, Das and Knop. We prove polynomial equivalences between these proof systems and the corresponding games we introduce. This crucially requires access to a form of negation of branching programs which, for NBPs, requires us to formalise a non-uniform version of the Immerman-Szelepcsenyi theorem that coNL = NL. Thanks to the techniques developed, we further obtain a proof complexity theoretic version of Immerman-Szelepcsenyi, showing that eLNDT is polynomially equivalent to systems over boundedly alternating branching programs.

2408.15377 2026-05-27 cs.CC

On Approximability of Satisfiable k-CSPs: V

关于可满足k-CSP的可近似性:V

Amey Bhangale, Subhash Khot, Dor Minzer

AI总结 提出一个针对所有Max-CSP的算法与下界框架,通过混合高斯消元与半定规划的近似算法及匹配的独裁者vs拟随机测试,扩展了Raghavendra对几乎可满足Max-CSP的结果。

Comments 89 pages. This is the TheoretiCS journal version

Journal ref TheoretiCS, Volume 5 (May 20, 2026) theoretics:16123

详情
AI中文摘要

我们提出了一个针对所有Max-CSP的算法与下界框架,并针对一大类谓词进行了展示。该框架扩展了Raghavendra [STOC, 2008] 的工作,后者对几乎可满足的Max-CSP展示了类似结果。我们的框架基于一种新的混合近似算法,该算法结合了高斯消元技术(即在阿贝尔群上求解线性方程组)和半定规划松弛。我们用一个具有完美完备性的匹配独裁者vs拟随机测试来补充我们的算法。我们对独裁者vs拟随机测试的分析基于一个新的不变性原理,我们称之为混合不变性原理。我们的混合不变性原理是Mossel、O'Donnell和Oleszkiewicz [Annals of Mathematics, 2010] 的不变性原理的扩展,该原理在Raghavendra的工作中发挥了关键作用。混合不变性原理允许将离散概率空间上的3-wise相关性与混合了高斯空间和阿贝尔群的空间上的期望联系起来,并且可能具有独立的意义。

英文摘要

We propose a framework of algorithm vs. hardness for all Max-CSPs and demonstrate it for a large class of predicates. This framework extends the work of Raghavendra [STOC, 2008], who showed a similar result for almost satisfiable Max-CSPs. Our framework is based on a new hybrid approximation algorithm, which uses a combination of the Gaussian elimination technique (i.e., solving a system of linear equations over an Abelian group) and the semidefinite programming relaxation. We complement our algorithm with a matching dictator vs. quasirandom test that has perfect completeness. The analysis of our dictator vs. quasirandom test is based on a novel invariance principle, which we call the mixed invariance principle. Our mixed invariance principle is an extension of the invariance principle of Mossel, O'Donnell and Oleszkiewicz [Annals of Mathematics, 2010] which plays a crucial role in Raghavendra's work. The mixed invariance principle allows one to relate 3-wise correlations over discrete probability spaces with expectations over spaces that are a mixture of Guassian spaces and Abelian groups, and may be of independent interest.

2605.18605 2026-05-27 quant-ph

Non-Gaussian Entanglement Hierarchy Based on the Schmidt Number

基于施密特数的非高斯纠缠层次结构

Jiajie Guo, Shuheng Liu, Matteo Fadel, Qiongyi He

AI总结 本文通过引入定量见证E_NG,在二分玻色子系统中定义非高斯纠缠的层次结构,其上限d=⌈E_NG⌉提供了高斯变换不可约的施密特数下界,并利用NOON态和压缩Kerr态等典型非高斯态进行验证,同时构建了仅需四次密度矩阵元素测量的NOON型见证。

详情
AI中文摘要

非高斯纠缠在各种量子任务中是一种有前景的资源。最近定义的一类纠缠是指无法通过将高斯操作应用于可分离输入来生成的纠缠。为了进一步探索这种背景下的纠缠,我们在二分玻色子系统中引入了一个定量见证$E_{\rm NG}$,它对于所有高斯可纠缠态满足$E_{\rm NG}=1$,而$E_{\rm NG}>1$则证明非高斯纠缠。其上界$d=\lceil E_{\rm NG}\rceil$提供了高斯变换不可约的施密特数下界,从而定义了非高斯纠缠的自然层次结构。对于纯态,该条件是严格的,且层次结构反映了态学习的复杂性。我们使用一些典型的非高斯态(如NOON态和压缩Kerr态)对该框架进行了基准测试,并分析了其对损耗的鲁棒性。此外,我们构建了一个实验上经济的NOON型见证,仅需四次密度矩阵元素测量。这些结果为在连续变量量子平台中识别非高斯纠缠资源建立了一个操作上有意义且实验上可行的框架。

英文摘要

Non-Gaussian entanglement is a promising resource in various quantum tasks. A recently defined class identifies entanglement that cannot be generated by applying Gaussian operations to separable inputs. To further explore the entanglement in this context, we introduce a quantitative witness $E_{\rm NG}$ in bipartite bosonic systems, which satisfies $E_{\rm NG}=1$ for all Gaussian-entanglable states, while $E_{\rm NG}>1$ certifies non-Gaussian entanglement. Its ceiling $d=\lceil E_{\rm NG}\rceil$ provides a lower bound on the Schmidt number irreducible by Gaussian transformations, thereby defining a natural hierarchy of non-Gaussian entanglement. For pure states, the condition is sharp and the hierarchy reflects the complexity of state learning. We benchmark the framework with some paradigmatic non-Gaussian states, such as NOON states and squeezed Kerr states, and analyze its robustness against loss. Moreover, we construct an experimentally economical NOON-type witness requiring only four density-matrix element measurements. These results establish an operationally meaningful and experimentally accessible framework for identifying non-Gaussian entanglement resources in continuous-variable quantum platforms.

2605.18438 2026-05-27 astro-ph.GA

Velocity-resolved [O I] 63,145 um, [C II] 158 um, and OH mapping along the Orion BN/KL explosive outflow and irradiated shocks

沿猎户座BN/KL爆炸性外流和辐射冲击的速度分辨[O I] 63,145微米、[C II] 158微米和OH映射

J. R. Goicoechea, R. Güsten, B. Godard, H. Wiesemeyer, R. Higgins, A. Gusdorf, M. G. Santa-Maria, M. Zannese, K. M. Menten

AI总结 利用SOFIA观测数据,首次获得猎户座BN/KL爆炸性外流中[O I] 63和145微米精细结构线的速度分辨图,结合[C II] 158微米和OH谱线,揭示了外流的质量损失率、密度和温度,并利用磁化冲击模型解释了谱线强度比。

Comments Accepted for publication in A&A. Abstract abridged

详情
AI中文摘要

恒星合并产生爆炸性外流,这些外流作为红外谱线亮度的瞬态源,并早期向原始分子云注入机械能。我们首次展示了来自猎户座BN/KL(最近的爆炸性外流)宽角外流的[O I] 63和145微米精细结构线发射的速度分辨图。数据由SOFIA获得,包括灵敏的[C II] 158微米和OH图。它们使我们能够将静止云气体与外流区分开来,外流由更宽的[O I]成分示踪,线FWHM约为20-30 km/s,并表现出与JWST观测到的激波激发H2发射相似的空间分布。OH 119微米线显示出覆盖160 km/s的显著P-Cygni轮廓,类似于非常宽的CO线。总的[O I] 63和145线亮度非常高,为86.5 L_sun,与H2和CO线亮度相当,意味着外流质量损失率为(9.1±2.6)×10^-3 M_sun/yr,质量为3.3-5.9 M_sun。在谱线翼部,[O I] 63/145和[O I] 63/[C II] 158强度比达到非常高的值(分别为20-30和40-60),超过了PDR中的值。这些比值与致密(10^5至10^6 cm^-3)且温暖(约500 K)的激波后气体一致。我们利用包含紫外辐射的磁化冲击模型分析了精细结构线翼强度,其中[C II] 158线强度特别敏感。我们发现[O I]和[C II]强度与速度为30-40 km/s、激波前气体密度为几×10^4 cm^-3的解离J型冲击的发射一致,并受到周围快冲击以及可能该区域大质量(原)星产生的外部紫外辐射的照射。我们还报告了BN星周围的一个宽[O I]发射特征,我们将其归因于未分辨的外流或风弓激波。

英文摘要

Stellar mergers produce explosive outflows that serve as transient sources of IR line luminosity and inject mechanical energy early into the natal molecular cloud. We present the first velocity-resolved maps of the [O I] 63 and 145 um fine-structure line emission from the wide-angle outflow in Orion BN/KL, the nearest explosive outflow. The data were obtained with SOFIA and include sensitive [C II] 158 um and OH maps. They allowed us to disentangle the quiescent cloud gas from the outflow, traced by a broader [O I] component with a line FWHM of about 20-30 km/s and exhibiting a spatial distribution similar to that of the shock-excited H2 emission seen with JWST. The OH 119 um line shows a prominent P-Cygni profile covering 160 km/s, similar to the very broad CO lines. The total [O I] 63 and 145 line luminosity is remarkably high, 86.5 L_sun, comparable to the H2 and CO line luminosities, implying an outflow mass-loss rate of (9.1+/-2.6)x10^-3 M_sun/yr and a mass of 3.3-5.9 M_sun. The [O I] 63 / 145 and [O I] 63 / [C II] 158 intensity ratios reach very high values in the line wings (20-30 and 40-60, respectively), exceeding those found in PDRs. These ratios are consistent with the presence of dense (10^5 to 10^6 cm^-3 ) and warm (~500 K) postshock gas. We analyzed the fine-structure line-wing intensities using magnetized shock models that include UV irradiation, to which the [C II] 158 line intensity is particularly sensitive. We find that the [O I] and [C II] intensities are consistent with emission from dissociative J-type shocks with velocities of 30-40 km/s and preshock gas densities of a few 10^4 cm^-3, illuminated by external UV radiation generated by surrounding fast shocks and possibly by massive (proto)stars in the region. We also report a broad [O I] emission feature around the BN star, which we attribute to an unresolved outflow or wind bow shock.

2605.18377 2026-05-27 quant-ph cond-mat.quant-gas

Dissipation-assisted preparation of Floquet-Laughlin states in superconducting circuits

超导电路中耗散辅助的Floquet-Laughlin态制备

Luis C. Steinfadt, André Eckardt, Francesco Petiziol

AI总结 本文通过量子浴工程设计驱动耗散协议,在超导电路实现Floquet-Harper-Hofstadter-Hubbard模型的FCI基态稳定化,并数值展示了分数量子霍尔特征的检测。

Comments 5 + 2 + 2 pages, 2 + 0 + 0 figures, 0 + 0 + 3 tables

详情
AI中文摘要

分数陈绝缘体是分数量子霍尔系统的晶格类似物,其中强相互作用与受抑隧穿动力学的相互作用导致具有长程纠缠和任意子激发的有隙基态的出现。这类系统的高度关联性质使得其绝热制备即使在最小系统尺寸(两个粒子)之外也极具挑战性。考虑超导电路中少光子玻色子Harper-Hofstadter-Hubbard模型的Floquet实现,我们设计了通过量子浴工程驱动耗散稳定其半填充FCI基态的方案。耗散控制通过耦合到驱动的有损腔模实现,该腔模实现了一个可调的人工环境,其近似不动点为Floquet-FCI。对于两粒子、三粒子和六粒子系统,我们数值展示了控制方案的灵活性如何进一步允许在稳定的稳态中检测分数量子霍尔特征,包括体不可压缩性、霍尔响应和分数电荷的俘获。我们的结果为量子模拟器中耗散辅助制备强关联态提供了具体途径。

英文摘要

Fractional Chern insulators (FCIs) are lattice analogs of fractional quantum Hall systems, where the interplay of strong interactions with a frustrated tunnelling kinetics leads to the emergence of a gapped ground state with long-range entanglement and anyonic excitations. The highly correlated nature of such systems makes their adiabatic preparation challenging already beyond the minimal system size of two particles. Considering Floquet implementations of the bosonic Harper-Hofstadter-Hubbard model of few photons in superconducting circuits, we design protocols for the driven-dissipative stabilization of its FCI ground state at half filling via quantum bath engineering. Dissipation control is achieved through the coupling to driven leaky cavity modes, which realize a tuneable artificial environment having the Floquet-FCI as its approximate fixed point. For systems of two, three and six particles, we show numerically how the flexibility of the control scheme further allows for the detection of fractional quantum Hall signatures in the stabilized steady states, including bulk incompressibility, Hall response and the trapping of fractional charges. Our results provide a concrete pathway to dissipation-assisted preparation of strongly correlated states in quantum simulators.

2604.24660 2026-05-27 stat.ML econ.EM math.ST stat.ME stat.TH

Nonparametric Instrumental Variable Analysis Without Structural Equations: Debiased Inference on Functionals of Inverse Problems with No Solutions

无结构方程的非参数工具变量分析:无解反问题泛函的去偏推断

Zikai Shen, Nathan Kallus, Dimitri Meunier, Houssam Zenati, Arthur Gretton, Aurélien Bibaut

AI总结 针对无精确解的反问题,提出对有限维泛函进行去偏推断的方法,避免假设结构方程精确成立,确保推断在模型不成立时仍有效。

详情
AI中文摘要

我们考虑对反问题中无穷维最小二乘解的有限维泛函进行去偏推断,以避免必须假设精确解存在。这种假设是实质性的且并非无害,当我们将它们强加于统计模型时,其失败可能会危及推断。我们的方法允许我们对一个无论解是否存在都定义的量进行推断,并且当解存在时,该量与通常的估计量一致。对于工具变量的情况,这意味着我们可以用结构模型来激励分析,但这些模型不需要精确成立,半参数推断程序仍然有效。

英文摘要

We consider debiased inference on finite-dimensional functionals of infinite-dimensional least-squares solutions to inverse problems as a way to avoid having to assume exact solutions exist. Such assumptions are substantive and not innocuous, and their failure may imperil inference when we impose them on the statistical model. Our approach instead allows us to conduct inference on a quantity that is defined regardless of solutions existing and coincides with the usual estimands when they do. For the case of instrumental variables, this means we can motivate the analysis with structural models but these do not need to hold exactly for the semiparametric inferential procedure to remain valid.

2605.17683 2026-05-27 cs.AR

μ-ORCA: Optimizing Acceleration for Microsecond-Scale Deep Neural Network Inference on ACAP

μ-ORCA:优化ACAP上微秒级深度神经网络推理的加速

Shixin Ji, Jinming Zhuang, Zhuoping Yang, Xingzhen Chen, Wei Zhang, Peipei Zhou

AI总结 针对ACAP平台微秒级推理中片上通信低效和层间延迟大的问题,提出μ-ORCA框架,通过AIE阵列直接层间通信、512位/周期级联连接和开销感知性能模型,实现端到端延迟优化,在AMD ACAP VEK280上达到0.93μs延迟。

Comments 8 pages, 11 figures, 6 tables; accepted by GLSVLSI 2026

详情
AI中文摘要

具有张量核的异构可重构平台(如AMD ACAP)因其高吞吐量和灵活性而越来越多地用于深度神经网络(DNN)推理。然而,它们在小问题规模下进行微秒级推理的适用性仍未得到充分探索。在高能物理的喷注标记应用中,低效的片上通信和大的层间延迟使得现有框架无法满足1微秒的延迟预算。此外,硬件开销(如同步和VLIW处理器序言)常被忽视,使得正确优化加速器变得不可行。为解决这些问题,我们提出了μ-ORCA,一个用于超低延迟模型推理的定制化异构加速器框架。μ-ORCA支持DNN层在AIE阵列上直接进行层间通信,而不是使用共享内存块或FPGA结构。此外,采用512位/周期的级联连接替代32位/周期的DMA连接。μ-ORCA还提供了一个开销感知的性能模型,该模型适应不同的神经网络层大小,并进行设计空间探索以优化端到端延迟。μ-ORCA支持带有非矩阵乘法核的MLP和DeepSets模型,包括偏置、ReLU和AIE上的全局聚合。我们在AMD ACAP VEK280平台上评估了μ-ORCA。实验结果表明,与不同的最先进ACAP框架相比,μ-ORCA实现了平均延迟降低>1.70倍和>1.83倍,并为6层真实DeepSets模型实现了0.93微秒的延迟,满足延迟预算。我们在https://github.com/arc-research-lab/u-ORCA开源了μ-ORCA。

英文摘要

Heterogeneous reconfigurable platforms with tensor cores, such as AMD ACAP, are increasingly adopted for deep neural network (DNN) inference due to their high throughput and flexibility. However, their suitability for microsecond-scale inference on small problem sizes remains underexplored. In jet-tagging applications in high-energy physics, inefficient on-chip communication and large inter-layer latency prevent existing frameworks from meeting the 1-μs latency budget. Moreover, hardware overheads such as synchronization and VLIW processor prologue are often overlooked, making it infeasible to optimize accelerators correctly. To address these problems, we propose μ-ORCA, a customized heterogeneous accelerator framework for ultra-low-latency model inference. μ-ORCA enables direct inter-layer communication between DNN layers on the AIE array, instead of using shared memory tiles or FPGA fabric. Moreover, a 512-bit/cycle cascade connection is applied instead of a 32-bit/cycle DMA connection. μ-ORCA also provides an overhead-aware performance model that adapts to different NN layer sizes, and conducts design space exploration to optimize end-to-end latency. μ-ORCA supports MLP and DeepSets models with non-MM kernels, including bias, ReLU, and global aggregation on AIE. We evaluate μ-ORCA on the AMD ACAP VEK280 platform. Experimental results show that μ-ORCA achieves average latency reduction of >1.70$\times$ and >1.83$\times$ compared with different state-of-the-art ACAP frameworks, and achieves 0.93 μs latency for a 6-layer real-world DeepSets model, satisfying the latency budget. We open source μ-ORCA at https://github.com/arc-research-lab/u-ORCA.

2503.00526 2026-05-27 math-ph math.AP math.MP

Action-Driven Flows for Causal Variational Principles

因果变分原理的动作驱动流

Felix Finster, Franz Gmeineder

AI总结 针对因果变分原理这一源于基础物理的非凸变分问题,引入动作驱动流,通过最小化运动方法构造Hölder连续测度曲线,并引入新惩罚项确保极限点存在,从而得到Euler-Lagrange方程的近似解,并推广至有限维因果作用原理及无限维因果费米子系统的流构造。

Comments 29 pages, LaTeX, 2 figures, minor improvements (published version)

Journal ref Forum of Mathematics, Sigma, Volume 14, 2026, e83

详情
AI中文摘要

我们针对因果变分原理引入了动作驱动流,这是一类源于基础物理应用的非凸变分问题。在紧致设定下,通过使用最小化运动方法构造了Hölder连续的测度曲线。如例子所示,由于作用的非凸性,这些曲线通常不会有极限点。这促使我们引入一种新的惩罚项,以确保极限点的存在,从而得到Euler-Lagrange方程的近似解。这些方法和结果被调整并推广到有限维情况下的因果作用原理。作为应用,我们在无限维情形下构造了因果费米子系统的测度流。

英文摘要

We introduce action-driven flows for causal variational principles, being a class of non-convex variational problems emanating from applications in fundamental physics. In the compact setting, Hölder continuous curves of measures are constructed by using the method of minimizing movements. As is illustrated in examples, these curves will in general not have a limit point, due to the non-convexity of the action. This leads us to introducing a novel penalization which ensures the existence of a limit point, giving rise to approximate solutions of the Euler-Lagrange equations. The methods and results are adapted and generalized to the causal action principle in the finite-dimensional case. As an application, we construct a flow of measures for causal fermion systems in the infinite-dimensional situation.

2407.15384 2026-05-27 math.CO

Inversion diameter and treewidth

反转直径与树宽

Yichen Wang, Haozhe Wang, Yuxuan Yang, Mei Lu

AI总结 本文研究图的树宽与反转直径的关系,构造了树宽为k且反转直径为2k的图,证明上界2k是紧的,并通过计算机验证了最大度Δ=3时反转直径不超过Δ的猜想。

Journal ref Discrete Mathematics & Theoretical Computer Science, vol. 28:2, Graph Theory (May 21, 2026) dmtcs:16074

详情
AI中文摘要

在有向图$\overrightarrow{G}$中,顶点子集$X$的反转是指反转所有两端点都在$X$中的弧的方向。图$G$的反转图,记为$\mathcal{I}(G)$,其顶点是$G$的所有定向,其中两个定向$\overrightarrow{G_1}$和$\overrightarrow{G_2}$相邻当且仅当存在一个反转将$\overrightarrow{G_1}$变为$\overrightarrow{G_2}$。图$G$的反转直径是其反转图$\mathcal{I}(G)$的直径,记为$\mathrm{diam}(\mathcal{I}(G))$。Havet、Hörsch和Rambaud (2024) 首先证明了对于树宽为$k$的图$G$,有$\mathrm{diam}(\mathcal{I}(G)) \le 2k$,并且存在树宽为$k$的图其反转直径为$k+2$。在本文中,我们构造了树宽为$k$且反转直径为$2k$的图,这意味着之前的上界$\mathrm{diam}(\mathcal{I}(G)) \le 2k$是紧的。此外,对于最大度为$\Delta$的图,Havet、Hörsch和Rambaud (2024) 证明了$\mathrm{diam}(\mathcal{I}(G)) \le 2\Delta-1$,并猜想$\mathrm{diam}(\mathcal{I}(G)) \le \Delta$。我们借助计算机计算证明了当$\Delta=3$时该猜想成立。

英文摘要

In an oriented graph $\overrightarrow{G}$, the inversion of a subset $X$ of vertices is the operation that reverses the orientation of all arcs with both end-vertices in $X$. The inversion graph of a graph $G$, denoted by $\mathcal{I}(G)$, is the graph whose vertices are orientations of $G$ in which two orientations $\overrightarrow{G_1}$ and $\overrightarrow{G_2}$ are adjacent if and only if there is an inversion transforming $\overrightarrow{G_1}$ into $\overrightarrow{G_2}$.The inversion diameter of a graph $G$ is the diameter of its inversion graph $\mathcal{I}(G)$, denoted by $\mathrm{diam}(\mathcal{I}(G))$.Havet, Hörsch, and Rambaud~(2024) first proved that for $G$ of treewidth $k$, $\mathrm{diam}(\mathcal{I}(G)) \le 2k$, and that there are graphs of treewidth $k$ with inversion diameter $k+2$.In this paper, we construct graphs of treewidth $k$ with inversion diameter $2k$, which implies that the previous upper bound $\mathrm{diam}(\mathcal{I}(G)) \le 2k$ is tight.Moreover, for graphs with maximum degree $Δ$, Havet, Hörsch, and Rambaud~(2024) proved $\mathrm{diam}(\mathcal{I}(G)) \le 2Δ-1$ and conjectured that $\mathrm{diam}(\mathcal{I}(G)) \le Δ$. We prove the conjecture when $Δ=3$ with the help of computer calculations.

2605.17191 2026-05-27 math.DG

Quantitative Stability for Minimizing Yamabe Metrics with minimal boundary

极小边界条件下极小化Yamabe度量的定量稳定性

Runze Lin, Bao Yu

AI总结 本文研究带边界紧流形上极小化Yamabe度量的稳定性,证明若函数接近极小化Yamabe能量,则其共形度量在共形类内定量接近极小化Yamabe度量,且接近程度由Yamabe能量亏缺的适当幂次控制。

Comments We add the remark 1.4 about an example with super quadratic growth

详情
AI中文摘要

本文研究了Escobar引入的带边界紧流形上极小化Yamabe度量的稳定性。我们证明,如果一个函数几乎极小化Yamabe能量,那么相关的共形度量在其共形类内定量地接近一个极小化Yamabe度量。此外,这种接近程度由Yamabe能量亏缺的适当幂次控制。

英文摘要

In this paper, we investigate the stability of minimizing Yamabe metrics on compact manifolds with boundary, in the sense introduced by Escobar. We show that if a function nearly minimizes the Yamabe energy, then the associated conformal metric is quantitatively close to a minimizing Yamabe metric within its conformal class. Moreover, this closeness is controlled by an appropriate power of the Yamabe energy deficit.

2605.17059 2026-05-27 nucl-th hep-ph nucl-ex physics.atom-ph

Parity violation in atoms: neutrino-mediated long range forces and finite nuclear size

原子中的宇称不守恒:中微子媒介的长程力与有限核大小

Mikhail Gorchtein, Hubert Spiesberger

AI总结 研究原子中由中微子-反中微子对交换引起的宇称不守恒中性流相互作用,通过考虑核形状因子推导有效势,发现其作用范围对应核半径,对核弱电荷的修正极小。

Comments 5 pages, 1 figure

详情
AI中文摘要

我们考虑原子中由中微子-反中微子对交换引起的中性流宇称不守恒相互作用。我们明确考虑了核形状因子中编码的有限核大小。基于其一般性质,我们推导了有效的中微子媒介势,并确定了其在短距离和长距离下的性质。我们证明,一旦正确考虑了形状因子的性质,这种有效势的范围对应于核半径,消除了对更短距离贡献的任何敏感性。该势在原子体积内改变符号,因此这种相互作用对有效核弱电荷的修正极小,不会改变原子宇称不守恒实验的解释。

英文摘要

We consider neutral-current parity-violating interactions in an atom mediated by the exchange of a neutrino-antineutrino pair. We explicitly account for the nuclear finite size encoded in the nuclear form factor. Based on its general properties, we derive an effective neutrino-mediated potential and determine its properties at short and long distances. We demonstrate that, once the form factor properties are correctly accounted for, the range of such an effective potential corresponds to the nuclear radius, removing any sensitivity to shorter-distance contributions. This potential changes sign over the atom's volume, so that the correction to the effective nuclear weak charge induced by this interaction is tiny and does not alter the interpretation of atomic parity violation experiments.

2409.05491 2026-05-27 quant-ph

A refined Frauchiger--Renner paradox based on strong contextuality

基于强语境性的改进 Frauchiger--Renner 悖论

Laurens Walleghem, Rui Soares Barbosa, Matthew F. Pusey, Stefan Weigert

AI总结 本文通过识别逻辑语境性(Hardy 型)是 Frauchiger-Renner 悖论的关键要素,并基于强语境性的 GHZ-Mermin 场景提出了一个更强的悖论(GHZ-FR 悖论),该悖论无需后选择或量子建模观察者的推理。

Comments All comments welcome!

Journal ref Quantum 10, 2116 (2026)

详情
AI中文摘要

Frauchiger-Renner 悖论在量子理论用于描述自身时,通过一个场景(其中代理用量子方式建模其他代理并推理彼此的知识)得出了一个不一致性。我们观察到逻辑语境性(Hardy 型)是 FR 悖论的关键要素,并基于强语境性的 GHZ-Mermin 场景提供了一个更强的悖论。与 FR 悖论相比,该 GHZ-FR 悖论既不需要后选择,也不需要被量子建模的观察者进行推理。如果接受包括超级观察者在内的量子理论的普适性,我们提出 Peres 格言的自然扩展来解决这些扩展的 Wigner 朋友悖论。

英文摘要

The Frauchiger--Renner paradox derives an inconsistency when quantum theory is used to describe the use of itself, by means of a scenario where agents model other agents quantumly and reason about each other's knowledge. We observe that logical contextuality (à la Hardy) is the key ingredient of the FR paradox, and we provide a stronger paradox based on the strongly contextual GHZ--Mermin scenario. In contrast to the FR paradox, this GHZ--FR paradox neither requires post-selection nor any reasoning by observers who are modelled quantumly. If one accepts the universality of quantum theory including superobservers, we propose a natural extension of Peres's dictum to resolve these extended Wigner's friend paradoxes.

2605.16518 2026-05-27 quant-ph math-ph math.MP

Exact classical emergence from high-energy quantum superpositions

高能量子叠加态的精确经典涌现

Juan A. Cañas, Daniel A. Bonilla, J. Bernal, A. Martín-Ruiz

AI总结 针对无限深方势阱中高能本征态的等概率叠加,通过基于傅里叶分析的解析方法,严格证明了当叠加态数目趋于无穷时,总概率密度精确收敛到均匀经典分布,且位置期望值渐近再现经典三角轨迹。

Comments Accepted for publication at Physics Letters A

Journal ref Physics Letters A Volume 590, 15 September 2026, 131810

详情
AI中文摘要

我们采用完全解析的傅里叶方法,研究了无限深方势阱中高能本征态等概率叠加的对应原理。通过将干涉项$ρ_α^{\text{a}}(x)$展开为量子傅里叶系数的几何级数,推导出其闭式渐近表达式。我们证明这些项作为函数包络,虽不单独消失,但在大$n$极限下渐近等价。此外,我们证明了$2Δ+1$个态叠加的总概率密度在$Δ\to \infty$时精确收敛到均匀经典分布。动力学上,位置期望值渐近再现经典三角轨迹。残余的量子偏差局限于边界层内,其相对宽度在宏观分辨率下消失。这些结果在静态和动态背景下,为孤立束缚系统经典极限的严格渐近实现奠定了基础。

英文摘要

We examine the correspondence principle for an equiprobable superposition of high-energy eigenstates of the infinite square well using a fully analytical Fourier-based approach. We derive a closed-form asymptotic expression for the interference terms $ρ_α^{\text{a}}(x)$ by expanding them into a geometric series of quantum Fourier coefficients. We show these terms act as functional envelopes that do not vanish individually but become asymptotically equivalent in the large-$n$ limit. Furthermore, we prove the total probability density for a superposition of $2Δ+1$ states converges exactly to the uniform classical distribution as $Δ\to \infty$. Dynamically, the expectation value of position reproduces the classical triangular trajectory asymptotically. Residual quantum deviations remain confined to boundary layers whose relative width vanishes under macroscopic resolution. These results establish a rigorous asymptotic realization of the classical limit for isolated bound systems in both static and dynamical contexts.

2605.15994 2026-05-27 cond-mat.quant-gas cond-mat.stat-mech

Large-$N$ scaling of Tan's contact for the harmonically trapped Tonks--Girardeau gas at finite temperature

有限温度下谐振子陷阱中Tonks–Girardeau气体Tan接触的大$N$标度

Felipe Taha Sant'Ana

AI总结 通过正则系综的鞍点约化,推导了有限温度下谐振子陷阱中Tonks–Girardeau气体Tan接触在大$N$极限下的标度律,包括领先项和次领先项,并验证了其与正则系综数据的吻合。

Comments 27 pages, 5 figures

详情
AI中文摘要

我们推导了在有限温度下,$N$个谐振子陷阱中的Tonks--Girardeau玻色子在$N$大极限下Tan接触的正则系综标度。领先标度系数再现了局域密度近似结果,并通过正则配分函数的围道积分表示,随后通过鞍点约化到具有自洽标度化学势的相空间积分得到。次领先系数是本文的核心新对象:它可以用费米因子的普适相空间积分显式表示,具有闭式Sommerfeld和virial极限,并被识别为固定平均粒子数下正则系综与巨正则系综的差异。在高温玻尔兹曼区域,次领先与领先系数的比值坍缩到一个普适值,可追溯到稀薄巨正则气体的泊松粒子数统计。我们为两个标度函数构造了Padé近似,在低温Sommerfeld和高温virial区域之间均匀插值;对于次领先系数,我们报告了一个形式,该形式在我们的工作温度范围内均匀准确,并且在超出时渐近正确。该标度律通过整个温度范围内的正则围道积分数据得到验证。

英文摘要

We derive the canonical-ensemble scaling of Tan's contact for $N$ harmonically trapped Tonks--Girardeau bosons at finite temperature in the large-$N$ limit. The leading scaling coefficient reproduces the local-density-approximation result and is obtained from a contour-integral representation of the canonical partition function followed by a saddle-point reduction to a phase-space integral with a self-consistent scaled chemical potential. The subleading coefficient is the central new object of this work: it admits an explicit representation in terms of universal phase-space integrals of the Fermi factor, has closed-form Sommerfeld and virial limits, and is identified with the canonical-versus-grand-canonical ensemble difference at fixed mean particle number. In the high-temperature Boltzmann regime the ratio of subleading to leading coefficients collapses to a universal value, traceable to the Poissonian particle-number statistics of the dilute grand-canonical gas. We construct Padé approximants for both scaling functions that interpolate uniformly between the low-temperature Sommerfeld and high-temperature virial regimes; for the subleading coefficient we report a form that is uniformly accurate on our working range of temperatures and asymptotically correct beyond. The scaling law is verified against canonical contour-integration data across the full temperature range.

2605.15902 2026-05-27 econ.EM stat.ME

Tweedie's Formula and Score-Driven Updating

Tweedie公式与得分驱动更新

Peter Reinhard Hansen, Chen Tong

AI总结 本文通过Tweedie公式为得分驱动模型提供了贝叶斯解释,证明了在自然指数族和一般条件密度下,得分更新要么是精确的贝叶斯滤波,要么是局部近似。

详情
AI中文摘要

得分驱动模型使用条件似然得分更新时变参数。本文通过Tweedie公式为这类更新提供了贝叶斯解释,该公式将后验均值修正与边际得分联系起来。在高斯信号提取中,这给出了精确的后验修正恒等式。对于自然指数族,相关恒等式刻画了自然参数空间和期望参数空间中的后验均值。基于这些恒等式,我们证明在局部精度折扣下,期望空间中的共轭贝叶斯滤波恰好与逆Fisher缩放的条件得分更新一致。对于一般条件密度,精确的贝叶斯修正涉及通常不可用的预测边际得分。局部高斯近似表明,条件似然得分提供了该后验修正的主要近似;在局部精度折扣下,预测协方差与逆Fisher信息成正比,从而得到熟悉的逆Fisher缩放得分递归。结果澄清了何时得分驱动更新是精确的贝叶斯滤波,以及何时应将其视为易处理的局部近似。

英文摘要

Score-driven models update time-varying parameters using conditional likelihood scores. This paper develops a Bayesian interpretation of such updates through Tweedie's formula, which connects posterior mean corrections with marginal scores. In Gaussian signal extraction, this gives an exact posterior-correction identity. For natural exponential families, related identities characterize posterior means in natural- and expectation-parameter spaces. Building on these identities, we show that conjugate Bayesian filtering in expectation space coincides exactly with an inverse-Fisher-scaled conditional score update under local precision discounting. For general conditional densities, the exact Bayesian correction involves a generally unavailable predictive-marginal score. A local Gaussian approximation shows that the conditional likelihood score provides the leading approximation to this posterior correction; under local precision discounting, the predictive covariance becomes proportional to inverse Fisher information, yielding the familiar inverse-Fisher-scaled score recursion. The results clarify when score-driven updates are exact Bayesian filters and when they should instead be viewed as tractable local approximations.

2605.15696 2026-05-27 astro-ph.HE astro-ph.IM

Measuring contributions from single and multiple atmospheric secondary cosmic rays in the {\it Princess Sirindhorn Neutron Monitor} using cross-counter neutron time delay distributions

在{\it Princess Sirindhorn中子监测仪}中使用交叉计数器中子时间延迟分布测量来自单个和多个大气次级宇宙射线的贡献

Warit Mitthumsiri, Alejandro Sáiz, David Ruffolo, Paul Evenson, Pierre-Simon Mangeard, Waraporn Nuntiyakul, Chanoknan Banglieng

AI总结 通过分析交叉计数器时间延迟直方图,提取了领导者分数L并校正大气效应,发现大间距下L≈0.997,表明0.3%的计数与远处计数时间相关,且需要同一宇宙射线簇中的多个次级粒子贡献,约4.5%的PSNM计数来自不同次级粒子。

Comments 19 pages, 8 figures. Accepted for publication in the Astrophysical Journal

详情
AI中文摘要

中子监测仪(NMs)是地面设备,通过监测宇宙射线簇射中的大气中子来测量宇宙射线计数率。我们展示了新电子设备记录的结果,这些设备记录了泰国Doi Inthanon山顶的{\it Princess Sirindhorn中子监测仪}(PSNM)的交叉计数器时间延迟直方图。从这些直方图中,我们提取了交叉计数器领导者分数($L$)并对其进行了大气效应校正。对于大的计数器间距,我们测量到几乎恒定的$L\approx0.997$,这意味着一个计数器中的0.3%的计数在时间上与给定远处计数器上的后续计数相关。蒙特卡洛模拟证实,单个次级粒子无法解释大间距下的关联计数,这需要同一宇宙射线簇中多个次级粒子的贡献,该贡献在3到7.5米的距离上似乎与距离无关。我们推断,PSNM计数中约有4.5%与同一簇射中来自不同次级粒子的至少一个其他18个计数器中的后续计数相关。大气簇射和NM产额函数的蒙特卡洛模拟可以通过我们对跨计数器中子多重性以及单个和多个次级粒子贡献的测量进行验证。这些测量还增进了对单计数器$L$的理解,该参数已用于精确追踪宇宙射线谱变化并将NM观测范围扩展到更高能量。

英文摘要

Neutron monitors (NMs) are ground-based devices designed to measure cosmic-ray count rates by monitoring atmospheric neutrons from cosmic-ray showers. We present results from new electronics that have recorded cross-counter time delay histograms for the {\it Princess Sirindhorn Neutron Monitor} (PSNM) at the summit of Doi Inthanon, Thailand. From these histograms, we have extracted the cross-counter leader fraction ($L$) and corrected it for atmospheric effects. For large counter separation, we measure nearly constant $L\approx0.997$, implying that 0.3\% of counts in one counter are temporally associated with later counts on a given distant counter. Monte Carlo simulations confirm that individual secondary particles cannot account for the associated counts at large counter separation, which instead requires a contribution from multiple secondary particles in the same cosmic ray shower that is apparently independent of distance over 3 to 7.5 m. We infer that $\approx$4.5\% of PSNM counts are associated with a later count in at least one of its 18 counters from a different secondary particle in the same shower. Monte Carlo simulations of atmospheric showers and NM yield functions can be validated using our measurements of neutron multiplicity across counters and the contributions of single and multiple secondary particles. These measurements also improve understanding of the single-counter $L$, which has been used for precise tracking of cosmic-ray spectral variations and extending the range of NM observations to higher energies.

2605.15255 2026-05-27 gr-qc

Dymnikova Black Holes in Unimodular Gravity: Maxwell Sources and Vacuum Contributions

单模引力中的德姆尼科娃黑洞:麦克斯韦源和真空贡献

G. Alencar, V. H. U. Borralho

AI总结 本文在单模引力框架下研究德姆尼科娃正则黑洞,通过允许能量-动量张量的协变守恒受控破坏,使宇宙学项作为径向依赖函数动态出现,并证明该几何可由标准麦克斯韦电动力学一致生成。

详情
AI中文摘要

在这项工作中,我们在单模引力框架下研究了德姆尼科娃正则黑洞,强调了有效真空扇区在几何正则化中的作用。通过允许能量-动量张量的协变守恒受控破坏,宇宙学贡献作为径向依赖函数 $Λ=Λ(r)$ 动态出现。我们首先将德姆尼科娃时空重新解释为由非线性电动力学支持的带电构型,并推导出相应的电和磁源。随后,我们证明相同的几何可以在单模引力中由标准麦克斯韦电动力学一致生成。在这种构造中,产生的电场处处正则,对应于一个具有消失渐近电荷的局域电荷分布,表明该时空不作为渐近带电物体行为。

英文摘要

In this work, we investigate the Dymnikova regular black hole within the framework of unimodular gravity, emphasizing the role of the effective vacuum sector in the regularization of the geometry. By allowing a controlled violation of the covariant conservation of the energy--momentum tensor, the cosmological contribution emerges dynamically as a radial-dependent function, $Λ=Λ(r)$. We first reinterpret the Dymnikova spacetime as a charged configuration supported by nonlinear electrodynamics and derive the corresponding electric and magnetic sources. Subsequently, we demonstrate that the same geometry can be consistently generated by standard Maxwell electrodynamics in unimodular gravity. In this construction, the resulting electric field is everywhere regular and corresponds to a localized charge distribution with vanishing asymptotic charge, indicating that the spacetime does not behave as an asymptotically charged object.

2511.19825 2026-05-27 math.RT math.QA

Quantum wreath products and Schur--Weyl duality II

量子花环积与Schur-Weyl对偶性 II

Chun-Ju Lai, Daniel K. Nakano, Ziqing Xiang

AI总结 本文通过引入花环模,利用抛物诱导和多分拆标记方案,统一了Ariki-Koike代数、Hu代数、仿射Hecke代数及其pro-p Iwahori变体中的多种模族,并解决了Ginzburg-Guay-Opdam-Rouquier问题,从而具体实现了D型有理Cherednik代数的范畴O。

Comments 30 pages. v2: The second half of version 1 was split from the paper and expanded into part III of the series. v3: minor typos fixed

详情
AI中文摘要

在本系列的第一部分中,作者引入了量子花环积,提供了一个统一框架,涵盖了先前仅通过逐例分析处理的众多结果。本文将重点转向这些积上的模的基本构造,称为花环模。我们的方法利用张量积上的抛物诱导,结合基于多分拆的复杂标记方案。虽然底层构造在技术上较为复杂,但它们提供了几个重要模族的透明实现。具体来说,这些花环模恢复并统一了:Ariki-Koike代数上的单模;Hu代数上的Specht模和单模;仿射Hecke代数及其pro-p Iwahori变体上的(反)球面模和Kashiwara-Miwa-Stern模。最后,我们证明了Hu代数的这些花环模在解决Ginzburg-Guay-Opdam-Rouquier问题中起着关键作用。该解决方案使得D型有理Cherednik代数的范畴O得以具体实现。

英文摘要

In the first part of this series, the authors introduced the quantum wreath product, providing a unified framework that encompasses numerous results previously addressed only through case-by-case analysis. This paper shifts focus to the fundamental construction of modules over these products, termed wreath modules. Our approach utilizes parabolic induction on tensor products combined with a sophisticated labeling scheme based on multipartitions. While the underlying constructions are technically involved, they offer a transparent realization of several prominent module families. Specifically, these wreath modules recover and unify: Simple modules over the Ariki-Koike algebra; Specht and simple modules over the Hu algebra; (anti)spherical modules and Kashiwara-Miwa-Stern modules over the affine Hecke algebra and its pro-p Iwahori variants. Finally, we demonstrate that these wreath modules for the Hu algebra serve as a critical component in solving the Ginzburg-Guay-Opdam-Rouquier problem. This solution enables a concrete realization of Category O for the rational Cherednik algebra in Type D.

2509.20054 2026-05-27 cond-mat.str-el cond-mat.stat-mech

Generalized Li-Haldane Correspondence in Critical Dirac-Fermion Systems

临界狄拉克费米子系统中的广义Li-Haldane对应

Yuxuan Guo, Sheng Yang, Xue-Jia Yu

AI总结 通过建立体纠缠谱与边界能谱的精确关系,提出一种普适的指纹来识别临界自由费米子系统中的非平凡拓扑。

Journal ref Phys. Rev. Research 8, 023203 (2026)

详情
AI中文摘要

量子临界系统中的拓扑现象近年来引起了越来越多的关注,因为它们超越了凝聚态物理和统计物理的传统范式。然而,特别是在高维系统中,识别此类非平凡现象的通用框架仍未被充分探索。在这项工作中,我们提出了一种普适的指纹,用于检测由全局在位对称性保护的临界自由费米子系统中的非平凡拓扑。具体而言,我们解析地建立了任意维度拓扑临界点处体纠缠谱与边界能谱之间的精确关系,证明边缘模式的简并度可以从体纠缠谱中提取。这些发现得到了晶格模型数值模拟的进一步支持,为识别临界自由费米子系统中的非平凡拓扑提供了一种普适的指纹。

英文摘要

Topological phenomena in quantum critical systems have recently attracted growing attention, as they go beyond the traditional paradigms of condensed matter and statistical physics. However, a general framework for identifying such nontrivial phenomena, particularly in higher-dimensional systems, remains insufficiently explored. In this work, we propose a universal fingerprint for detecting nontrivial topology in critical free-fermion systems protected by global on-site symmetries. Specifically, we analytically establish an exact relation between the bulk entanglement spectrum and the boundary energy spectrum at topological criticality in arbitrary dimensions, demonstrating that the degeneracy of edge modes can be extracted from the bulk entanglement spectrum. These findings, further supported by numerical simulations of lattice models, provide a universal fingerprint for identifying nontrivial topology in critical free-fermion systems.

2605.14800 2026-05-27 math.OC

Avoiding Bias in Clipped SGD for Overparameterized Models under Generalized Smoothness

避免广义光滑性下过参数化模型中的裁剪SGD偏差

Aleksandr Lobanov, Anastasia Koloskova

AI总结 本文证明在过参数化和温和批次大小假设下,裁剪SGD和归一化SGD不会因裁剪引入偏差,其收敛速度与确定性方法相同,并利用(L0,L1)-光滑性改进了已知收敛率,同时扩展到重尾噪声等挑战性场景。

详情
AI中文摘要

现代机器学习由能够插值数据并实现零训练损失的复杂过参数化架构主导。对于此类模型,我们研究了标准SGD的两种流行修改——裁剪SGD和归一化SGD的收敛性质。我们证明,在过参数化和对批次大小的温和假设下,裁剪SGD和归一化SGD都不会受到通常由裁剪引入的偏差的影响,其收敛速度与确定性对应方法相同。这为梯度裁剪方法的经验成功提供了严格的理论依据。在我们的分析中,我们采用$(L_0,L_1)$-光滑性条件,在此条件下我们获得的收敛率优于先前工作中已知的最佳结果。此外,我们将分析扩展到特定的挑战性场景,包括重尾噪声、$(H_0,H_1)$-光滑性(严格弱于优化文献中的标准假设)以及确定性场景。

英文摘要

Modern machine learning is dominated by complex, overparameterized architectures capable of interpolating data and achieving zero training loss. For such models, we investigate the convergence properties of two popular modifications to standard SGD: clipped SGD and normalized SGD. We show that under overparameterization and a mild assumption on batch size, both clipped and normalized SGD do not suffer from the bias typically introduced by clipping, converging effectively at the same rate as their deterministic counterparts. This provides a rigorous theoretical justification for the empirical success of gradient clipping methods. In our analysis, we employ the $(L_0,L_1)$-smoothness condition, under which we obtain convergence rates that improve upon the best known results in prior work. Furthermore, we extend our analysis to specific challenging regimes, including heavy-tailed noise, $(H_0,H_1)$-smoothness (which is strictly weaker than standard assumptions in optimization literature) and the deterministic regime.

2605.14519 2026-05-27 math.OC

On the optimal portfolio problem with partial information and related mean field games with relative performance criteria

部分信息下的最优投资组合问题及具有相对绩效准则的均值场博弈

Panagiotis Souganidis, Thaleia Zariphopoulou

AI总结 研究股票漂移部分信息下的最优投资组合选择,通过新方法求解单代理问题并推广到N人博弈的均值场极限,得到显式解和正则性结果。

Comments 48 pages

详情
AI中文摘要

我们研究股票漂移部分信息市场中的最优投资组合选择模型。我们使用一种新方法求解一般效用下的单代理问题,该方法得到价值函数的正则性和最优过程的闭式表达式。我们考虑一个N人博弈,其中参与者通过同伴财富的规律相互作用,并研究其均值场极限。这导致了一个场均衡博弈。我们分析了可分离耦合和一般效用的情形,并将博弈的价值表示为单代理问题与一个在测度空间中求解非局部拟线性偏微分方程的函数组合。我们利用无差异估值和无套利定价的元素解释结果。最后,当耦合仅依赖于同伴财富的平均值时,我们推导出代表性情形的显式解和各种正则性结果。

英文摘要

We study optimal portfolio choice models in markets with partial information about the stock's drift. We solve the single agent problem for general utilities using a new approach that yields regularity of the value function and closed form expressions for the optimal processes. We consider a N player game in which players interact through the law of peer's wealth and study its mean field limit. This leads to a a game with field equilibrium. We analyze the cases of separable couplings and general utilities, and represent the value of the game as a compilation of the single player problem and a function solving a non local quasilinear pde in the space of measures. We interpret the findings using elements from indifference valuation and arbitrage free pricing, Finally, when the couplings depend only on the average of peer's wealth, we derive explicit solutions and various regularity results for representative cases.

2605.13888 2026-05-27 math.NT

Local certification of residual squareclasses in $\mathbb Q(\sqrt{2},\sqrt{pq},\sqrt{ps})$: one-bit, affine, and finite-choice Hilbert-symbol frameworks

在 $\mathbb Q(\sqrt{2},\sqrt{pq},\sqrt{ps})$ 中剩余平方类的局部认证:单比特、仿射和有限选择 Hilbert 符号框架

Dang Vo Phuc

AI总结 本文通过局部准则和 Hilbert 符号解决了八次多二次域 $\mathbb{Q}(\sqrt{2}, \sqrt{pq}, \sqrt{ps})$ 中单位生成元的剩余比特选择问题,并建立了局部认证的层次结构。

Comments 20 pages. To appear in Mathematica Bohemica (2026)

详情
AI中文摘要

El Hamam 最近的工作描述了若干 8 次和 16 次多二次域族的显式基本单位系。在 8 次域 $L^+ = \mathbb{Q}(\sqrt{2}, \sqrt{pq}, \sqrt{ps})$ 中,修正后的分类仍留下一个剩余二元不确定性:必须决定两个显式构造的平方类中哪一个给出最终的单位生成元。在本文中,我们使这个剩余比特显式化。首先,我们给出一个显式的局部准则,决定最近文献中未确定的参数 $\mu\in \{1, \varepsilon_{pq}\}$。该准则首先用单个有限位点的 Hilbert 符号表示,然后被精炼为在选定的分裂辅助有理素数处的剩余准则。其次,我们证明标准剩余数据 $D(p,q,s) = \left( p \bmod 8,\,\, q \bmod 8,\,\, s \bmod 8,\,\, \biggl(\dfrac{q}{p}\biggr),\,\, \biggl(\dfrac{s}{p}\biggr),\,\, \biggl(\dfrac{q}{s}\biggr) \right)$ 不能确定最终生成元:我们计算了具有相同 $D(p,q,s)$ 但剩余比特值相反的显式三元组。第三,我们将单比特问题置于 $K^\times/K^{\times2}$ 中局部认证结果的层次结构中:除了线性剩余选择陈述,我们还证明了剩余选择陪集的仿射局部认证定理和任意有限候选族的有限测试集分离定理。

英文摘要

Recent works of El Hamam described explicit fundamental systems of units for several families of multiquadratic fields of degrees 8 and 16. In the degree-8 field $L^+ = \mathbb{Q}(\sqrt{2}, \sqrt{pq}, \sqrt{ps}),$ the corrected classification still leaves a residual binary indeterminacy: one must decide which of two explicitly constructed squareclasses gives the final unit generator. In this paper, we make this remaining bit explicit. First, we give an explicit local criterion deciding the parameter $μ\in \{1, ε_{pq}\}$ left open in recent literature. The criterion is first expressed in terms of Hilbert symbols at a single finite place, and is then sharpened to a residue criterion at a chosen split auxiliary rational prime. Second, we show that the standard residue datum $D(p,q,s) = \left( p \bmod 8,\,\, q \bmod 8,\,\, s \bmod 8,\,\, \biggl(\dfrac{q}{p}\biggr),\,\, \biggl(\dfrac{s}{p}\biggr),\,\, \biggl(\dfrac{q}{s}\biggr) \right)$ does not determine the final generator: we compute explicit triples with the same $D(p,q,s)$ but opposite values of the residual bit. Third, we place the one-bit problem inside a hierarchy of local-certification results in $K^\times/K^{\times2}$: besides the linear residual-choice statement, we prove an affine local-certification theorem for residual-choice cosets and a finite-test-set separation theorem for arbitrary finite candidate families.

2605.13677 2026-05-27 quant-ph gr-qc physics.atom-ph

Decoherence of spatial superpositions along stationary worldlines

沿静止世界线的空间叠加退相干

Clemens Jakubec, Aaron Bartleson, Peter W. Milonni, Kanu Sinha

AI总结 本文分析了粒子沿静止世界线在闵可夫斯基真空中运动时,其空间叠加的退相干机制,通过内部自由度与标量场耦合以及质心运动,推导出量子布朗运动主方程,并评估了双曲运动和匀速圆周运动两种情况下的退相干速率。

Comments Added more details to appendix. Added references and corrected typos

详情
AI中文摘要

我们分析了粒子沿静止世界线在闵可夫斯基真空中运动时其空间叠加的退相干。粒子通过一个内部自由度(与标量场耦合)和一个外部自由度(即围绕静止世界线的量子化质心运动)来建模。假设粒子内部和外部动力学之间存在时间尺度分离,我们首先获得了粒子的有效红移极化率,它表征了内部振子对场的轨迹依赖线性响应。然后,在玻恩-马尔可夫近似下,我们推导了粒子质心的量子布朗运动主方程,该方程描述了其在位置基下的退相干,以及对应于色散势的哈密顿量修正。由此产生的退相干有两个组成部分:(1)来自粒子观测到的修正场谱;(2)由于粒子扩展空间波函数上的微分时间膨胀。对于静止轨迹,两个贡献都呈现有效热形式。我们评估了双曲运动和匀速圆周运动两种特定情况下的退相干速率。

英文摘要

We analyze the decoherence of a particle's spatial superposition moving along a stationary worldline through the Minkowski vacuum. The particle is modeled via an internal degree of freedom that couples to a scalar field, and an external degree of freedom, i.e., its quantized center-of-mass motion around the stationary worldline. Assuming a separation of time scales between the particle's internal and external dynamics, we first obtain an effective red-shifted polarizability of the particle, characterizing the trajectory-dependent linear response of the internal oscillator to the field. We then derive a quantum Brownian motion master equation for the particle's center of mass, under the Born-Markov approximation, which describes its decoherence in the position basis, as well as, Hamiltonian modifications corresponding to a dispersive potential. The resulting decoherence has two components: (1) arising from a modified field spectrum observed by the particle; and (2) due to a differential time-dilation over the particle's extended spatial wavefunction. For stationary trajectories, both contributions take an effectively thermal form. We evaluate the decoherence rates for two specific cases of hyperbolic and uniform circular motion.