@misc{21971,
  abstract     = {A Rust library for analyzing dendritic structures using quadric matrices. This project provides efficient tools for representing dendritic trees, computing quadric error metrics, and visualizing eigenvalue distributions on hexagonal plots.

This library implements quadric-based geometric analysis of dendritic structures, commonly found in neuroscience applications. Key features include:

Tree data structures: Hierarchical vertex and edge representations for dendritic trees
Quadric matrices: Computation of quadric error metrics for edges and vertices
Visualisation: Hexagonal plot generation using NormPolar transformations
Interactive tools: Desktop application with plotting capabilities},
  author       = {Bleile, Yossi and Cortinovis, Emanuele},
  keywords     = {quadratics, mathematics, dendrites, geometry, topology},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Quadrix}},
  doi          = {10.15479/AT-ISTA-21971},
  year         = {2026},
}

@unpublished{22340,
  abstract     = {We show that Laplace isospectral deformations within a conformal class of generic Liouville metrics on the two-dimensional torus that are linear in the deformation parameter are necessarily trivial. Two of the main ingredients in our proof are a noncancellation result for the wave trace and an analysis of the second order variational formula for the energy functional associated to closed geodesics. Noncancellation allows us to detect parts of the length spectrum from the Laplace spectrum and conclude rational integrability for the deformed geodesic flow (Liouville metrics are folklorically conjectured to be the only Riemannian metrics with integrable geodesic flow on the torus). We then use the second variational formula to show how the preservation of a single rational torus is sufficient to conclude triviality of the deformation, assuming linearity. We also present some evidence that our hypothesis of linearity may indeed be necessary.},
  author       = {Henheik, Sven Joscha and Kaloshin, Vadim and Li, Yunzhe and Vig, Amir},
  booktitle    = {arXiv},
  keywords     = {Differential Geometry (math.DG), Mathematical Physics (math-ph), Dynamical Systems (math.DS), Spectral Theory (math.SP), FOS: Mathematics, FOS: Mathematics, FOS: Physical sciences, FOS: Physical sciences, 58J42, 37J35, 37J35, 35P20, 58J40, 58J50, 37D40},
  title        = {{Spectral rigidity of Liouville tori}},
  doi          = {10.48550/ARXIV.2511.10398},
  year         = {2025},
}

@unpublished{22341,
  abstract     = {We construct nontrivial deformations of the standard map which preserve the symplectic actions, respectively the Lyapunov exponents, of infinitely many periodic orbits accumulating to an invariant curve. The proof uses a resonant normal-form construction to obtain a sequence of periodic orbits accumulating on an invariant curve with a Liouville rotation number. Within these normal forms we capture the dependence of these periodic orbits on the resonant Fourier coefficients of the dynamics on the invariant curve and, using the contraction mapping principle, obtain a suitable deformation achieving the prescribed spectral data associated with this sequence of orbits. The result can be viewed as a symplectic twist-map analogue of a length spectral nonrigidity phenomenon for Riemannian manifolds and convex billiards, and it motivates the existence problem for similar 'partially length-isospectral' deformations of strictly convex billiard tables.},
  author       = {Li, Yunzhe},
  booktitle    = {arXiv},
  keywords     = {Dynamical Systems (math.DS), FOS: Mathematics, FOS: Mathematics},
  title        = {{Deformations of the standard map with prescribed actions and Lyapunov exponents}},
  doi          = {10.48550/ARXIV.2512.03865},
  year         = {2025},
}

@article{12178,
  abstract     = {In this paper we consider the stochastic primitive equation for geophysical flows subject to transport noise and turbulent pressure. Admitting very rough noise terms, the global existence and uniqueness of solutions to this stochastic partial differential equation are proven using stochastic maximal L² regularity, the theory of critical spaces for stochastic evolution equations, and global a priori bounds. Compared to other results in this direction, we do not need any smallness assumption on the transport noise which acts directly on the velocity field and we also allow rougher noise terms. The adaptation to Stratonovich type noise and, more generally, to variable viscosity and/or conductivity are discussed as well.},
  author       = {Agresti, Antonio and Hieber, Matthias and Hussein, Amru and Saal, Martin},
  issn         = {2194-041X},
  journal      = {Stochastics and Partial Differential Equations: Analysis and Computations},
  keywords     = {Applied Mathematics, Modeling and Simulation, Statistics and Probability},
  pages        = {53--133},
  publisher    = {Springer Nature},
  title        = {{The stochastic primitive equations with transport noise and turbulent pressure}},
  doi          = {10.1007/s40072-022-00277-3},
  volume       = {12},
  year         = {2024},
}

@article{14986,
  abstract     = {We prove a version of the tamely ramified geometric Langlands correspondence in positive characteristic for GLn(k). Let k be an algebraically closed field of characteristic p>n. Let X be a smooth projective curve over k with marked points, and fix a parabolic subgroup of GLn(k) at each marked point. We denote by Bunn,P the moduli stack of (quasi-)parabolic vector bundles on X, and by Locn,P the moduli stack of parabolic flat connections such that the residue is nilpotent with respect to the parabolic reduction at each marked point. We construct an equivalence between the bounded derived category Db(Qcoh(Loc0n,P)) of quasi-coherent sheaves on an open substack Loc0n,P⊂Locn,P, and the bounded derived category Db(D0Bunn,P-mod) of D0Bunn,P-modules, where D0Bunn,P is a localization of DBunn,P the sheaf of crystalline differential operators on Bunn,P. Thus we extend the work of Bezrukavnikov-Braverman to the tamely ramified case. We also prove a correspondence between flat connections on X with regular singularities and meromorphic Higgs bundles on the Frobenius twist X(1) of X with first order poles .},
  author       = {Shen, Shiyu},
  issn         = {1687-0247},
  journal      = {International Mathematics Research Notices},
  keywords     = {General Mathematics},
  number       = {7},
  pages        = {6176--6208},
  publisher    = {Oxford University Press},
  title        = {{Tamely ramified geometric Langlands correspondence in positive characteristic}},
  doi          = {10.1093/imrn/rnae005},
  volume       = {2024},
  year         = {2024},
}

@article{12164,
  abstract     = {A shared-memory counter is a widely-used and well-studied concurrent object. It supports two operations: An Inc operation that increases its value by 1 and a Read operation that returns its current value. In Jayanti et al (SIAM J Comput, 30(2), 2000), Jayanti, Tan and Toueg proved a linear lower bound on the worst-case step complexity of obstruction-free implementations, from read-write registers, of a large class of shared objects that includes counters. The lower bound leaves open the question of finding counter implementations with sub-linear amortized step complexity. In this work, we address this gap. We show that n-process, wait-free and linearizable counters can be implemented from read-write registers with O(log2n) amortized step complexity. This is the first counter algorithm from read-write registers that provides sub-linear amortized step complexity in executions of arbitrary length. Since a logarithmic lower bound on the amortized step complexity of obstruction-free counter implementations exists, our upper bound is within a logarithmic factor of the optimal. The worst-case step complexity of the construction remains linear, which is optimal. This is obtained thanks to a new max register construction with O(logn) amortized step complexity in executions of arbitrary length in which the value stored in the register does not grow too quickly. We then leverage an existing counter algorithm by Aspnes, Attiya and Censor-Hillel [1] in which we “plug” our max register implementation to show that it remains linearizable while achieving O(log2n) amortized step complexity.},
  author       = {Baig, Mirza Ahad and Hendler, Danny and Milani, Alessia and Travers, Corentin},
  issn         = {1432-0452},
  journal      = {Distributed Computing},
  keywords     = {Computational Theory and Mathematics, Computer Networks and Communications, Hardware and Architecture, Theoretical Computer Science},
  pages        = {29--43},
  publisher    = {Springer Nature},
  title        = {{Long-lived counters with polylogarithmic amortized step complexity}},
  doi          = {10.1007/s00446-022-00439-5},
  volume       = {36},
  year         = {2023},
}

@article{12287,
  abstract     = {We present criteria for establishing a triangulation of a manifold. Given a manifold M, a simplicial complex A, and a map H from the underlying space of A to M, our criteria are presented in local coordinate charts for M, and ensure that H is a homeomorphism. These criteria do not require a differentiable structure, or even an explicit metric on M. No Delaunay property of A is assumed. The result provides a triangulation guarantee for algorithms that construct a simplicial complex by working in local coordinate patches. Because the criteria are easily verified in such a setting, they are expected to be of general use.},
  author       = {Boissonnat, Jean-Daniel and Dyer, Ramsay and Ghosh, Arijit and Wintraecken, Mathijs},
  issn         = {1432-0444},
  journal      = {Discrete & Computational Geometry},
  keywords     = {Computational Theory and Mathematics, Discrete Mathematics and Combinatorics, Geometry and Topology, Theoretical Computer Science},
  pages        = {156--191},
  publisher    = {Springer Nature},
  title        = {{Local criteria for triangulating general manifolds}},
  doi          = {10.1007/s00454-022-00431-7},
  volume       = {69},
  year         = {2023},
}

@article{12563,
  abstract     = {he approximate graph coloring problem, whose complexity is unresolved in most cases, concerns finding a c-coloring of a graph that is promised to be k-colorable, where c≥k. This problem naturally generalizes to promise graph homomorphism problems and further to promise constraint satisfaction problems. The complexity of these problems has recently been studied through an algebraic approach. In this paper, we introduce two new techniques to analyze the complexity of promise CSPs: one is based on topology and the other on adjunction. We apply these techniques, together with the previously introduced algebraic approach, to obtain new unconditional NP-hardness results for a significant class of approximate graph coloring and promise graph homomorphism problems.},
  author       = {Krokhin, Andrei and Opršal, Jakub and Wrochna, Marcin and Živný, Stanislav},
  issn         = {1095-7111},
  journal      = {SIAM Journal on Computing},
  keywords     = {General Mathematics, General Computer Science},
  number       = {1},
  pages        = {38--79},
  publisher    = {Society for Industrial and Applied Mathematics},
  title        = {{Topology and adjunction in promise constraint satisfaction}},
  doi          = {10.1137/20m1378223},
  volume       = {52},
  year         = {2023},
}

@article{14499,
  abstract     = {An n-vertex graph is called C-Ramsey if it has no clique or independent set of size Clog2n (i.e., if it has near-optimal Ramsey behavior). In this paper, we study edge statistics in Ramsey graphs, in particular obtaining very precise control of the distribution of the number of edges in a random vertex subset of a C-Ramsey graph. This brings together two ongoing lines of research: the study of ‘random-like’ properties of Ramsey graphs and the study of small-ball probability for low-degree polynomials of independent random variables.

The proof proceeds via an ‘additive structure’ dichotomy on the degree sequence and involves a wide range of different tools from Fourier analysis, random matrix theory, the theory of Boolean functions, probabilistic combinatorics and low-rank approximation. In particular, a key ingredient is a new sharpened version of the quadratic Carbery–Wright theorem on small-ball probability for polynomials of Gaussians, which we believe is of independent interest. One of the consequences of our result is the resolution of an old conjecture of Erdős and McKay, for which Erdős reiterated in several of his open problem collections and for which he offered one of his notorious monetary prizes.},
  author       = {Kwan, Matthew Alan and Sah, Ashwin and Sauermann, Lisa and Sawhney, Mehtaab},
  issn         = {2050-5086},
  journal      = {Forum of Mathematics, Pi},
  keywords     = {Discrete Mathematics and Combinatorics, Geometry and Topology, Mathematical Physics, Statistics and Probability, Algebra and Number Theory, Analysis},
  publisher    = {Cambridge University Press},
  title        = {{Anticoncentration in Ramsey graphs and a proof of the Erdős–McKay conjecture}},
  doi          = {10.1017/fmp.2023.17},
  volume       = {11},
  year         = {2023},
}

@article{14737,
  abstract     = {John’s fundamental theorem characterizing the largest volume ellipsoid contained in a convex body $K$ in $\mathbb{R}^{d}$ has seen several generalizations and extensions. One direction, initiated by V. Milman is to replace ellipsoids by positions (affine images) of another body $L$. Another, more recent direction is to consider logarithmically concave functions on $\mathbb{R}^{d}$ instead of convex bodies: we designate some special, radially symmetric log-concave function $g$ as the analogue of the Euclidean ball, and want to find its largest integral position under the constraint that it is pointwise below some given log-concave function $f$. We follow both directions simultaneously: we consider the functional question, and allow essentially any meaningful function to play the role of $g$ above. Our general theorems jointly extend known results in both directions. The dual problem in the setting of convex bodies asks for the smallest volume ellipsoid, called Löwner’s ellipsoid, containing $K$. We consider the analogous problem for functions: we characterize the solutions of the optimization problem of finding a smallest integral position of some log-concave function $g$ under the constraint that it is pointwise above $f$. It turns out that in the functional setting, the relationship between the John and the Löwner problems is more intricate than it is in the setting of convex bodies.},
  author       = {Ivanov, Grigory and Naszódi, Márton},
  issn         = {1687-0247},
  journal      = {International Mathematics Research Notices},
  keywords     = {General Mathematics},
  number       = {23},
  pages        = {20613--20669},
  publisher    = {Oxford University Press},
  title        = {{Functional John and Löwner conditions for pairs of log-concave functions}},
  doi          = {10.1093/imrn/rnad210},
  volume       = {2023},
  year         = {2023},
}

@article{14739,
  abstract     = {Attempts to incorporate topological information in supervised learning tasks have resulted in the creation of several techniques for vectorizing persistent homology barcodes. In this paper, we study thirteen such methods. Besides describing an organizational framework for these methods, we comprehensively benchmark them against three well-known classification tasks. Surprisingly, we discover that the best-performing method is a simple vectorization, which consists only of a few elementary summary statistics. Finally, we provide a convenient web application which has been designed to facilitate exploration and experimentation with various vectorization methods.},
  author       = {Ali, Dashti and Asaad, Aras and Jimenez, Maria-Jose and Nanda, Vidit and Paluzo-Hidalgo, Eduardo and Soriano Trigueros, Manuel},
  issn         = {1939-3539},
  journal      = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
  keywords     = {Applied Mathematics, Artificial Intelligence, Computational Theory and Mathematics, Computer Vision and Pattern Recognition, Software},
  number       = {12},
  pages        = {14069--14080},
  publisher    = {IEEE},
  title        = {{A survey of vectorization methods in topological data analysis}},
  doi          = {10.1109/tpami.2023.3308391},
  volume       = {45},
  year         = {2023},
}

@article{14754,
  abstract     = {The large-scale laminar/turbulent spiral patterns that appear in the linearly unstable regime of counter-rotating Taylor–Couette flow are investigated from a statistical perspective by means of direct numerical simulation. Unlike the vast majority of previous numerical studies, we analyse the flow in periodic parallelogram-annular domains, following a coordinate change that aligns one of the parallelogram sides with the spiral pattern. The domain size, shape and spatial resolution have been varied and the results compared with those in a sufficiently large computational orthogonal domain with natural axial and azimuthal periodicity. We find that a minimal parallelogram of the right tilt significantly reduces the computational cost without notably compromising the statistical properties of the supercritical turbulent spiral. Its mean structure, obtained from extremely long time integrations in a co-rotating reference frame using the method of slices, bears remarkable similarity with the turbulent stripes observed in plane Couette flow, the centrifugal instability playing only a secondary role.},
  author       = {Wang, B. and Mellibovsky, F. and Ayats López, Roger and Deguchi, K. and Meseguer, A.},
  issn         = {1471-2962},
  journal      = {Philosophical Transactions of the Royal Society A},
  keywords     = {General Physics and Astronomy, General Engineering, General Mathematics},
  number       = {2246},
  publisher    = {The Royal Society},
  title        = {{Mean structure of the supercritical turbulent spiral in Taylor–Couette flow}},
  doi          = {10.1098/rsta.2022.0112},
  volume       = {381},
  year         = {2023},
}

@article{14755,
  abstract     = {We consider the sharp interface limit for the scalar-valued and vector-valued Allen–Cahn equation with homogeneous Neumann boundary condition in a bounded smooth domain Ω of arbitrary dimension N ⩾ 2 in the situation when a two-phase diffuse interface has developed and intersects the boundary ∂ Ω. The limit problem is mean curvature flow with 90°-contact angle and we show convergence in strong norms for well-prepared initial data as long as a smooth solution to the limit problem exists. To this end we assume that the limit problem has a smooth solution on [ 0 , T ] for some time T &gt; 0. Based on the latter we construct suitable curvilinear coordinates and set up an asymptotic expansion for the scalar-valued and the vector-valued Allen–Cahn equation. In order to estimate the difference of the exact and approximate solutions with a Gronwall-type argument, a spectral estimate for the linearized Allen–Cahn operator in both cases is required. The latter will be shown in a separate paper, cf. (Moser (2021)).},
  author       = {Moser, Maximilian},
  issn         = {1875-8576},
  journal      = {Asymptotic Analysis},
  keywords     = {General Mathematics},
  number       = {3-4},
  pages        = {297--383},
  publisher    = {IOS Press},
  title        = {{Convergence of the scalar- and vector-valued Allen–Cahn equation to mean curvature flow with 90°-contact angle in higher dimensions, part I: Convergence result}},
  doi          = {10.3233/asy-221775},
  volume       = {131},
  year         = {2023},
}

@article{14780,
  abstract     = {In this paper, we study the eigenvalues and eigenvectors of the spiked invariant multiplicative models when the randomness is from Haar matrices. We establish the limits of the outlier eigenvalues λˆi and the generalized components (⟨v,uˆi⟩ for any deterministic vector v) of the outlier eigenvectors uˆi with optimal convergence rates. Moreover, we prove that the non-outlier eigenvalues stick with those of the unspiked matrices and the non-outlier eigenvectors are delocalized. The results also hold near the so-called BBP transition and for degenerate spikes. On one hand, our results can be regarded as a refinement of the counterparts of [12] under additional regularity conditions. On the other hand, they can be viewed as an analog of [34] by replacing the random matrix with i.i.d. entries with Haar random matrix.},
  author       = {Ding, Xiucai and Ji, Hong Chang},
  issn         = {1879-209X},
  journal      = {Stochastic Processes and their Applications},
  keywords     = {Applied Mathematics, Modeling and Simulation, Statistics and Probability},
  pages        = {25--60},
  publisher    = {Elsevier},
  title        = {{Spiked multiplicative random matrices and principal components}},
  doi          = {10.1016/j.spa.2023.05.009},
  volume       = {163},
  year         = {2023},
}

@article{10842,
  abstract     = {We determine the unique factorization of some polynomials over a finite local commutative ring with identity explicitly. This solves and generalizes the main conjecture of Qian, Shi and Solé in [13]. We also give some applications to enumeration of certain generalized double circulant self-dual and linear complementary dual (LCD) codes over some finite rings together with an application in asymptotic coding theory.},
  author       = {Köse, Seyda and Özbudak, Ferruh},
  issn         = {1936-2455},
  journal      = {Cryptography and Communications},
  keywords     = {Applied Mathematics, Computational Theory and Mathematics, Computer Networks and Communications},
  number       = {4},
  pages        = {933--948},
  publisher    = {Springer Nature},
  title        = {{Factorization of some polynomials over finite local commutative rings and applications to certain self-dual and LCD codes}},
  doi          = {10.1007/s12095-022-00557-8},
  volume       = {14},
  year         = {2022},
}

@article{11135,
  abstract     = {We consider a correlated NxN Hermitian random matrix with a polynomially decaying metric correlation structure. By calculating the trace of the moments of the matrix and using the summable decay of the cumulants, we show that its operator norm is stochastically dominated by one.},
  author       = {Reker, Jana},
  issn         = {2010-3271},
  journal      = {Random Matrices: Theory and Applications},
  keywords     = {Discrete Mathematics and Combinatorics, Statistics, Probability and Uncertainty, Statistics and Probability, Algebra and Number Theory},
  number       = {4},
  publisher    = {World Scientific Publishing},
  title        = {{On the operator norm of a Hermitian random matrix with correlated entries}},
  doi          = {10.1142/s2010326322500368},
  volume       = {11},
  year         = {2022},
}

@article{11343,
  abstract     = {Multistable systems are characterized by exhibiting domain coexistence, where each domain accounts for the different equilibrium states. In case these systems are described by vectorial fields, domains can be connected through topological defects. Vortices are one of the most frequent and studied topological defect points. Optical vortices are equally relevant for their fundamental features as beams with topological features and their applications in image processing, telecommunications, optical tweezers, and quantum information. A natural source of optical vortices is the interaction of light beams with matter vortices in liquid crystal cells. The rhythms that govern the emergence of matter vortices due to fluctuations are not established. Here, we investigate the nucleation mechanisms of the matter vortices in liquid crystal cells and establish statistical laws that govern them. Based on a stochastic amplitude equation, the law for the number of nucleated vortices as a function of anisotropy, voltage, and noise level intensity is set. Experimental observations in a nematic liquid crystal cell with homeotropic anchoring and a negative anisotropic dielectric constant under the influence of a transversal electric field show a qualitative agreement with the theoretical findings.},
  author       = {Aguilera, Esteban and Clerc, Marcel G. and Zambra, Valeska},
  issn         = {1573-269X},
  journal      = {Nonlinear Dynamics},
  keywords     = {Electrical and Electronic Engineering, Applied Mathematics, Mechanical Engineering, Ocean Engineering, Aerospace Engineering, Control and Systems Engineering},
  pages        = {3209--3218},
  publisher    = {Springer Nature},
  title        = {{Vortices nucleation by inherent fluctuations in nematic liquid crystal cells}},
  doi          = {10.1007/s11071-022-07396-5},
  volume       = {108},
  year         = {2022},
}

@article{11447,
  abstract     = {Empirical essays of fitness landscapes suggest that they may be rugged, that is having multiple fitness peaks. Such fitness landscapes, those that have multiple peaks, necessarily have special local structures, called reciprocal sign epistasis (Poelwijk et al. in J Theor Biol 272:141–144, 2011). Here, we investigate the quantitative relationship between the number of fitness peaks and the number of reciprocal sign epistatic interactions. Previously, it has been shown (Poelwijk et al. in J Theor Biol 272:141–144, 2011) that pairwise reciprocal sign epistasis is a necessary but not sufficient condition for the existence of multiple peaks. Applying discrete Morse theory, which to our knowledge has never been used in this context, we extend this result by giving the minimal number of reciprocal sign epistatic interactions required to create a given number of peaks.},
  author       = {Saona Urmeneta, Raimundo J and Kondrashov, Fyodor and Khudiakova, Kseniia},
  issn         = {1522-9602},
  journal      = {Bulletin of Mathematical Biology},
  keywords     = {Computational Theory and Mathematics, General Agricultural and Biological Sciences, Pharmacology, General Environmental Science, General Biochemistry, Genetics and Molecular Biology, General Mathematics, Immunology, General Neuroscience},
  number       = {8},
  publisher    = {Springer Nature},
  title        = {{Relation between the number of peaks and the number of reciprocal sign epistatic interactions}},
  doi          = {10.1007/s11538-022-01029-z},
  volume       = {84},
  year         = {2022},
}

@article{11556,
  abstract     = {We revisit two basic Direct Simulation Monte Carlo Methods to model aggregation kinetics and extend them for aggregation processes with collisional fragmentation (shattering). We test the performance and accuracy of the extended methods and compare their performance with efficient deterministic finite-difference method applied to the same model. We validate the stochastic methods on the test problems and apply them to verify the existence of oscillating regimes in the aggregation-fragmentation kinetics recently detected in deterministic simulations. We confirm the emergence of steady oscillations of densities in such systems and prove the stability of the
oscillations with respect to fluctuations and noise.},
  author       = {Kalinov, Aleksei and Osinskiy, A.I. and Matveev, S.A. and Otieno, W. and Brilliantov, N.V.},
  issn         = {0021-9991},
  journal      = {Journal of Computational Physics},
  keywords     = {Computer Science Applications, Physics and Astronomy (miscellaneous), Applied Mathematics, Computational Mathematics, Modeling and Simulation, Numerical Analysis},
  publisher    = {Elsevier},
  title        = {{Direct simulation Monte Carlo for new regimes in aggregation-fragmentation kinetics}},
  doi          = {10.1016/j.jcp.2022.111439},
  volume       = {467},
  year         = {2022},
}

@article{11717,
  abstract     = {We study rigidity of rational maps that come from Newton's root finding method for polynomials of arbitrary degrees. We establish dynamical rigidity of these maps: each point in the Julia set of a Newton map is either rigid (i.e. its orbit can be distinguished in combinatorial terms from all other orbits), or the orbit of this point eventually lands in the filled-in Julia set of a polynomial-like restriction of the original map. As a corollary, we show that the Julia sets of Newton maps in many non-trivial cases are locally connected; in particular, every cubic Newton map without Siegel points has locally connected Julia set.
In the parameter space of Newton maps of arbitrary degree we obtain the following rigidity result: any two combinatorially equivalent Newton maps are quasiconformally conjugate in a neighborhood of their Julia sets provided that they either non-renormalizable, or they are both renormalizable “in the same way”.
Our main tool is a generalized renormalization concept called “complex box mappings” for which we extend a dynamical rigidity result by Kozlovski and van Strien so as to include irrationally indifferent and renormalizable situations.},
  author       = {Drach, Kostiantyn and Schleicher, Dierk},
  issn         = {0001-8708},
  journal      = {Advances in Mathematics},
  keywords     = {General Mathematics},
  number       = {Part A},
  publisher    = {Elsevier},
  title        = {{Rigidity of Newton dynamics}},
  doi          = {10.1016/j.aim.2022.108591},
  volume       = {408},
  year         = {2022},
}

