url stringlengths 31 38 | title stringlengths 7 229 | abstract stringlengths 44 2.87k | text stringlengths 319 2.51M | meta dict |
|---|---|---|---|---|
https://arxiv.org/abs/1410.4191 | Propagation time for zero forcing on a graph | Zero forcing (also called graph infection) on a simple, undirected graph $G$ is based on the color-change rule: If each vertex of $G$ is colored either white or black, and vertex $v$ is a black vertex with only one white neighbor $w$, then change the color of $w$ to black. A minimum zero forcing set is a set of black v... | \section{Propagation time}
All graphs are simple, finite, and undirected.
In a graph $G$ where some vertices are colored black and the remaining vertices are colored white, the {\em color change rule} is:
If $v$ is black and $w$ is the only white neighbor of $v$, then change the color of $w$ to black; if we apply th... | {
"timestamp": "2014-10-17T02:00:18",
"yymm": "1410",
"arxiv_id": "1410.4191",
"language": "en",
"url": "https://arxiv.org/abs/1410.4191",
"abstract": "Zero forcing (also called graph infection) on a simple, undirected graph $G$ is based on the color-change rule: If each vertex of $G$ is colored either whit... |
https://arxiv.org/abs/1808.06293 | Seymour's Second Neighborhood Conjecture for Subsets of Vertices | Seymour conjectured that every oriented simple graph contains a vertex whose second neighborhood is at least as large as its first. In this note, we put forward a conjecture that we prove is actually equivalent: every oriented simple graph contains a subset of vertices $S$ whose second neighborhood is at least as large... | \section{Introduction}
Unless otherwise noted, all digraphs in this paper are oriented simple graphs, and thus do not contain loops or two-cycles. We will use $V(D)$ to denote the set of vertices of a digraph $D$.
Given a digraph $D$ and vertices $u$ and $v$, let $d(u, v)$ be the length of the shortest directed pa... | {
"timestamp": "2019-04-15T02:20:56",
"yymm": "1808",
"arxiv_id": "1808.06293",
"language": "en",
"url": "https://arxiv.org/abs/1808.06293",
"abstract": "Seymour conjectured that every oriented simple graph contains a vertex whose second neighborhood is at least as large as its first. In this note, we put f... |
https://arxiv.org/abs/1411.3911 | Digits of pi: limits to the seeming randomness | The decimal digits of $\pi$ are widely believed to behave like as statistically independent random variables taking the values $0, 1, 2, 3, 4, 5$, $6, 7, 8, 9$ with equal probabilities $1/10$.In this article, first, another similar conjecture is explored - the seemingly almost random behaviour of digits in the base 3 r... | \section{Introduction}
\label{intro}
The decimal digits of $\pi$ are widely believed to behave like as statistically independent random variables taking the values $0, 1, 2, 3, 4, 5, 6, 7, 8, 9$ with equal probabilities $\frac{1}{10}$ (for an overview, see \cite{marsaglia}).
In Section \ref{powers} (it reproduces in ... | {
"timestamp": "2014-11-17T02:10:00",
"yymm": "1411",
"arxiv_id": "1411.3911",
"language": "en",
"url": "https://arxiv.org/abs/1411.3911",
"abstract": "The decimal digits of $\\pi$ are widely believed to behave like as statistically independent random variables taking the values $0, 1, 2, 3, 4, 5$, $6, 7, 8... |
https://arxiv.org/abs/2207.10289 | A comprehensive study of non-adaptive and residual-based adaptive sampling for physics-informed neural networks | Physics-informed neural networks (PINNs) have shown to be an effective tool for solving forward and inverse problems of partial differential equations (PDEs). PINNs embed the PDEs into the loss of the neural network, and this PDE loss is evaluated at a set of scattered residual points. The distribution of these points ... | \section{Introduction}
Physics-informed neural networks (PINNs)~\cite{raissi2019physics} have emerged in recent years and quickly became a powerful tool for solving both forward and inverse problems of partial differential equations (PDEs) via deep neural networks (DNNs)~\cite{raissi2020Hidden,lu2021deepxde,karniadaki... | {
"timestamp": "2022-07-22T02:10:01",
"yymm": "2207",
"arxiv_id": "2207.10289",
"language": "en",
"url": "https://arxiv.org/abs/2207.10289",
"abstract": "Physics-informed neural networks (PINNs) have shown to be an effective tool for solving forward and inverse problems of partial differential equations (PD... |
https://arxiv.org/abs/math/0608085 | On a conjecture of Wilf | Let n and k be natural numbers and let S(n,k) denote the Stirling numbers of the second kind. It is a conjecture of Wilf that the alternating sum \sum_{j=0}^{n} (-1)^{j} S(n,j) is nonzero for all n>2. We prove this conjecture for all n not congruent to 2 and not congruent to 2944838 modulo 3145728 and discuss applicati... | \section{Introduction}
Let $n$ and $k$ be natural numbers. The Stirling numbers $S(n,k)$ of the second kind are given by
\[x^n=\sum_{k=0}^{\infty}S(n,k)(x)_k,\] where
$(x)_k:=x(x-1)(x-2)\ldots(x-k+1)$ for $k \in \mathbb{N}\setminus
\{0\}$ and $(x)_0:=1.$ $S(n,k)$ is the number of ways in
which it is possible to partit... | {
"timestamp": "2007-01-26T13:47:41",
"yymm": "0608",
"arxiv_id": "math/0608085",
"language": "en",
"url": "https://arxiv.org/abs/math/0608085",
"abstract": "Let n and k be natural numbers and let S(n,k) denote the Stirling numbers of the second kind. It is a conjecture of Wilf that the alternating sum \\su... |
https://arxiv.org/abs/1306.4434 | An Introduction to the Discharging Method via Graph Coloring | We provide a "how-to" guide to the use and application of the Discharging Method. Our aim is not to exhaustively survey results proved by this technique, but rather to demystify the technique and facilitate its wider use, using applications in graph coloring as examples. Along the way, we present some new proofs and ne... | \section{Introduction}
The Discharging Method has been used in graph theory for more than 100 years.
Its most famous application is the proof of the Four Color Theorem,
stating that graphs embeddable in the plane have chromatic number at most $4$.
Nevetheless, the method remains a mystery to many graph theorists. Our ... | {
"timestamp": "2013-06-20T02:01:10",
"yymm": "1306",
"arxiv_id": "1306.4434",
"language": "en",
"url": "https://arxiv.org/abs/1306.4434",
"abstract": "We provide a \"how-to\" guide to the use and application of the Discharging Method. Our aim is not to exhaustively survey results proved by this technique, ... |
https://arxiv.org/abs/0902.0583 | Witness sets | Given a set C of binary n-tuples and c in C, how many bits of c suffice to distinguish it from the other elements in C? We shed new light on this old combinatorial problem and improve on previously known bounds. | \section{Introduction}
Let $C\subset\{0,1\}^n$ be a set of distinct binary vectors that we
will call a code, and denote by $[n] = \{1,2,...n\}$ the set of
coordinate positions. It is standard in coding theory to ask for codes
(or sets) $C$ such that every codeword $c\in C$ is as different as
possible from all the other... | {
"timestamp": "2009-02-03T15:28:58",
"yymm": "0902",
"arxiv_id": "0902.0583",
"language": "en",
"url": "https://arxiv.org/abs/0902.0583",
"abstract": "Given a set C of binary n-tuples and c in C, how many bits of c suffice to distinguish it from the other elements in C? We shed new light on this old combin... |
https://arxiv.org/abs/2109.06690 | Birth and life of the $L^{2}$ boundedness of the Cauchy Integral on Lipschitz graphs | We review various motives for considering the problem of estimating the Cauchy Singular Integral on Lipschitz graphs in the $L^{2}$ norm. We follow the thread that led to the solution and then describe a few of the innumerable applications and ramifications of this fundamental result. We concentrate on its influence in... | \section{Introduction}
In 1982 Coifman, McIntosh and Meyer proved that the Cauchy Singular Integral on a Lipschitz graph is $L^2$ bounded with respect
to arc length on the curve \cite{CMM}. This is a deep result, simple to state, elegant, direct. In spite of its apparently specialized nature,
it lies at the core of su... | {
"timestamp": "2021-09-15T02:25:50",
"yymm": "2109",
"arxiv_id": "2109.06690",
"language": "en",
"url": "https://arxiv.org/abs/2109.06690",
"abstract": "We review various motives for considering the problem of estimating the Cauchy Singular Integral on Lipschitz graphs in the $L^{2}$ norm. We follow the th... |
https://arxiv.org/abs/2210.00816 | The extended Frobenius problem for Fibonacci sequences incremented by a Fibonacci number | We study the extended Frobenius problem for sequences of the form $\{f_a+f_n\}_{n\in\mathbb{N}}$, where $\{f_n\}_{n\in\mathbb{N}}$ is the Fibonacci sequence and $f_a$ is a Fibonacci number. As a consequence, we show that the family of numerical semigroups associated to these sequences satisfies the Wilf's conjecture. | \section{Introduction}
Let $S\subseteq \mathbb{N}$ be the set generated by the sequence of positive integers $(a_1,\ldots,a_e)$, that is, $S=\langle a_1,\ldots,a_e \rangle = a_1{\mathbb N}+\cdots+a_e{\mathbb N}$. If $\gcd(a_1,\ldots,a_e)=1$, then it is well known that $S$ has a finite complement in $\mathbb{N}$. T... | {
"timestamp": "2022-11-04T01:01:44",
"yymm": "2210",
"arxiv_id": "2210.00816",
"language": "en",
"url": "https://arxiv.org/abs/2210.00816",
"abstract": "We study the extended Frobenius problem for sequences of the form $\\{f_a+f_n\\}_{n\\in\\mathbb{N}}$, where $\\{f_n\\}_{n\\in\\mathbb{N}}$ is the Fibonacc... |
https://arxiv.org/abs/2106.15667 | Even sets of nodes and Gauss genus theory | We observe that a lemma used in the study of even sets of nodes on surfaces applies almost verbatim to prove a celebrated formula of Gauss on the 2-torsion of the class group of a quadratic field. | \section{Introduction}
It is a great pleasure for me to dedicate this paper to Herb Clemens. I met Herb in Chile in 1972, and this played a decisive role in my mathematical orientation.
I visited Herb for one month in Salt Lake City in 1979. I was interested in surfaces at that time; I~gave in particular a talk about... | {
"timestamp": "2021-07-01T02:01:00",
"yymm": "2106",
"arxiv_id": "2106.15667",
"language": "en",
"url": "https://arxiv.org/abs/2106.15667",
"abstract": "We observe that a lemma used in the study of even sets of nodes on surfaces applies almost verbatim to prove a celebrated formula of Gauss on the 2-torsio... |
https://arxiv.org/abs/2202.11595 | Induced Disjoint Paths and Connected Subgraphs for $H$-Free Graphs | Paths $P_1,\ldots, P_k$ in a graph $G=(V,E)$ are mutually induced if any two distinct $P_i$ and $P_j$ have neither common vertices nor adjacent vertices. The Induced Disjoint Paths problem is to decide if a graph $G$ with $k$ pairs of specified vertices $(s_i,t_i)$ contains $k$ mutually induced paths $P_i$ such that ea... | \section{Introduction}\label{s-intro}
The well-known {\sc Disjoint Paths} problem is one of the problems in Karp's list of {\sf NP}-complete problems. It is to decide if a graph has pairwise vertex-disjoint paths $P^1,\ldots,P^k$ where each $P^i$ connects two pre-specified vertices $s_i$ and $t_i$. Its generalization,... | {
"timestamp": "2022-07-19T02:23:36",
"yymm": "2202",
"arxiv_id": "2202.11595",
"language": "en",
"url": "https://arxiv.org/abs/2202.11595",
"abstract": "Paths $P_1,\\ldots, P_k$ in a graph $G=(V,E)$ are mutually induced if any two distinct $P_i$ and $P_j$ have neither common vertices nor adjacent vertices.... |
https://arxiv.org/abs/2105.13252 | The denominators of the Bernoulli numbers | We study the asymptotic density of the set of subscripts of the Bernoulli numbers having a given denominator. We also study the distribution of distinct Bernoulli denominators and some related problems. | \section{Introduction}
Long before the proof of Andrew Wiles, it was thought that the
path to Fermat's Last Theorem (FLT) led through the Bernoulli numbers.
Defined by the series
\[
\frac t{e^t-1}=\sum_{n=0}^\infty B_n\frac{t^n}{n!},
\]
the Bernoulli numbers $B_n$ are rationals, in lowest terms $N_n/D_n$,
and both t... | {
"timestamp": "2021-11-02T01:33:44",
"yymm": "2105",
"arxiv_id": "2105.13252",
"language": "en",
"url": "https://arxiv.org/abs/2105.13252",
"abstract": "We study the asymptotic density of the set of subscripts of the Bernoulli numbers having a given denominator. We also study the distribution of distinct B... |
https://arxiv.org/abs/1307.6766 | An integer optimization problem for non-Hamiltonian periodic flows | Let C be the class of compact 2n-dimensional symplectic manifolds M for which the first or (n-1) Chern class vanish. We point out an integer optimization problem to find a lower bound B(n) on the number of equilibrium points of non-Hamiltonian symplectic periodic flows on manifolds M in C. As a consequence, we confirm ... | \part{\fbox{\mbox{\sf\em{#1}}}}}
\newenvironment{skproof}{\par\noindent\emph{{Sketch of Proof.}}}{
\unskip\nobreak\hfill\hbox{$\Box$}\par \bigskip}
\setlength{\parskip}{0.5ex plus 0.3ex minus 0.2ex}
\renewcommand{\mathcal{A}}{\mathbb{A}}
\newcommand{\stackrel{\mathrm{s}}{\sim}}{\stackrel{\mathrm{s}}{\sim}}
\newc... | {
"timestamp": "2013-07-26T02:06:03",
"yymm": "1307",
"arxiv_id": "1307.6766",
"language": "en",
"url": "https://arxiv.org/abs/1307.6766",
"abstract": "Let C be the class of compact 2n-dimensional symplectic manifolds M for which the first or (n-1) Chern class vanish. We point out an integer optimization pr... |
https://arxiv.org/abs/2105.03094 | Fusion frame and its alternative dual in tensor product of Hilbert spaces | We study fusion frame in tensor product of Hilbert spaces and discuss some of its properties. The resolution of the identity operator on a tensor product of Hilbert spaces is being discussed. An alternative dual of a fusion frame in tensor product of Hilbert spaces is being presented. | \section{Introduction}
Fusion frame was introduced by P.\,Casazza and G.\,Kutyniok \cite{Kutyniok}.\,They define frames for closed subspaces of a given Hilbert spaces with respect to the orthogonal projections.\;Fusion frame is a natural generalization of the frame theory in Hilbert space and it has so many applicatio... | {
"timestamp": "2021-05-10T02:09:27",
"yymm": "2105",
"arxiv_id": "2105.03094",
"language": "en",
"url": "https://arxiv.org/abs/2105.03094",
"abstract": "We study fusion frame in tensor product of Hilbert spaces and discuss some of its properties. The resolution of the identity operator on a tensor product ... |
https://arxiv.org/abs/1906.07178 | Throttling numbers for adversaries on connected graphs | In this paper, we answer two open problems from [Breen et al., Throttling for the game of Cops and Robbers on graphs, Discrete Math., 341 (2018) 2418-2430]. The throttling number $th_c(G)$ of a graph $G$ is the minimum possible value of $k + capt_k(G)$ over all positive integers $k$, where $capt_k(G)$ is the number of ... | \section{Introduction}
In the \emph{cop versus robber} game on a graph $G$, a team of cops choose their initial positions at vertices of $G$, followed by the robber. Multiple cops are allowed to occupy the same vertex. In each round, every cop is allowed to stay at their current vertex or move to a neighboring vertex,... | {
"timestamp": "2019-10-23T02:06:46",
"yymm": "1906",
"arxiv_id": "1906.07178",
"language": "en",
"url": "https://arxiv.org/abs/1906.07178",
"abstract": "In this paper, we answer two open problems from [Breen et al., Throttling for the game of Cops and Robbers on graphs, Discrete Math., 341 (2018) 2418-2430... |
https://arxiv.org/abs/math/0512169 | Automorphisms of the Weyl algebra | We discuss a conjecture which says that the automorphism group of the Weyl algebra in characteristic zero is canonically isomorphic to the automorphism group of the corresponding Poisson algebra of classical polynomial symbols. Several arguments in favor of this conjecture are presented, all based on the consideration ... | \section{Introduction}\label{sec:conj}
This paper is devoted to the following surprising conjecture.
\begin{conj}\label{conj:iso}
The automorphism group of the Weyl algebra of index $n$ over $\C$ is
isomorphic to the group of the polynomial symplectomorphisms of
a $2n$-dimensional affine space
$$\operatorname{Aut}(... | {
"timestamp": "2005-12-08T10:15:36",
"yymm": "0512",
"arxiv_id": "math/0512169",
"language": "en",
"url": "https://arxiv.org/abs/math/0512169",
"abstract": "We discuss a conjecture which says that the automorphism group of the Weyl algebra in characteristic zero is canonically isomorphic to the automorphis... |
https://arxiv.org/abs/2201.01101 | Disproof of a conjecture on the main spectrum of generalized Bethe trees | An eigenvalue of the adjacency matrix of a graph is said to be main if the all-ones vector is not orthogonal to its associated eigenspace. A generalized Bethe tree with $k$ levels is a rooted tree in which vertices at the same level have the same degree. França and Brondani [On the main spectrum of generalized Bethe tr... | \section{Introduction}
\label{intro}
Let $G$ be a simple graph with vertex set $\{1,\ldots,n\}$. The \emph{adjacency matrix} of $G$ is the $n\times n$ symmetric matrix $A=A(G)=(a_{i,j})$, where $a_{i,j}=1$ if $i$ and $j$ are adjacent; $a_{i,j}=0$ otherwise. We often identify a graph $G$ with its adjacency matrix $A$.... | {
"timestamp": "2022-01-05T02:13:03",
"yymm": "2201",
"arxiv_id": "2201.01101",
"language": "en",
"url": "https://arxiv.org/abs/2201.01101",
"abstract": "An eigenvalue of the adjacency matrix of a graph is said to be main if the all-ones vector is not orthogonal to its associated eigenspace. A generalized B... |
https://arxiv.org/abs/1610.02145 | Smoothed nonparametric tests and their properties | In this paper we propose new smoothed sign and Wilcoxon's signed rank tests, which are based on a kernel estimator of the underlying distribution function of data. We discuss approximations of $p$-values and asymptotic properties of these tests. The new smoothed tests are equivalent to the ordinary sign and Wilcoxon's ... | \section{Introduction}
\label{intro}
Let $X_1,X_2,\cdots,X_n$ be independently and identically distributed ({\it i.i.d.}) random variables with a distribution function $F(x-\theta)$, where the associated desity function satisfies $f(-x)=f(x)$, and $\theta$ is an unknown location parameter. Here we consider a test and... | {
"timestamp": "2016-10-24T02:02:14",
"yymm": "1610",
"arxiv_id": "1610.02145",
"language": "en",
"url": "https://arxiv.org/abs/1610.02145",
"abstract": "In this paper we propose new smoothed sign and Wilcoxon's signed rank tests, which are based on a kernel estimator of the underlying distribution function... |
https://arxiv.org/abs/0903.4637 | Tarski's plank problem revisited | In the 1930's, Tarski introduced his plank problem at a time when the field Discrete Geometry was about to born. It is quite remarkable that Tarski's question and its variants continue to generate interest in the geometric and analytic aspects of coverings by planks in the present time as well. The paper is a survey ty... | \section{Introduction}
Tarski's plank problem has generated a great interest in understanding the geometry of coverings by planks. There have been a good number of results published in connection with the plank problem of Tarski that are surveyed in this paper. The paper is divided into six sections entitled Plank the... | {
"timestamp": "2009-03-26T18:04:01",
"yymm": "0903",
"arxiv_id": "0903.4637",
"language": "en",
"url": "https://arxiv.org/abs/0903.4637",
"abstract": "In the 1930's, Tarski introduced his plank problem at a time when the field Discrete Geometry was about to born. It is quite remarkable that Tarski's questi... |
https://arxiv.org/abs/2207.04035 | The Burning Number Conjecture Holds Asymptotically | The burning number $b(G)$ of a graph $G$ is the smallest number of turns required to burn all vertices of a graph if at every turn a new fire is started and existing fires spread to all adjacent vertices. The Burning Number Conjecture of Bonato et al. (2016) postulates that $b(G)\leq \left\lceil\sqrt{n}\right\rceil$ fo... | \section{Introduction}
Consider the following process (or one-player game) on a finite, usually connected, graph $G$. At the start, all vertices are said to be unburned. Then, at every step (or turn) of the process, we may choose to burn (start a new fire) at some vertex. Furthermore, at every step, all vertices adj... | {
"timestamp": "2022-07-11T02:16:57",
"yymm": "2207",
"arxiv_id": "2207.04035",
"language": "en",
"url": "https://arxiv.org/abs/2207.04035",
"abstract": "The burning number $b(G)$ of a graph $G$ is the smallest number of turns required to burn all vertices of a graph if at every turn a new fire is started a... |
https://arxiv.org/abs/2109.10233 | An Extension to the Gusić-Tadić Specialization Criterion | Let $E/\mathbb Q(t)$ be an elliptic curve and let $t_0 \in \mathbb Q$ be a rational number for which the specialization $E_{t_0}$ is an elliptic curve. In 2015, Gusić and Tadić gave an easy-to-check criterion, based only on a Weierstrass equation for $E/\mathbb Q(t)$, that is sufficient to conclude that the specializat... | \section{Introduction}
Let $C$ be a (complete nonsingular) curve defined over a number field $k$ with function field $k(C)$. Let $E/k(C)$ be an elliptic curve defined by the Weierstrass equation $$y^2 = x^3 +A(t)x+B(t), \qquad A(t), B(t) \in k(C).$$ For any $t_0 \in C(k)$ such that the discriminant $4A(t)^3+27B(t)^2$ ... | {
"timestamp": "2021-09-22T02:21:09",
"yymm": "2109",
"arxiv_id": "2109.10233",
"language": "en",
"url": "https://arxiv.org/abs/2109.10233",
"abstract": "Let $E/\\mathbb Q(t)$ be an elliptic curve and let $t_0 \\in \\mathbb Q$ be a rational number for which the specialization $E_{t_0}$ is an elliptic curve.... |
https://arxiv.org/abs/2207.08182 | Kuramoto Networks with Infinitely Many Stable Equilibria | We prove that the Kuramoto model on a graph can contain infinitely many non-equivalent stable equilibria. More precisely, we prove that for every positive integer d there is a connected graph such that the set of stable equilibria contains a manifold of dimension d. In particular, we solve a conjecture of R. Delabays, ... | \section{Introduction.}
Consider a connected graph~$\G$ with vertices~$1,\ldots,n$ and
to each vertex~$j$ associate a \emph{phase}~$\theta_j$
in the $1$-dimensional torus~$\T=\R/2\pi\Z$.
Let~$\mathbf N(j)$ denote the set of neighbors of~$j$ and consider
the coupled dynamical system
\begin{equation} \label{eq:main}
\do... | {
"timestamp": "2022-07-19T02:20:07",
"yymm": "2207",
"arxiv_id": "2207.08182",
"language": "en",
"url": "https://arxiv.org/abs/2207.08182",
"abstract": "We prove that the Kuramoto model on a graph can contain infinitely many non-equivalent stable equilibria. More precisely, we prove that for every positive... |
https://arxiv.org/abs/2010.09710 | Twice is enough for dangerous eigenvalues | We analyze the stability of a class of eigensolvers that target interior eigenvalues with rational filters. We show that subspace iteration with a rational filter is robust even when an eigenvalue is near a filter's pole. These dangerous eigenvalues contribute to large round-off errors in the first iteration, but are s... | \section{Introduction}\label{sec:intro}
When combined with shift-and-invert enhancement, subspace iteration and Arnoldi are two classic iterative schemes for computing a few interior eigenvalues of an $n\times n$ matrix $A$. Each method constructs an orthonormal basis for a search subspace by iteratively applying the ... | {
"timestamp": "2020-11-25T02:28:44",
"yymm": "2010",
"arxiv_id": "2010.09710",
"language": "en",
"url": "https://arxiv.org/abs/2010.09710",
"abstract": "We analyze the stability of a class of eigensolvers that target interior eigenvalues with rational filters. We show that subspace iteration with a rationa... |
https://arxiv.org/abs/1402.6294 | Frankl-Rödl type theorems for codes and permutations | We give a new proof of the Frankl-Rödl theorem on forbidden intersections, via the probabilistic method of dependent random choice. Our method extends to codes with forbidden distances, where over large alphabets our bound is significantly better than that obtained by Frankl and Rödl. We also apply our bound to a quest... | \section{Introduction}
\let\thefootnote\relax\footnote{\emph{2010 Mathematics Subject Classification.} Primary 05D05. Secondary 05D40, 94B65.}
A family $\mathcal{A} $ of sets is said to be \emph{$l$-avoiding} if $|A \cap B| \neq l$ for all $A, B \in \mathcal{A} $. Erd\H{o}s conjectured (\cite{Erd}) that for any $\eps... | {
"timestamp": "2014-02-26T02:13:37",
"yymm": "1402",
"arxiv_id": "1402.6294",
"language": "en",
"url": "https://arxiv.org/abs/1402.6294",
"abstract": "We give a new proof of the Frankl-Rödl theorem on forbidden intersections, via the probabilistic method of dependent random choice. Our method extends to co... |
https://arxiv.org/abs/1507.06856 | On the Stretch Factor of Convex Polyhedra whose Vertices are (Almost) on a Sphere | Let $P$ be a convex polyhedron in $\mathbb{R}^3$. The skeleton of $P$ is the graph whose vertices and edges are the vertices and edges of $P$, respectively. We prove that, if these vertices are on the unit-sphere, the skeleton is a $(0.999 \cdot \pi)$-spanner. If the vertices are very close to this sphere, then the ske... | \section{Introduction}
Let $S$ be a finite set of points in Euclidean space and let $G$ be a
graph with vertex set $S$. We denote the Euclidean distance between any
two points $p$ and $q$ by $|pq|$. Let the length of any edge $pq$ in $G$
be equal to $|pq|$, and define the length of a path in $G$ to be the sum
of th... | {
"timestamp": "2016-09-05T02:04:06",
"yymm": "1507",
"arxiv_id": "1507.06856",
"language": "en",
"url": "https://arxiv.org/abs/1507.06856",
"abstract": "Let $P$ be a convex polyhedron in $\\mathbb{R}^3$. The skeleton of $P$ is the graph whose vertices and edges are the vertices and edges of $P$, respective... |
https://arxiv.org/abs/2011.04907 | A Statistical Perspective on Coreset Density Estimation | Coresets have emerged as a powerful tool to summarize data by selecting a small subset of the original observations while retaining most of its information. This approach has led to significant computational speedups but the performance of statistical procedures run on coresets is largely unexplored. In this work, we d... | \section{Introduction}
The ever-growing size of datasets that are routinely collected has led practitioners across many fields to contemplate effective data summarization techniques that aim at reducing the size of the data while preserving the information that it contains. While there are many ways to ach... | {
"timestamp": "2020-12-10T02:03:30",
"yymm": "2011",
"arxiv_id": "2011.04907",
"language": "en",
"url": "https://arxiv.org/abs/2011.04907",
"abstract": "Coresets have emerged as a powerful tool to summarize data by selecting a small subset of the original observations while retaining most of its informatio... |
https://arxiv.org/abs/1609.08186 | Extremal functions for Morrey's inequality in convex domains | For a bounded domain $\Omega\subset \mathbb{R}^n$ and $p>n$, Morrey's inequality implies that there is $c>0$ such that $$ c\|u\|^p_{\infty}\le \int_\Omega|Du|^pdx $$ for each $u$ belonging to the Sobolev space $W^{1,p}_0(\Omega)$. We show that the ratio of any two extremal functions is constant provided that $\Omega$ i... | \section{Introduction}
Suppose $\Omega\subset \mathbb{R}^n$ is a bounded domain and $p>n$. Morrey's inequality for $W^{1,p}_0(\Omega)$ functions $u$ may be expressed as
$$
c\|u\|^p_{C^{1-\frac{n}{p}}(\overline\Omega)}\le \int_\Omega|Du|^pdx,
$$
where $c>0$ is a constant that is independent of $u$. In particular,
\be... | {
"timestamp": "2016-09-28T02:00:32",
"yymm": "1609",
"arxiv_id": "1609.08186",
"language": "en",
"url": "https://arxiv.org/abs/1609.08186",
"abstract": "For a bounded domain $\\Omega\\subset \\mathbb{R}^n$ and $p>n$, Morrey's inequality implies that there is $c>0$ such that $$ c\\|u\\|^p_{\\infty}\\le \\in... |
https://arxiv.org/abs/2101.03050 | Remarks on manifolds with two sided curvature bounds | We discuss folklore statements about distance functions in manifolds with two sided bounded curvature. The topics include regularity, subsets of positive reach and the cut locus. | \section{Introduction}
\subsection{Distance functions in smooth Riemannian manifolds}
We discuss slightly generalized versions of some
folklore results about distance functions $d_A$ to subsets $A$ of smooth Riemannian manifolds $M$.
The results turn out to be local and are proved without any completeness assumption... | {
"timestamp": "2021-01-11T02:16:14",
"yymm": "2101",
"arxiv_id": "2101.03050",
"language": "en",
"url": "https://arxiv.org/abs/2101.03050",
"abstract": "We discuss folklore statements about distance functions in manifolds with two sided bounded curvature. The topics include regularity, subsets of positive ... |
https://arxiv.org/abs/1005.0781 | Adjacent q-cycles in permutations | We introduce a new permutation statistic, namely, the number of cycles of length $q$ consisting of consecutive integers, and consider the distribution of this statistic among the permutations of $\{1,2,...,n\}$. We determine explicit formulas, recurrence relations, and ordinary and exponential generating functions. A ... | \section{Introduction}
Let $S_n$ denote the set of all permutations of $[n]=\{1,2,\ldots,n\}$.
We use the one-line notation for permutations but then write a permutation according to its standard (disjoint) cycle decomposition. For example,
\[\pi =432157869=(14)(23)(5)(678)(9)\]
is a permutation in $S_9$ decomposed int... | {
"timestamp": "2010-05-14T17:26:12",
"yymm": "1005",
"arxiv_id": "1005.0781",
"language": "en",
"url": "https://arxiv.org/abs/1005.0781",
"abstract": "We introduce a new permutation statistic, namely, the number of cycles of length $q$ consisting of consecutive integers, and consider the distribution of th... |
https://arxiv.org/abs/1107.0189 | The Lasso, correlated design, and improved oracle inequalities | We study high-dimensional linear models and the $\ell_1$-penalized least squares estimator, also known as the Lasso estimator. In literature, oracle inequalities have been derived under restricted eigenvalue or compatibility conditions. In this paper, we complement this with entropy conditions which allow one to improv... | \section{Introduction}\label{intro.section}
We derive oracle inequalities for the Lasso estimator for various designs.
Results in literature are generally based on
restricted eigenvalue
or compatibility conditions (see Section \ref{definitions.section} for definitions).
We refer to
\cite{bickel2009sal}, \cite{Bunea:... | {
"timestamp": "2011-07-04T02:02:39",
"yymm": "1107",
"arxiv_id": "1107.0189",
"language": "en",
"url": "https://arxiv.org/abs/1107.0189",
"abstract": "We study high-dimensional linear models and the $\\ell_1$-penalized least squares estimator, also known as the Lasso estimator. In literature, oracle inequa... |
https://arxiv.org/abs/2009.05921 | Numerical semigroups, polyhedra, and posets III: minimal presentations and face dimension | This paper is the third in a series of manuscripts that examine the combinatorics of the Kunz polyhedron $P_m$, whose positive integer points are in bijection with numerical semigroups (cofinite subsemigroups of $\mathbb Z_{\ge 0}$) whose smallest positive element is $m$. The faces of $P_m$ are indexed by a family of f... | \section{Introduction
\label{sec:intro
A \emph{numerical semigroup} is a cofinite subset $S \subseteq \NN$ of the non-negative integers that is closed under addition and contains $0$. Numerical semigroups are often specified using a set of generators $n_0 < \cdots < n_k$, i.e.,
\[
S = \<n_0, \ldots, n_k\> = \{a_1n_1 ... | {
"timestamp": "2022-05-25T02:01:32",
"yymm": "2009",
"arxiv_id": "2009.05921",
"language": "en",
"url": "https://arxiv.org/abs/2009.05921",
"abstract": "This paper is the third in a series of manuscripts that examine the combinatorics of the Kunz polyhedron $P_m$, whose positive integer points are in bijec... |
https://arxiv.org/abs/0911.5569 | Homogeneous Schrödinger operators on half-line | The differential expression $L_m=-\partial_x^2 +(m^2-1/4)x^{-2}$ defines a self-adjoint operator H_m on L^2(0;\infty) in a natural way when $m^2 \geq 1$. We study the dependence of H_m on the parameter m, show that it has a unique holomorphic extension to the half-plane Re(m) > -1, and analyze spectral and scattering p... | \section{Introduction}\label{s:intro}
For $m\ge 1$ real the differential operator
$L_m=-\partial_x^2+(m^2-1/4)x^{-2}$ with domain
$C_\c^\infty=C_\c^\infty(0,\infty)$ is essentially self-adjoint and
we denote by $H_m$ its closure. Let $U_\tau$ be the group of
dilations on $L^2$, that is $(U_\tau f)(x)=\mathrm{e}^{\ta... | {
"timestamp": "2009-11-30T09:13:22",
"yymm": "0911",
"arxiv_id": "0911.5569",
"language": "en",
"url": "https://arxiv.org/abs/0911.5569",
"abstract": "The differential expression $L_m=-\\partial_x^2 +(m^2-1/4)x^{-2}$ defines a self-adjoint operator H_m on L^2(0;\\infty) in a natural way when $m^2 \\geq 1$.... |
https://arxiv.org/abs/1110.4564 | Z-matrix equations in max algebra, nonnegative linear algebra and other semirings | We study the max-algebraic analogue of equations involving Z-matrices and M-matrices, with an outlook to a more general algebraic setting. We show that these equations can be solved using the Frobenius trace down method in a way similar to that in non-negative linear algebra, characterizing the solvability in terms of ... | \section{Introduction}
\bigskip A $Z$-matrix is a square matrix of the form $\lambda I-A$ where
\lambda $ is real and $A$ is an (elementwise) nonnegative matrix. It
is called an $M$-matrix if $\lambda \geq \rho \left( A\right) ,$
where $\rho \left( A\right) $ is the Perron root (spectral radius)
of $A$ and it is... | {
"timestamp": "2012-06-07T02:04:51",
"yymm": "1110",
"arxiv_id": "1110.4564",
"language": "en",
"url": "https://arxiv.org/abs/1110.4564",
"abstract": "We study the max-algebraic analogue of equations involving Z-matrices and M-matrices, with an outlook to a more general algebraic setting. We show that thes... |
https://arxiv.org/abs/1501.01741 | A linear k-fold Cheeger inequality | Given an undirected graph $G$, the classical Cheeger constant, $h_G$, measures the optimal partition of the vertices into 2 parts with relatively few edges between them based upon the sizes of the parts. The well-known Cheeger's inequality states that $2 \lambda_1 \le h_G \le \sqrt {2 \lambda_1}$ where $\lambda_1$ is t... | \section{Introduction}\label{S:intro}
Let $G=(V,E)$ be an undirected graph, and let $\mathcal{L} = \mathbf{D}^{-1/2} (\mathbf{I} - \mathbf{A}) \mathbf{D}^{-1/2}$ be the normalized Laplacian of $G$ with eigenvalues $0=\lambda_0 \le \lambda_1 \le \ldots \le \lambda_{n-1}$. It is a basic fact in spectral graph theory tha... | {
"timestamp": "2015-03-02T02:13:00",
"yymm": "1501",
"arxiv_id": "1501.01741",
"language": "en",
"url": "https://arxiv.org/abs/1501.01741",
"abstract": "Given an undirected graph $G$, the classical Cheeger constant, $h_G$, measures the optimal partition of the vertices into 2 parts with relatively few edge... |
https://arxiv.org/abs/1412.0628 | On the Hamiltonicity of the $k$-regular graph game | We consider a game played on an initially empty graph where two players alternate drawing an edge between vertices subject to the condition that no degree can exceed $k$. We show that for $k=3$, either player can avoid a Hamilton cycle, and for $k\geq4$, either player can force the resulting graph to be Hamiltonian. | \section{Introduction}
The Hamiltonicity of $k$-regular graphs has been studied extensively. Bollob\'{a}s \cite{BB} and Fenner and Frieze \cite{FF} showed that for sufficiently large $k$, almost all random $k$-regular graphs are Hamiltonian. Robinson and Wormald improved this by showing that almost all cubic graphs ar... | {
"timestamp": "2014-12-02T02:25:30",
"yymm": "1412",
"arxiv_id": "1412.0628",
"language": "en",
"url": "https://arxiv.org/abs/1412.0628",
"abstract": "We consider a game played on an initially empty graph where two players alternate drawing an edge between vertices subject to the condition that no degree c... |
https://arxiv.org/abs/2110.11748 | The fractional Makai-Hayman inequality | We prove that the first eigenvalue of the fractional Dirichlet-Laplacian of order $s$ on a simply connected set of the plane can be bounded from below in terms of its inradius only. This is valid for $1/2<s<1$ and we show that this condition is sharp, i.\,e. for $0<s\le 1/2$ such a lower bound is not possible. The cons... | \section{Introduction}
\subsection{Background}
For an open set $\Omega\subset\mathbb{R}^N$, we indicate by $W^{1,2}_0(\Omega)$ the closure of $C^\infty_0(\Omega)$ in the Sobolev space $W^{1,2}(\Omega)$. We then consider the following quantity
\[
\lambda_1(\Omega):=\inf_{u\in W^{1,2}_0(\Omega)\setminus\{0\}}\frac{\disp... | {
"timestamp": "2021-10-25T02:18:28",
"yymm": "2110",
"arxiv_id": "2110.11748",
"language": "en",
"url": "https://arxiv.org/abs/2110.11748",
"abstract": "We prove that the first eigenvalue of the fractional Dirichlet-Laplacian of order $s$ on a simply connected set of the plane can be bounded from below in ... |
https://arxiv.org/abs/1212.3392 | Quantization of Galois theory, Examples and Observations | If we consider a q-analogue of linear differential equation, Galoois group of the q-analogue difference equation is still a linear algebraic group. Namely, by a quantization of linear differential equation, Galois group is not quantized. We show by Examples that if we consider non-linear equations Galois group is quant... | \section{Introduction}
The pursuit of $q$-analogue of hypergeometric functions goes back to
the 19th century. Galois group of a $q$-hypergeometric function is not a quantum
group but it is a linear algebraic group.
This shows that we consider a $q$-deformations of the hypergeometric equation, Galois theory is not ... | {
"timestamp": "2012-12-17T02:00:50",
"yymm": "1212",
"arxiv_id": "1212.3392",
"language": "en",
"url": "https://arxiv.org/abs/1212.3392",
"abstract": "If we consider a q-analogue of linear differential equation, Galoois group of the q-analogue difference equation is still a linear algebraic group. Namely, ... |
https://arxiv.org/abs/quant-ph/0505026 | A matrix representation of graphs and its spectrum as a graph invariant | We use the line digraph construction to associate an orthogonal matrix with each graph. From this orthogonal matrix, we derive two further matrices. The spectrum of each of these three matrices is considered as a graph invariant. For the first two cases, we compute the spectrum explicitly and show that it is determined... | \section{Introduction}
Graphs are often conveniently represented using matrices, for
example, the adjacency matrix, the Laplacian matrix, \emph{etc.}
\cite{g}. Many important properties of a graph are encoded in the
eigenvalues of the matrix representation. However, eigenvalues
generally fail to separate isomorphism c... | {
"timestamp": "2006-04-05T12:03:09",
"yymm": "0505",
"arxiv_id": "quant-ph/0505026",
"language": "en",
"url": "https://arxiv.org/abs/quant-ph/0505026",
"abstract": "We use the line digraph construction to associate an orthogonal matrix with each graph. From this orthogonal matrix, we derive two further mat... |
https://arxiv.org/abs/2002.09677 | Kernel interpolation with continuous volume sampling | A fundamental task in kernel methods is to pick nodes and weights, so as to approximate a given function from an RKHS by the weighted sum of kernel translates located at the nodes. This is the crux of kernel density estimation, kernel quadrature, or interpolation from discrete samples. Furthermore, RKHSs offer a conven... | \section{Introduction}
\label{sec:introduction}
Kernel approximation is a recurrent task in machine learning \citep*{HaTiFr09}[Chapter 5], signal processing \citep{Uns00} or numerical quadrature \citep{Lar72}. Expressed in its general form, we are given a reproducing kernel Hilbert space $\mathcal{F}$ (RKHS; \citealp{... | {
"timestamp": "2020-02-25T02:08:41",
"yymm": "2002",
"arxiv_id": "2002.09677",
"language": "en",
"url": "https://arxiv.org/abs/2002.09677",
"abstract": "A fundamental task in kernel methods is to pick nodes and weights, so as to approximate a given function from an RKHS by the weighted sum of kernel transl... |
https://arxiv.org/abs/2203.02653 | Estimating the circumference of a graph in terms of its leaf number | Let $\mathcal{T}$ be the set of spanning trees of $G$ and let $L(T)$ be the number of leaves in a tree $T$. The leaf number $L(G)$ of $G$ is defined as $L(G)=\max\{L(T)|T\in \mathcal{T}\}$. Let $G$ be a connected graph of order $n$ and minimum degree $\delta$ such that $L(G)\leq 2\delta-1$. We show that the circumferen... | \section{Introduction}
We will deal with only finite nontrivial simple graphs. Let $G$ be a graph with vertex set $V(G)$ and edge set $E(G)$. The order and size of a graph $G$ are its number of vertices and edges, respectively. The notations $N_G(v)$ and $N_G[v]$ denote the neighborhood and closed neighborhood of $v\in... | {
"timestamp": "2022-03-08T02:08:17",
"yymm": "2203",
"arxiv_id": "2203.02653",
"language": "en",
"url": "https://arxiv.org/abs/2203.02653",
"abstract": "Let $\\mathcal{T}$ be the set of spanning trees of $G$ and let $L(T)$ be the number of leaves in a tree $T$. The leaf number $L(G)$ of $G$ is defined as $... |
https://arxiv.org/abs/1311.7606 | Benford's Law and Distractors in Multiple Choice Exams | Suppose that in a multiple choice examination the leading digit of the correct options follows Benford's Law, while the the leading digit of the distractors are uniform. Consider a strategy for guessing at answers that selects the option with the lowest leading digit with ties broken at random. We provide an expression... | \section{Introduction}
Benford's Law \cite{newcomb, benford} is a probability distribution on the integers $1, 2, \cdots, 9$ that has been show to
provide an excellent theoretical fit to the frequency of the leading digit in many data sets \cite{nigrini, bergerHill}.
Recently, an interesting article \cite{slepkov}... | {
"timestamp": "2014-05-07T02:11:23",
"yymm": "1311",
"arxiv_id": "1311.7606",
"language": "en",
"url": "https://arxiv.org/abs/1311.7606",
"abstract": "Suppose that in a multiple choice examination the leading digit of the correct options follows Benford's Law, while the the leading digit of the distractors... |
https://arxiv.org/abs/1605.06647 | Tripartite Version of the Corrádi-Hajnal Theorem | Let $G$ be a tripartite graph with $N$ vertices in each vertex class. If each vertex is adjacent to at least $(2/3)N$ vertices in each of the other classes, then either $G$ contains a subgraph that consists of $N$ vertex-disjoint triangles or $G$ is a specific graph in which each vertex is adjacent to exactly $(2/3)N$ ... | \section{Introduction}
\label{sINTRO}
A central question in extremal graph theory is the determination of
the minimum density of edges in a graph $G$ which guarantees a
monotone property $\cal P$. If the property is the inclusion of a
fixed size subgraph $H$, the answer is given by the classic theorems
of Tur\'{a}n~\... | {
"timestamp": "2016-05-24T02:05:48",
"yymm": "1605",
"arxiv_id": "1605.06647",
"language": "en",
"url": "https://arxiv.org/abs/1605.06647",
"abstract": "Let $G$ be a tripartite graph with $N$ vertices in each vertex class. If each vertex is adjacent to at least $(2/3)N$ vertices in each of the other classe... |
https://arxiv.org/abs/0910.0545 | A general "bang-bang" principle for predicting the maximum of a random walk | Let $(B_t)_{0\leq t\leq T}$ be either a Bernoulli random walk or a Brownian motion with drift, and let $M_t:=\max\{B_s: 0\leq s\leq t\}$, $0\leq t\leq T$. This paper solves the general optimal prediction problem \sup_{0\leq\tau\leq T}\sE[f(M_T-B_\tau)], where the supremum is over all stopping times $\tau$ adapted to th... | \section{Introduction and main results}
A number of recent papers (e.g. \cite{DuToit,SXZ,YYZ}) have discussed the problem of stopping a random walk, or a Brownian motion, ``as close as possible" to its ultimate maximum. An important motivation in these papers was the financial problem of selling a stock at a price ``c... | {
"timestamp": "2009-10-03T16:12:21",
"yymm": "0910",
"arxiv_id": "0910.0545",
"language": "en",
"url": "https://arxiv.org/abs/0910.0545",
"abstract": "Let $(B_t)_{0\\leq t\\leq T}$ be either a Bernoulli random walk or a Brownian motion with drift, and let $M_t:=\\max\\{B_s: 0\\leq s\\leq t\\}$, $0\\leq t\\... |
https://arxiv.org/abs/2011.06178 | Multiple Fourier series and lattice point problems | For the multiple Fourier series of the periodization of some radial functions on $\mathbb{R}^d$, we investigate the behavior of the spherical partial sum. We show the Gibbs-Wilbraham phenomenon, the Pinsky phenomenon and the third phenomenon for the multiple Fourier series, involving the convergence properties of them.... | \section{Introduction}\label{sec:intro}
It is well known as the Gibbs-Wilbraham phenomenon that,
for the Fourier series of piecewise continuous functions,
in the neighborhood of each jump,
the partial sums overshoot the jump by approx 9\% of the jump.
This phenomenon can be seen not only in one dimension
but also in... | {
"timestamp": "2020-11-13T02:09:02",
"yymm": "2011",
"arxiv_id": "2011.06178",
"language": "en",
"url": "https://arxiv.org/abs/2011.06178",
"abstract": "For the multiple Fourier series of the periodization of some radial functions on $\\mathbb{R}^d$, we investigate the behavior of the spherical partial sum... |
https://arxiv.org/abs/1810.12028 | Equivalence between Type I Liouville dynamical systems in the plane and the sphere | Separable Hamiltonian systems either in sphero-conical coordinates on a $S^2$ sphere or in elliptic coordinates on a ${\mathbb R}^2$ plane are described in an unified way. A back and forth route connecting these Liouville Type I separable systems is unveiled. It is shown how the gnomonic projection and its inverse map ... | \section{Introduction}
\label{intro}
Hamiltonian systems in ${\mathbb R}^2$ that admit separation of variables were completely determined by Liouville \cite{Liouville1859} and Morera \cite{Morera}, and can be classified, see \cite{Perelomov}, in four different types according with the system of coordinates where the s... | {
"timestamp": "2018-10-30T01:20:40",
"yymm": "1810",
"arxiv_id": "1810.12028",
"language": "en",
"url": "https://arxiv.org/abs/1810.12028",
"abstract": "Separable Hamiltonian systems either in sphero-conical coordinates on a $S^2$ sphere or in elliptic coordinates on a ${\\mathbb R}^2$ plane are described ... |
https://arxiv.org/abs/1507.04986 | Fractional discrete Laplacian versus discretized fractional Laplacian | We define and study some properties of the fractional powers of the discrete Laplacian $$(-\Delta_h)^s,\quad\hbox{on}~\mathbb{Z}_h = h\mathbb{Z},$$ for $h>0$ and $0<s<1$. A comparison between our fractional discrete Laplacian and the \textit{discretized} continuous fractional Laplacian as $h\to0$ is carried out. We get... | \section{Introduction and main results}
\label{Intro}
The fractional Laplacian, understood as a positive power of the classical Laplacian,
has been present for long time in several areas of Mathematics, like Fractional Calculus and Functional Analysis.
However, although this operator was used for some differential equ... | {
"timestamp": "2015-07-20T02:09:32",
"yymm": "1507",
"arxiv_id": "1507.04986",
"language": "en",
"url": "https://arxiv.org/abs/1507.04986",
"abstract": "We define and study some properties of the fractional powers of the discrete Laplacian $$(-\\Delta_h)^s,\\quad\\hbox{on}~\\mathbb{Z}_h = h\\mathbb{Z},$$ f... |
https://arxiv.org/abs/1612.05819 | The fundamental theorem of affine geometry on tori | The classical Fundamental Theorem of Affine Geometry states that for $n\geq 2$, any bijection of $n$-dimensional Euclidean space that maps lines to lines (as sets) is given by an affine map. We consider an analogous characterization of affine automorphisms for compact quotients, and establish it for tori: A bijection o... | \section{Introduction}
\label{sec:intro}
\subsection{Main result} A map $f:\ensuremath{\mathbb{R}}^n\to \ensuremath{\mathbb{R}}^n$ is \emph{affine} if there is an $n\times n$-matrix $A$ and $b\in\ensuremath{\mathbb{R}}^n$ such that $f(x)=Ax+b$ for all $x\in\ensuremath{\mathbb{R}}^n$. The classical Fundamental Theorem ... | {
"timestamp": "2016-12-20T02:03:48",
"yymm": "1612",
"arxiv_id": "1612.05819",
"language": "en",
"url": "https://arxiv.org/abs/1612.05819",
"abstract": "The classical Fundamental Theorem of Affine Geometry states that for $n\\geq 2$, any bijection of $n$-dimensional Euclidean space that maps lines to lines... |
https://arxiv.org/abs/0805.2590 | On Two Related Questions of Wilf Concerning Standard Young Tableaux | We consider two questions of Wilf related to Standard Young Tableaux. We provide a partial answer to one question, and that will lead us to a more general answer to the other question. Our answers are purely combinatorial. | \section{Introduction} In 1992, in his paper \cite{wilf}, Herb Wilf has
proved the following interesting result.
\begin{theorem} \label{wilf} (Wilf, \cite{wilf}.) Let $u_k(n)$ be the number
of permutations of length $n$ that contain no increasing subsequence of
length $k+1$, and let $y_k(n)$ be the number of Standard ... | {
"timestamp": "2008-05-16T19:54:22",
"yymm": "0805",
"arxiv_id": "0805.2590",
"language": "en",
"url": "https://arxiv.org/abs/0805.2590",
"abstract": "We consider two questions of Wilf related to Standard Young Tableaux. We provide a partial answer to one question, and that will lead us to a more general a... |
https://arxiv.org/abs/math/0609049 | A new distribution problem of balls into urns, and how to color a graph by different-sized sets | Set-coloring a graph means giving each vertex a subset of a fixed color set so that no two adjacent subsets have the same cardinality. When the graph is complete one gets a new distribution problem with an interesting generating function. We explore examples and generalizations. | \subsection*{Balls into urns} We have $n$ labelled urns and an unlimited supply of balls of $k$ different colors. Into each urn we want to put balls, no two the same color, so that the number of colors in every urn is different. Balls of the same color are indistinguishable and we don't care if several are in an urn.... | {
"timestamp": "2006-07-29T00:27:34",
"yymm": "0609",
"arxiv_id": "math/0609049",
"language": "en",
"url": "https://arxiv.org/abs/math/0609049",
"abstract": "Set-coloring a graph means giving each vertex a subset of a fixed color set so that no two adjacent subsets have the same cardinality. When the graph ... |
https://arxiv.org/abs/0709.3547 | Partial transpose of permutation matrices | The partial transpose of a block matrix M is the matrix obtained by transposing the blocks of M independently. We approach the notion of partial transpose from a combinatorial point of view. In this perspective, we solve some basic enumeration problems concerning the partial transpose of permutation matrices. More spec... | \section{Introduction}
The \emph{partial transpose} (or, equivalently, \emph{partial transposition}%
) is a linear algebraic concept, which can be interpreted as a simple
generalization of the usual matrix transpose. In the present paper, we
consider partial transpose from a combinatorial point of view. More
specifica... | {
"timestamp": "2008-03-22T13:02:14",
"yymm": "0709",
"arxiv_id": "0709.3547",
"language": "en",
"url": "https://arxiv.org/abs/0709.3547",
"abstract": "The partial transpose of a block matrix M is the matrix obtained by transposing the blocks of M independently. We approach the notion of partial transpose f... |
https://arxiv.org/abs/1606.02644 | The generalized Taylor series approach is not equivalent to the homotopy analysis method | In recent work on the area of approximation methods for the solution of nonlinear differential equations, it has been suggested that the so-called generalized Taylor series approach is equivalent to the homotopy analysis method. In the present paper, we demonstrate that such a view is only valid in very special cases, ... | \section{Introduction}
The Homotopy Analysis Method (HAM) is an analytical solution method which allows one to approximate the solution to nonlinear ordinary differential equations, partial differential equations, integral equations, and so on \cite{ham1,ham0,ham2}. The HAM has proven useful for a variety of such probl... | {
"timestamp": "2016-06-09T02:13:27",
"yymm": "1606",
"arxiv_id": "1606.02644",
"language": "en",
"url": "https://arxiv.org/abs/1606.02644",
"abstract": "In recent work on the area of approximation methods for the solution of nonlinear differential equations, it has been suggested that the so-called general... |
https://arxiv.org/abs/2109.04558 | Gradient flows, adjoint orbits, and the topology of totally nonnegative flag varieties | One can view a partial flag variety in $\mathbb{C}^n$ as an adjoint orbit $\mathcal{O}_\lambda$ inside the Lie algebra of $n \times n$ skew-Hermitian matrices. We use the orbit context to study the totally nonnegative part of a partial flag variety from an algebraic, geometric, and dynamical perspective. The paper has ... | \section{Introduction}\label{sec_introduction}
\noindent Let $\Fl_n(\mathbb{C})$ denote the {\itshape complete flag variety}, consisting of all sequences $V_1 \subset \cdots \subset V_{n-1}$ of nested subspaces of $\mathbb{C}^n$ such that each $V_k$ has dimension $k$. We may view $\Fl_n(\mathbb{C})$ as the quotient of... | {
"timestamp": "2021-11-24T02:03:51",
"yymm": "2109",
"arxiv_id": "2109.04558",
"language": "en",
"url": "https://arxiv.org/abs/2109.04558",
"abstract": "One can view a partial flag variety in $\\mathbb{C}^n$ as an adjoint orbit $\\mathcal{O}_\\lambda$ inside the Lie algebra of $n \\times n$ skew-Hermitian ... |
https://arxiv.org/abs/1806.04607 | On the invariant manifolds of the fixed point of a second order nonlinear difference equation | This paper addresses the asymptotic approximations of the stable and unstable manifolds for the saddle fixed point and the 2-periodic solutions of the difference equation $x_{n+1} = \alpha + \beta x_{n-1}+x_{n-1}/x_{n},$ where $\alpha>0,$ $0\leqslant \beta <1$ and the initial conditions $x_{-1}$ and $x_0$ are positive ... | \section{Introduction}
Many real world processes are studied by means of difference equations. Because
of their wide range of applications in mechanics, economics, electronics, chemistry,
ecology, biology, etc., the theory of discrete dynamical systems has been under intensive
development and many researchers hav... | {
"timestamp": "2018-06-13T02:12:54",
"yymm": "1806",
"arxiv_id": "1806.04607",
"language": "en",
"url": "https://arxiv.org/abs/1806.04607",
"abstract": "This paper addresses the asymptotic approximations of the stable and unstable manifolds for the saddle fixed point and the 2-periodic solutions of the dif... |
https://arxiv.org/abs/1204.0944 | Testing Booleanity and the Uncertainty Principle | Let f:{-1,1}^n -> R be a real function on the hypercube, given by its discrete Fourier expansion, or, equivalently, represented as a multilinear polynomial. We say that it is Boolean if its image is in {-1,1}.We show that every function on the hypercube with a sparse Fourier expansion must either be Boolean or far from... | \section{Introduction}
Let $f$ be a function from $\{-1,1\}^n$ to $\R$. Equivalently, one can
consider functions on $\{0,1\}^n$ or $\Z_2^n$, as we do below. A
natural way to represent such a function is as a multilinear
polynomial. For example:
\begin{align*}
f(x_1,x_2,x_3) = x_1-2x_2x_3+3.5x_1x_2.
\end{align*}
This ... | {
"timestamp": "2013-11-13T02:03:58",
"yymm": "1204",
"arxiv_id": "1204.0944",
"language": "en",
"url": "https://arxiv.org/abs/1204.0944",
"abstract": "Let f:{-1,1}^n -> R be a real function on the hypercube, given by its discrete Fourier expansion, or, equivalently, represented as a multilinear polynomial.... |
https://arxiv.org/abs/1705.06730 | Algorithms for $\ell_p$ Low Rank Approximation | We consider the problem of approximating a given matrix by a low-rank matrix so as to minimize the entrywise $\ell_p$-approximation error, for any $p \geq 1$; the case $p = 2$ is the classical SVD problem. We obtain the first provably good approximation algorithms for this version of low-rank approximation that work fo... | \section{Conclusions}
We studied the problem of low-rank approximation in the entrywise $\ell_p$
error norm and obtained the first provably good approximation algorithms for the
problem that work for every $p \geq 1$.
Our algorithms are extremely simple, which
makes them practically appealing.
We showed the effectiven... | {
"timestamp": "2017-05-19T02:08:49",
"yymm": "1705",
"arxiv_id": "1705.06730",
"language": "en",
"url": "https://arxiv.org/abs/1705.06730",
"abstract": "We consider the problem of approximating a given matrix by a low-rank matrix so as to minimize the entrywise $\\ell_p$-approximation error, for any $p \\g... |
https://arxiv.org/abs/1003.5856 | Generalization of a Theorem of Carlitz | We generalize Carlitz' result on the number of self reciprocal monic irreducible polynomials over finite fields by showing that similar explicit formula hold for the number of irreducible polynomials obtained by a fixed quadratic transformation. Our main tools are a combinatorial argument and Hurwitz genus formula. | \section{Introduction}
Let ${\FF_q}$ denote the finite field with
$q$ elements, where $q$ is a prime power, and let ${\FF_q}[x]$ denote the
polynomial ring over ${\FF_q}$. For
$f(x)$, a polynomial of degree $m$ over ${\FF_q}$ whose constant term
is nonzero, its \emph{reciprocal} is the polynomial $f^*(x)=x^m
f(1/x)$ o... | {
"timestamp": "2010-03-31T02:01:42",
"yymm": "1003",
"arxiv_id": "1003.5856",
"language": "en",
"url": "https://arxiv.org/abs/1003.5856",
"abstract": "We generalize Carlitz' result on the number of self reciprocal monic irreducible polynomials over finite fields by showing that similar explicit formula hol... |
https://arxiv.org/abs/2107.13681 | Rate-Independent Computation in Continuous Chemical Reaction Networks | Coupled chemical interactions in a well-mixed solution are commonly formalized as chemical reaction networks (CRNs). However, despite the widespread use of CRNs in the natural sciences, the range of computational behaviors exhibited by CRNs is not well understood. Here we study the following problem: what functions $f:... |
\section{Max-min representation of continuous piecewise linear functions}
\label{app:A}
Here we state and prove a slight generalization of Ovchinnikov's theorem~\cite{ovchinnikov2002max}.
In Ovchinnikov's original paper, he only considers piecewise affine functions
(in Ovchinnikov's terminology, piecewise ``linea... | {
"timestamp": "2021-07-30T02:05:46",
"yymm": "2107",
"arxiv_id": "2107.13681",
"language": "en",
"url": "https://arxiv.org/abs/2107.13681",
"abstract": "Coupled chemical interactions in a well-mixed solution are commonly formalized as chemical reaction networks (CRNs). However, despite the widespread use o... |
https://arxiv.org/abs/2302.10773 | Hybrid Neural-Network FEM Approximation of Diffusion Coefficient in Elliptic and Parabolic Problems | In this work we investigate the numerical identification of the diffusion coefficient in elliptic and parabolic problems using neural networks. The numerical scheme is based on the standard output least-squares formulation where the Galerkin finite element method (FEM) is employed to approximate the state and neural ne... | \section{Introduction}
In this work, we study the inverse problem of recovering a space-dependent diffusion coefficient in elliptic and parabolic problems from one internal measurement using neural networks. Let $\Omega \subset\mathbb{R}^d\,(d=1,2,3)$ be a convex polyhedral domain with a boundary $\partial\Omega$. Cons... | {
"timestamp": "2023-02-22T02:17:44",
"yymm": "2302",
"arxiv_id": "2302.10773",
"language": "en",
"url": "https://arxiv.org/abs/2302.10773",
"abstract": "In this work we investigate the numerical identification of the diffusion coefficient in elliptic and parabolic problems using neural networks. The numeri... |
https://arxiv.org/abs/2110.00738 | Some new central parts of connected graphs | The center, median and the security center are three central parts defined for any connected graph whereas the characteristic set, subtree core and core vertices are three central parts defined for trees only. We extend the concept of the characteristic set, subtree core and core vertices to general connected graphs an... | \section{Introduction}
Throughout this paper, graphs are simple, finite, connected and undirected. Let $G$ be a graph with vertex set $V(G)$ and edge set $E(G)$. A vertex $v\in V(G)$ is called a {\it cut vertex} of $G$ if the graph $G-v$ is disconnected. If a graph has no cut vertices, it is called a two connected grap... | {
"timestamp": "2021-10-05T02:09:28",
"yymm": "2110",
"arxiv_id": "2110.00738",
"language": "en",
"url": "https://arxiv.org/abs/2110.00738",
"abstract": "The center, median and the security center are three central parts defined for any connected graph whereas the characteristic set, subtree core and core v... |
https://arxiv.org/abs/1706.04703 | Multilinear mappings versus homogeneous polynomials and a multipolynomial polarization formula | We show that (k,m)-linear mappings, introduced by I. Chernega and A. Zagorodnyuk in [3], are particular cases of polynomials. As corollaries, we expose some apparently overlooked properties in the literature. For instance, every multilinear mapping is a homogeneous polynomial. Contributions to the polarization formula ... | \section{Introduction}
We recall that if $E$ and $F$ are vector spaces, a map $P:E\rightarrow F$ is
called an $m$-homogeneous polynomial if there exists an $m$-linear mappin
\[
A:E^{m}\rightarrow F
\]
such tha
\[
P(x)=A(x,\ldots,x)
\]
for every $x\in\ E$. The vector space of all $m$-homogeneous polynomials fr... | {
"timestamp": "2018-10-18T02:16:08",
"yymm": "1706",
"arxiv_id": "1706.04703",
"language": "en",
"url": "https://arxiv.org/abs/1706.04703",
"abstract": "We show that (k,m)-linear mappings, introduced by I. Chernega and A. Zagorodnyuk in [3], are particular cases of polynomials. As corollaries, we expose so... |
https://arxiv.org/abs/1405.6980 | Dimensions of Zassenhaus filtration subquotients of some pro-$p$-groups | We compute the ${\mathbb F}_p$-dimension of an $n$-th graded piece $G_{(n)}/G_{(n+1)}$ of the Zassenhaus filtration for various finitely generated pro-$p$-groups $G$. These groups include finitely generated free pro-$p$-groups, Demushkin pro-$p$-groups and their free pro-$p$ products. We provide a unifying principle fo... | \section{Introduction}
Recall that for a profinite group $G$ and a prime number $p$, the Zassenhaus ($p$-)filtration $(G_{(n)})$ of $G$ is defined inductively by
\[
G_{(1)}=G, \quad G_{(n)}=G_{(\lceil n/p\rceil)}^p\prod_{i+j=n}[G_{(i)},G_{(j)}],
\]
where $\lceil n/p \rceil$ is the least integer which is greater than o... | {
"timestamp": "2015-07-08T02:10:47",
"yymm": "1405",
"arxiv_id": "1405.6980",
"language": "en",
"url": "https://arxiv.org/abs/1405.6980",
"abstract": "We compute the ${\\mathbb F}_p$-dimension of an $n$-th graded piece $G_{(n)}/G_{(n+1)}$ of the Zassenhaus filtration for various finitely generated pro-$p$-... |
https://arxiv.org/abs/2209.03375 | Matrix Factorizations of the discriminant of $S_n$ | Consider the symmetric group $S_n$ acting as a reflection group on the polynomial ring $k[x_1, \ldots, x_n]$, where $k$ is a field such that Char$(k)$ does not divide $n!$. We use Higher Specht polynomials to construct matrix factorizations of the discriminant of this group action: these matrix factorizations are index... | \section{Introduction}
The classical discriminant $D(f)$ of a polynomial $f$ in one variable over a field $k$ detects whether $f$ has a multiple root. If $f$ is of degree $d$, then its discriminant can be expressed as an irreducible quasi-homogeneous polynomial in the coefficients of $f$, and $D(f)$ vanishes exactl... | {
"timestamp": "2022-09-09T02:00:26",
"yymm": "2209",
"arxiv_id": "2209.03375",
"language": "en",
"url": "https://arxiv.org/abs/2209.03375",
"abstract": "Consider the symmetric group $S_n$ acting as a reflection group on the polynomial ring $k[x_1, \\ldots, x_n]$, where $k$ is a field such that Char$(k)$ do... |
https://arxiv.org/abs/2102.00317 | A Construction for Boolean cube Ramsey numbers | Let $Q_n$ be the poset that consists of all subsets of a fixed $n$-element set, ordered by set inclusion. The poset cube Ramsey number $R(Q_n,Q_n)$ is defined as the least $m$ such that any 2-coloring of the elements of $Q_m$ admits a monochromatic copy of $Q_n$. The trivial lower bound $R(Q_n,Q_n)\ge 2n$ was improved ... | \section{Introduction}
A central theme of combinatorics is the fact that large discrete systems often contain subsystems with a higher degree of organization than the original system. Results of this flavor appear in many areas. One example is the Erd\H{o}s-Szekeres Theorem, which states that every sequence of $ab+1$ r... | {
"timestamp": "2022-09-08T02:19:14",
"yymm": "2102",
"arxiv_id": "2102.00317",
"language": "en",
"url": "https://arxiv.org/abs/2102.00317",
"abstract": "Let $Q_n$ be the poset that consists of all subsets of a fixed $n$-element set, ordered by set inclusion. The poset cube Ramsey number $R(Q_n,Q_n)$ is def... |
https://arxiv.org/abs/2211.12582 | Spectral conditions for spherical two-distance sets | A set of points $S$ in $d$-dimensional Euclidean space $\mathbb{R}^d$ is called a 2-distance set if the set of pairwise distances between the points has cardinality two. The 2-distance set is called spherical if its points lie on the unit sphere in $\mathbb{R}^{d}$. We characterize the spherical 2-distance sets using t... |
\section{Introduction}
The problem of sets with few distances is considered to be naturally emerging in discrete geometry and coding theory.
The simplest case is the one of \emph{2-distance sets}, i.e. sets of points in $n$-dimensional space with only two possible distances between its elements.
The study of 2-distan... | {
"timestamp": "2022-11-24T02:02:04",
"yymm": "2211",
"arxiv_id": "2211.12582",
"language": "en",
"url": "https://arxiv.org/abs/2211.12582",
"abstract": "A set of points $S$ in $d$-dimensional Euclidean space $\\mathbb{R}^d$ is called a 2-distance set if the set of pairwise distances between the points has ... |
https://arxiv.org/abs/1808.03851 | Upper and Lower Bounds on Zero-Sum Generalized Schur Numbers | Let $S_{\mathfrak{z}}(k,r)$ be the least positive integer such that for any $r$-coloring $\chi : \{1,2,\dots,S_{\mathfrak{z}}(k,r)\} \longrightarrow \{1, 2, \dots, r\}$, there is a sequence $x_1, x_2, \dots, x_k$ such that $\sum_{i=1}^{k-1} x_i = x_k$, and $\sum_{i=1}^{k} \chi(x_i) \equiv 0 \pmod{r}$. We show that when... | \section{Introduction}
The generalized Schur numbers $S(k,r)$ are an object in Ramsey theory defined to be the least positive integer such that any $r$-coloring of $\{1,2,\dots,\sz{k}{r}\}$ admits a monochromatic solution to $\sum_{i=1}^{k-1} x_i = x_k$. In 1916, Schur proved that $\frac{1}{2}(3^n - 1) \le S(3,n) \le R... | {
"timestamp": "2018-08-14T02:06:32",
"yymm": "1808",
"arxiv_id": "1808.03851",
"language": "en",
"url": "https://arxiv.org/abs/1808.03851",
"abstract": "Let $S_{\\mathfrak{z}}(k,r)$ be the least positive integer such that for any $r$-coloring $\\chi : \\{1,2,\\dots,S_{\\mathfrak{z}}(k,r)\\} \\longrightarro... |
https://arxiv.org/abs/1403.5652 | On Routh-Steiner Theorem and Generalizations | Following Coxeter we use barycentric coordinates in affine geometry to prove theorems on ratios of areas. In particular, we prove a version of Routh-Steiner theorem for parallelograms. | \section{Introduction}
Coxeter in his book \cite[p. 211]{Coxeter}, considered the following theorem
of \textit{affine} geometry;
\begin{theorem}
\label{Routh th}If the sides $BC,CA,AB$ of a triangle $ABC$ are divided at
L,M,N$ $\ $in the respective ratios $\lambda :1,$ $\mu :1,$ $\nu :1,$ the
cevians $AL,BM,C... | {
"timestamp": "2014-03-25T01:03:35",
"yymm": "1403",
"arxiv_id": "1403.5652",
"language": "en",
"url": "https://arxiv.org/abs/1403.5652",
"abstract": "Following Coxeter we use barycentric coordinates in affine geometry to prove theorems on ratios of areas. In particular, we prove a version of Routh-Steiner... |
https://arxiv.org/abs/2207.06871 | Poincaré-Reeb graphs of real algebraic domains | An algebraic domain is a closed topological subsurface of a real affine plane whose boundary consists of disjoint smooth connected components of real algebraic plane curves. We study the geometric shape of an algebraic domain by collapsing all vertical segments contained in it: this yields a Poincaré-Reeb graph, which ... | \subsection{\@startsection{subsection}{2}%
\z@{.5\linespacing\@plus.7\linespacing}{.3\linespacing}%
{\normalfont\bfseries}}
\makeatother
\newcommand{\doubletilde}[1]{\tilde{\raisebox{0pt}[0.85\height]{$\tilde{#1}$}}}
\newcommand{\myfigure}[2]
\begin{center}
\small
\tikzstyle{every picture}=[scale=1.0*#1
\in... | {
"timestamp": "2022-07-15T02:15:23",
"yymm": "2207",
"arxiv_id": "2207.06871",
"language": "en",
"url": "https://arxiv.org/abs/2207.06871",
"abstract": "An algebraic domain is a closed topological subsurface of a real affine plane whose boundary consists of disjoint smooth connected components of real alge... |
https://arxiv.org/abs/1605.09701 | Quantization for uniform distributions on stretched Sierpiński triangles | In this paper, we have considered a uniform probability distribution supported by a stretched Sierpiński triangle. For this probability measure, the optimal sets of $n$-means and the $n$th quantization errors are determined for all $n\geq 2$. In addition, it is shown that the quantization coefficient for such a measure... | \section{Introduction} The theory of quantization studies the process of approximating probability measures, which are invariant for certain systems, with discrete probabilities having a finite number of points in their support. Of particular interest are the types of behaviors which may be encountered in the quantiz... | {
"timestamp": "2016-06-01T02:14:07",
"yymm": "1605",
"arxiv_id": "1605.09701",
"language": "en",
"url": "https://arxiv.org/abs/1605.09701",
"abstract": "In this paper, we have considered a uniform probability distribution supported by a stretched Sierpiński triangle. For this probability measure, the optim... |
https://arxiv.org/abs/0902.1538 | Bilinear and Quadratic Variants on the Littlewood-Offord Problem | If f(x_1, x_2, ..., x_n) is a polynomial dependent on a large number of independent Bernoulli random variables, what can be said about the maximum concentration of f on any single value? For linear polynomials, this reduces to one version of the classical Littlewood-Offord problem: Given nonzero constants a_1 through a... | \section{Introduction: The Linear Littlewood-Offord Problem}
In their study of the distribution of the number of real roots of random polynomials, Littlewood and Offord \cite{LO} encountered the following problem:
\begin{question}
Let $a_1$, \dots $a_n$ be real numbers such that $|a_i|>1$ for every $i$. What is the l... | {
"timestamp": "2009-02-09T22:06:57",
"yymm": "0902",
"arxiv_id": "0902.1538",
"language": "en",
"url": "https://arxiv.org/abs/0902.1538",
"abstract": "If f(x_1, x_2, ..., x_n) is a polynomial dependent on a large number of independent Bernoulli random variables, what can be said about the maximum concentra... |
https://arxiv.org/abs/2005.01337 | Subordinated Compound Poisson processes of order $k$ | In this article, the compound Poisson processes of order $k$ (CPPoK) is introduced and its properties are discussed. Further, using mixture of tempered stable subordinator (MTSS) and its right continuous inverse, the two subordinated CPPoK with various distributional properties are studied. It is also shown that space ... | \section{Introduction}
\noindent
The Poisson distribution has been the conventional model for count data analysis, and due to its popularity and applicability various researchers have generalized it in several directions; e.g. compound Poisson processes, fractional (time-changed) versions of Poisson processes (see \cit... | {
"timestamp": "2020-05-05T02:26:19",
"yymm": "2005",
"arxiv_id": "2005.01337",
"language": "en",
"url": "https://arxiv.org/abs/2005.01337",
"abstract": "In this article, the compound Poisson processes of order $k$ (CPPoK) is introduced and its properties are discussed. Further, using mixture of tempered st... |
https://arxiv.org/abs/2103.05382 | Persistence of periodic traveling waves and Abelian integrals | It is well known that the existence of traveling wave solutions (TWS) for many partial differential equations (PDE) is a consequence of the fact that an associated planar ordinary differential equation (ODE) has certain types of solutions defined for all time. In this paper we address the problem of persistence of TWS ... | \section{Introduction}
Traveling wave solutions (TWS) are an important class of
particular solutions of partial differential equations (PDE). These
waves are special solutions which do
not change their shape and which propagate at constant speed. They
appear in fluid dynamics, chemical kinetics involving reaction... | {
"timestamp": "2021-04-19T02:17:31",
"yymm": "2103",
"arxiv_id": "2103.05382",
"language": "en",
"url": "https://arxiv.org/abs/2103.05382",
"abstract": "It is well known that the existence of traveling wave solutions (TWS) for many partial differential equations (PDE) is a consequence of the fact that an a... |
https://arxiv.org/abs/2102.03003 | A Verified Decision Procedure for Univariate Real Arithmetic with the BKR Algorithm | We formalize the univariate fragment of Ben-Or, Kozen, and Reif's (BKR) decision procedure for first-order real arithmetic in Isabelle/HOL. BKR's algorithm has good potential for parallelism and was designed to be used in practice. Its key insight is a clever recursive procedure that computes the set of all consistent ... | \section{Introduction}
\label{sec:Introduction}
Formally verified arithmetic has important applications in formalized mathematics and rigorous engineering domains.
For example, real arithmetic questions (first-order formulas in the \textit{theory of real closed fields}) often arise as part of formal proofs for safety-c... | {
"timestamp": "2021-05-20T02:02:39",
"yymm": "2102",
"arxiv_id": "2102.03003",
"language": "en",
"url": "https://arxiv.org/abs/2102.03003",
"abstract": "We formalize the univariate fragment of Ben-Or, Kozen, and Reif's (BKR) decision procedure for first-order real arithmetic in Isabelle/HOL. BKR's algorith... |
https://arxiv.org/abs/1601.00944 | On the number of nonisomorphic subtrees of a tree | We show that a tree of order $n$ has at most $O(5^{n/4})$ nonisomorphic subtrees, and that this bound is best possible. We also prove an analogous result for the number of nonisomorphic rooted subtrees of a rooted tree. | \section{introduction}
Subtrees of a tree have been studied extensively: Jamison \cite{jamison1983average, jamison1984monotonicity} investigated the average number of vertices
in a subtree, Sz\'ekely and Wang studied the number of subtrees of trees \cite{subtrees2005, largest2006}.
Chung, Graham and Coppersmith \cite{... | {
"timestamp": "2016-01-06T02:11:44",
"yymm": "1601",
"arxiv_id": "1601.00944",
"language": "en",
"url": "https://arxiv.org/abs/1601.00944",
"abstract": "We show that a tree of order $n$ has at most $O(5^{n/4})$ nonisomorphic subtrees, and that this bound is best possible. We also prove an analogous result ... |
https://arxiv.org/abs/1806.08020 | Polynomial Preconditioned Arnoldi | Polynomial preconditioning can improve the convergence of the Arnoldi method for computing eigenvalues. Such preconditioning significantly reduces the cost of orthogonalization; for difficult problems, it can also reduce the number of matrix-vector products. Parallel computations can particularly benefit from the reduc... | \section{Introduction}
\begin{comment}
\begin{itemize}
\item \hemph{Do we want to emphasis more ``GMRES polynomial" or ``minres polynomial"? In Abstract, we say GMRES. Section 2 is titled with min res. Algorithm in section 2 uses both. etc. ME: Let's go with ``GMRES polynomial.''
\end{itemize}
\end{comment}
We s... | {
"timestamp": "2018-06-22T02:03:33",
"yymm": "1806",
"arxiv_id": "1806.08020",
"language": "en",
"url": "https://arxiv.org/abs/1806.08020",
"abstract": "Polynomial preconditioning can improve the convergence of the Arnoldi method for computing eigenvalues. Such preconditioning significantly reduces the cos... |
https://arxiv.org/abs/2210.10974 | Bootstrap in High Dimension with Low Computation | The bootstrap is a popular data-driven method to quantify statistical uncertainty, but for modern high-dimensional problems, it could suffer from huge computational costs due to the need to repeatedly generate resamples and refit models. We study the use of bootstraps in high-dimensional environments with a small numbe... | \section{Introduction\label{sec:introduction}}
The bootstrap is a widely used method for statistical inference, notably confidence interval construction and uncertainty quantification (e.g. \cite{efron1994introduction,davison1997bootstrap,shao2012jackknife,hall1988bootstrap}). Its main idea is to resample data and ... | {
"timestamp": "2022-10-21T02:06:50",
"yymm": "2210",
"arxiv_id": "2210.10974",
"language": "en",
"url": "https://arxiv.org/abs/2210.10974",
"abstract": "The bootstrap is a popular data-driven method to quantify statistical uncertainty, but for modern high-dimensional problems, it could suffer from huge com... |
https://arxiv.org/abs/1907.12267 | Beta Laguerre ensembles in global regime | Beta Laguerre ensembles which are generalizations of Wishart ensembles and Laguerre ensembles can be realized as eigenvalues of certain random tridiagonal matrices. Analogous to the Wishart ($\beta=1$) case and the Laguerre ($\beta = 2$) case, for fixed $\beta$, it is known that the empirical distribution of the eigenv... | \section{Introduction}
Beta Laguerre ($\beta$-Laguerre) ensembles are ensembles of $N$ positive particles distributed according the following joint probability density function
\begin{equation}\label{bLE}
\frac{1}{Z_{N, M}^{(\beta)}}\prod_{i < j}|\lambda_j - \lambda_i|^\beta \prod_{i = 1}^N \left( \lambda_i^{\frac{\b... | {
"timestamp": "2019-07-30T02:22:38",
"yymm": "1907",
"arxiv_id": "1907.12267",
"language": "en",
"url": "https://arxiv.org/abs/1907.12267",
"abstract": "Beta Laguerre ensembles which are generalizations of Wishart ensembles and Laguerre ensembles can be realized as eigenvalues of certain random tridiagonal... |
https://arxiv.org/abs/1105.3435 | Visibility-preserving convexifications using single-vertex moves | Devadoss asked: (1) can every polygon be convexified so that no internal visibility (between vertices) is lost in the process? Moreover, (2) does such a convexification exist, in which exactly one vertex is moved at a time (that is, using {\em single-vertex moves})? We prove the redundancy of the "single-vertex moves" ... | \section{Introduction}
The problem of {\em convexifying} a polygon (that is, continuously
transforming it, while maintaining simplicity) is a classical,
well-studied problem in computational geometry. Different
restrictions on the transformations allowed give rise to several
versions of this problem. In the most famo... | {
"timestamp": "2011-05-18T02:04:03",
"yymm": "1105",
"arxiv_id": "1105.3435",
"language": "en",
"url": "https://arxiv.org/abs/1105.3435",
"abstract": "Devadoss asked: (1) can every polygon be convexified so that no internal visibility (between vertices) is lost in the process? Moreover, (2) does such a con... |
https://arxiv.org/abs/2201.06846 | The maximum cardinality of trifferent codes with lengths 5 and 6 | A code $\mathcal{C} \subseteq \{0, 1, 2\}^n$ is said to be trifferent with length $n$ when for any three distinct elements of $\mathcal{C}$ there exists a coordinate in which they all differ. Defining $\mathcal{T}(n)$ as the maximum cardinality of trifferent codes with length $n$, $\mathcal{T}(n)$ is unknown for $n \ge... | \section{Introduction}
Let $k \geq 3$ and $n \geq 1$ be integers, and let $\mathcal{C}$ be a subset of $\{0,1,\ldots,k-1\}^n$ with the property that for any $k$ distinct elements there exists a coordinate in which they all differ. A subset $\mathcal{C}$ with this property is called perfect $k$-hash code with length $n$... | {
"timestamp": "2022-01-19T02:53:09",
"yymm": "2201",
"arxiv_id": "2201.06846",
"language": "en",
"url": "https://arxiv.org/abs/2201.06846",
"abstract": "A code $\\mathcal{C} \\subseteq \\{0, 1, 2\\}^n$ is said to be trifferent with length $n$ when for any three distinct elements of $\\mathcal{C}$ there exi... |
https://arxiv.org/abs/2201.02222 | Exploring the Steiner-Soddy Porism | We explore properties and loci of a Poncelet family of polygons -- called here Steiner-Soddy -- whose vertices are centers of circles in the Steiner porism, including conserved quantities, loci, and its relationship to other Poncelet families. | \section{Outline}
\section{Introduction}
\input{010_intro}
\section{The Steiner-Soddy Porism}
\label{sec:all-n}
\input{020_all_n}
\section{The Special case of N=3}
\label{sec:n3}
\input{030_n3}
\section{Loci in the N=3 case}
\label{sec:n3-loci}
\input{040_n3_loci}
\section{Conservations}
\label{sec:cons}
\input{... | {
"timestamp": "2022-01-10T02:01:16",
"yymm": "2201",
"arxiv_id": "2201.02222",
"language": "en",
"url": "https://arxiv.org/abs/2201.02222",
"abstract": "We explore properties and loci of a Poncelet family of polygons -- called here Steiner-Soddy -- whose vertices are centers of circles in the Steiner poris... |
https://arxiv.org/abs/math/0609175 | Counting Partitions on the Abacus | In 2003, Maroti showed that one could use the machinery of l-cores and l-quotients of partitions to establish lower bounds for p(n), the number of partitions of n. In this paper we explore these ideas in the case l=2, using them to give a largely combinatorial proof of an effective upper bound on p(n), and to prove asy... | \section{Introduction}
A \emph{partition} of a number $n \in \mathbf{N}_0$ is a
sequence $(\lambda_1, \ldots, \lambda_k)$ such that
$\lambda_1 \ge \lambda_2 \ge \ldots \ge \lambda_k \ge 1$
and $\lambda_1 + \ldots + \lambda_k = n$.
To indicate that $\lambda$ is a partition of $n$ we write $|\lambda| = n$.
Let $p(n)$ b... | {
"timestamp": "2006-09-06T16:31:51",
"yymm": "0609",
"arxiv_id": "math/0609175",
"language": "en",
"url": "https://arxiv.org/abs/math/0609175",
"abstract": "In 2003, Maroti showed that one could use the machinery of l-cores and l-quotients of partitions to establish lower bounds for p(n), the number of par... |
https://arxiv.org/abs/1806.09489 | A Note on Nullstellensatz over Finite Fields | We give an expository account of Nullstellensatz-like results when the base field is finite. In particular, we discuss the vanishing ideal of the affine space and of the projective space over a finite field. As an application, we include an alternative proof of Ore's inequality for the number of points of affine hypers... | \section{Introduction}
\label{sec:in}
Hilbert's Nullstellensatz, or Hilbert's Zero Point Theorem, is a classical result of fundamental importance in commutative algebra and algebraic geometry.
This result is only valid when the base field
is $\mathbb{C}$, the field of complex numbers, or more generally an algebraicall... | {
"timestamp": "2018-06-28T02:02:51",
"yymm": "1806",
"arxiv_id": "1806.09489",
"language": "en",
"url": "https://arxiv.org/abs/1806.09489",
"abstract": "We give an expository account of Nullstellensatz-like results when the base field is finite. In particular, we discuss the vanishing ideal of the affine s... |
https://arxiv.org/abs/1610.04874 | Coloring Graphs to Produce Properly Colored Walks | For a connected graph, we define the proper-walk connection number as the minimum number of colors needed to color the edges of a graph so that there is a walk between every pair of vertices without two consecutive edges having the same color. We show that the proper-walk connection number is at most three for all cycl... | \section{Introduction}
We consider the problem of coloring the edges of a graph so that
it is possible to get between every pair of vertices without
two consecutive edges having the same color.
Obviously, this can be achieved by
giving every edge a different color, and indeed by
any proper coloring of the edges. So... | {
"timestamp": "2017-04-25T02:00:59",
"yymm": "1610",
"arxiv_id": "1610.04874",
"language": "en",
"url": "https://arxiv.org/abs/1610.04874",
"abstract": "For a connected graph, we define the proper-walk connection number as the minimum number of colors needed to color the edges of a graph so that there is a... |
https://arxiv.org/abs/math/9812075 | Packing Ferrers Shapes | Answering a question of Wilf, we show that if $n$ is sufficiently large, then one cannot cover an $n \times p(n)$ rectangle using each of the $p(n)$ distinct Ferrers shapes of size $n$ exactly once. Moreover, the maximum number of pairwise distinct, non-overlapping Ferrers shapes that can be packed in such a rectangle ... | \section{Introduction}
A {\em partition} $p$ of a positive integer $n$ is an array $p=(x_1,x_2,\cdots
,x_k)$ of positive integers so that
$x_1\geq x_2 \geq \cdots \geq x_k$ and
$n=\sum_{i=1}^k x_i$. The $x_i$
are called the {\em parts} of $p$. The total number of distinct partitions
of $n$ is denoted by $p(n)$. A {\... | {
"timestamp": "1998-12-11T22:09:51",
"yymm": "9812",
"arxiv_id": "math/9812075",
"language": "en",
"url": "https://arxiv.org/abs/math/9812075",
"abstract": "Answering a question of Wilf, we show that if $n$ is sufficiently large, then one cannot cover an $n \\times p(n)$ rectangle using each of the $p(n)$ ... |
https://arxiv.org/abs/1301.5915 | The Packing Radius of a Code and Partitioning Problems: the Case for Poset Metrics | Until this work, the packing radius of a poset code was only known in the cases where the poset was a chain, a hierarchy, a union of disjoint chains of the same size, and for some families of codes. Our objective is to approach the general case of any poset. To do this, we will divide the problem into two parts.The fir... | \section{Introduction}
An important concept of coding theory is that of the packing radius of a code. When using the Hamming metric this concept is overshadowed by that of the minimum distance since it is determined completely by it, i.e. if $C$ is a code and $d_H(C)$ is the minimum distance of $C$ in the Hamming metr... | {
"timestamp": "2013-01-28T02:00:15",
"yymm": "1301",
"arxiv_id": "1301.5915",
"language": "en",
"url": "https://arxiv.org/abs/1301.5915",
"abstract": "Until this work, the packing radius of a poset code was only known in the cases where the poset was a chain, a hierarchy, a union of disjoint chains of the ... |
https://arxiv.org/abs/2004.11491 | Speeding up Markov chains with deterministic jumps | We show that the convergence of finite state space Markov chains to stationarity can often be considerably speeded up by alternating every step of the chain with a deterministic move. Under fairly general conditions, we show that not only do such schemes exist, they are numerous. | \section{Introduction}\label{intro}
This paper started from the following example. Consider the simple random walk on $\mathbb{Z}_n$ (the integers mod $n$):
\[
X_{k+1}=X_k+\epsilon_{k+1} \pmod n,
\]
with $X_0=0$, and $\epsilon_1,\epsilon_2,\ldots$ i.i.d.~with equal probabilities of being $0$, $1$ or $-1$. This walk ta... | {
"timestamp": "2020-08-27T02:05:55",
"yymm": "2004",
"arxiv_id": "2004.11491",
"language": "en",
"url": "https://arxiv.org/abs/2004.11491",
"abstract": "We show that the convergence of finite state space Markov chains to stationarity can often be considerably speeded up by alternating every step of the cha... |
https://arxiv.org/abs/2010.09791 | Tensor-structured sketching for constrained least squares | Constrained least squares problems arise in many applications. Their memory and computation costs are expensive in practice involving high-dimensional input data. We employ the so-called "sketching" strategy to project the least squares problem onto a space of a much lower "sketching dimension" via a random sketching m... | \section{Introduction}
Constrained optimization plays an important role in the intersection of machine learning \cite{BCN18}, computational mathematics \cite{NW06}, theoretical computer science \cite{B15} and many other fields. We consider the least squares problem of the following form:
\begin{equation}
\label{QP}
\m... | {
"timestamp": "2020-10-21T02:02:38",
"yymm": "2010",
"arxiv_id": "2010.09791",
"language": "en",
"url": "https://arxiv.org/abs/2010.09791",
"abstract": "Constrained least squares problems arise in many applications. Their memory and computation costs are expensive in practice involving high-dimensional inp... |
https://arxiv.org/abs/2204.06954 | Trace-Class and Nuclear Operators | This paper explores the long journey from projective tensor products of a pair of Banach spaces, passing through the definition of nuclear operators still on the realm of projective tensor products, to the of notion of trace-class operators on a Hilbert space, and shows how and why these concepts (nuclear and trace-cla... | \section{Introduction}
This is an expository paper on trace-class and nuclear operators$.$ Its
purpose is to demonstrate that these classes of operators coincide on a
Hilbert space$.$ It will focus mainly on three points: (i) where these
notions came from, (ii) how they are intertwined, and (iii) when they
coincid... | {
"timestamp": "2022-04-15T02:20:58",
"yymm": "2204",
"arxiv_id": "2204.06954",
"language": "en",
"url": "https://arxiv.org/abs/2204.06954",
"abstract": "This paper explores the long journey from projective tensor products of a pair of Banach spaces, passing through the definition of nuclear operators still... |
https://arxiv.org/abs/1507.01920 | On the degrees of polynomial divisors over finite fields | We show that the proportion of polynomials of degree $n$ over the finite field with $q$ elements, which have a divisor of every degree below $n$, is given by $c_q n^{-1} + O(n^{-2})$. More generally, we give an asymptotic formula for the proportion of polynomials, whose set of degrees of divisors has no gaps of size gr... | \section{Introduction}
There are many parallels between the factorization of integers into primes and the decomposition of combinatorial structures into components.
For an overview with examples see the surveys \cite{ABT, GRA, Rud}. In this note we want to explore a correspondence between the distribution of integ... | {
"timestamp": "2015-07-08T02:11:38",
"yymm": "1507",
"arxiv_id": "1507.01920",
"language": "en",
"url": "https://arxiv.org/abs/1507.01920",
"abstract": "We show that the proportion of polynomials of degree $n$ over the finite field with $q$ elements, which have a divisor of every degree below $n$, is given... |
https://arxiv.org/abs/1503.06904 | The PPW conjecture in curved spaces | In Euclidean and Hyperbolic space, and the hemisphere in $S^n$, geodesic balls maximize the gap $\lambda_2 - \lambda_1$ of Dirichlet eigenvalues, amoung domains with fixed $\lambda_1$. We prove an upper bound on $\lambda_2 - \lambda_1$ for domains in manifolds with certain curvature bounds. The inequality is sharp on g... | \section{Introduction}
In the '90s Ashbaugh-Benguria \cite{ashbaugh-benguria} settled the following conjecture of Payne, Polya and Weinberger.
\begin{theorem}[PPW conjecture, \cite{ashbaugh-benguria}]\label{theorem:ppw-Rn}
Among all bounded domains in $\mathbb{R}^n$, the round ball uniquely maximizes the ratio $\frac... | {
"timestamp": "2016-12-26T02:04:01",
"yymm": "1503",
"arxiv_id": "1503.06904",
"language": "en",
"url": "https://arxiv.org/abs/1503.06904",
"abstract": "In Euclidean and Hyperbolic space, and the hemisphere in $S^n$, geodesic balls maximize the gap $\\lambda_2 - \\lambda_1$ of Dirichlet eigenvalues, amoung... |
https://arxiv.org/abs/1009.3588 | Polynomials non-negative on strips and half-strips | In 2008, M. Marshall settled a long-standing open problem by showing that if f(x,y) is a polynomial that is non-negative on the strip [0,1] x R, then there exist sums of squares s(x,y) and t(x,y) such that f(x,y) = s(x,y) + (x - x^2) t(x,y). In this paper, we generalize Marshall's result to various strips and half-stri... | \section{Introduction}
Throughout, we work in the real polynomial ring in two variables, which we
denote by $\mathbb R[x,y]$. The set of sums of squares in $\mathbb R[x,y]$ is denoted
by $\sum \mathbb R[x,y]^2$.
Recently, M.~Marshall \cite{MM_strip} settled a long-standing open problem by
proving the following:
\... | {
"timestamp": "2010-09-21T02:01:09",
"yymm": "1009",
"arxiv_id": "1009.3588",
"language": "en",
"url": "https://arxiv.org/abs/1009.3588",
"abstract": "In 2008, M. Marshall settled a long-standing open problem by showing that if f(x,y) is a polynomial that is non-negative on the strip [0,1] x R, then there ... |
https://arxiv.org/abs/1808.07087 | Approximation of maps into spheres by piecewise-regular maps of class C^k | The aim of this paper is to prove that every continuous map from a compact subset of a real algebraic variety into a sphere can be approximated by piecewise-regular maps of class C^k, where k is an arbitrary integer. | \section{Introduction}
\label{sectionintro}
The problem of algebraic approximation of continuous maps into spheres has been studied for
many years (cf. \cite{BoKu1987}, \cite{Ku2014}, \cite{BCR} and references
therein).
Since regular maps are often to rigid to approximate arbitrary continuous maps (cf.
\cite{Bo... | {
"timestamp": "2018-12-17T02:14:40",
"yymm": "1808",
"arxiv_id": "1808.07087",
"language": "en",
"url": "https://arxiv.org/abs/1808.07087",
"abstract": "The aim of this paper is to prove that every continuous map from a compact subset of a real algebraic variety into a sphere can be approximated by piecewi... |
https://arxiv.org/abs/2112.14955 | Tree Embeddings and Tree-Star Ramsey Numbers | We say that a graph $F$ can be embedded into a graph $G$ if $G$ contains an isomorphic copy of $F$ as a subgraph. Guo and Volkmann \cite{GV} conjectured that if $G$ is a connected graph with at least $n$ vertices and minimum degree at least $n-3$, then any tree with $n$ vertices and maximum degree at most $n-4$ can be ... | \section{Introduction}
All graphs considered throughout the paper are simple graphs, i.e. without loops and multiple edges. Let $V(G)$ denote the vertex set of $G$ and let $E(G)$ denote the edge set of $G$. For $v\in V(G)$, let $N(v)=\{u\in V(G)|uv\in E(G)\}$, $N[v]=N(v)\cup\{v\}$, and $d(v)=|N(v)|$. For $S\subseteq V... | {
"timestamp": "2022-01-03T02:07:47",
"yymm": "2112",
"arxiv_id": "2112.14955",
"language": "en",
"url": "https://arxiv.org/abs/2112.14955",
"abstract": "We say that a graph $F$ can be embedded into a graph $G$ if $G$ contains an isomorphic copy of $F$ as a subgraph. Guo and Volkmann \\cite{GV} conjectured ... |
https://arxiv.org/abs/0905.1539 | Total variation bound for Kac's random walk | We show that the classical Kac's random walk on $(n-1)$-sphere $S^{n-1}$ starting from the point mass at $e_1$ mixes in $\mathcal{O}(n^5(\log n)^3)$ steps in total variation distance. The main argument uses a truncation of the running density after a burn-in period, followed by $\mathcal{L}^2$ convergence using the spe... | \section{Introduction}
Mark Kac proposed the following simplified model of one-dimensional Boltzmann gas dynamics (for historical details, see \cite{PDLSC}, \cite{Kac}):
For $n$ particles on $\RR$, we can represent their velocities $(v_1, \ldots, v_n)$ as a point on the unit sphere $S^{n-1}$, after normalization so t... | {
"timestamp": "2009-05-13T05:21:08",
"yymm": "0905",
"arxiv_id": "0905.1539",
"language": "en",
"url": "https://arxiv.org/abs/0905.1539",
"abstract": "We show that the classical Kac's random walk on $(n-1)$-sphere $S^{n-1}$ starting from the point mass at $e_1$ mixes in $\\mathcal{O}(n^5(\\log n)^3)$ steps... |
https://arxiv.org/abs/1904.01854 | Symmetries and reductions of integrable nonlocal partial differential equations | In this paper, symmetry analysis is extended to study nonlocal differential equations, in particular two integrable nonlocal equations, the nonlocal nonlinear Schrödinger equation and the nonlocal modified Korteweg--de Vries equation. Lie point symmetries are obtained based on a general theory and used to reduce these ... | \section{Introduction}
Symmetries have been fundamentally important for understanding solutions of differential equations, e.g. \cite{Ol1993,Hy2000,BlKu1989,AcHe1975,BlCo1969}. It also reveals the integrability of partial differential equations; for instance, the Ablowitz--Ramani--Segur conjecture states that every o... | {
"timestamp": "2019-07-05T02:05:03",
"yymm": "1904",
"arxiv_id": "1904.01854",
"language": "en",
"url": "https://arxiv.org/abs/1904.01854",
"abstract": "In this paper, symmetry analysis is extended to study nonlocal differential equations, in particular two integrable nonlocal equations, the nonlocal nonli... |
https://arxiv.org/abs/1406.0817 | On the existence of a minimal generating set for $σ$-algebras | Does there exist for any $\sigma$-algebra a minimal (with respect to inclusion) generating set? We formulate this problem and answer it in the very special instance of partition generated and standard measurable spaces, the general case remaining open. | \section{Introduction}
Beyond serving as domains of measures, $\sigma$-fields are also interpreted as representing aggregates of information. It is then natural to consider the existence of a smallest ensemble of pieces of information, which generates the same body of knowledge, in the following precise sense;
\be... | {
"timestamp": "2014-06-04T02:11:24",
"yymm": "1406",
"arxiv_id": "1406.0817",
"language": "en",
"url": "https://arxiv.org/abs/1406.0817",
"abstract": "Does there exist for any $\\sigma$-algebra a minimal (with respect to inclusion) generating set? We formulate this problem and answer it in the very special... |
https://arxiv.org/abs/1212.1300 | Short proofs of some extremal results | We prove several results from different areas of extremal combinatorics, giving complete or partial solutions to a number of open problems. These results, coming from areas such as extremal graph theory, Ramsey theory and additive combinatorics, have been collected together because in each case the relevant proofs are ... | \section{Introduction}
We study several questions from extremal combinatorics, a broad area of discrete mathematics which deals with the problem of maximizing or minimizing the cardinality of a collection of
finite objects satisfying a certain property. The problems we consider come mainly from the areas of extremal ... | {
"timestamp": "2013-08-26T02:04:05",
"yymm": "1212",
"arxiv_id": "1212.1300",
"language": "en",
"url": "https://arxiv.org/abs/1212.1300",
"abstract": "We prove several results from different areas of extremal combinatorics, giving complete or partial solutions to a number of open problems. These results, c... |
https://arxiv.org/abs/0909.3288 | Noncrossing partitions and the shard intersection order | We define a new lattice structure on the elements of a finite Coxeter group W. This lattice, called the shard intersection order, is weaker than the weak order and has the noncrossing partition lattice NC(W) as a sublattice. The new construction of NC(W) yields a new proof that NC(W) is a lattice. The shard intersectio... | \section{Introduction}\label{intro}
The (classical) noncrossing partitions were introduced by Kreweras in~\cite{Kreweras}.
Work of Athanasiadis, Bessis, Biane, Brady, Reiner and Watt~\cite{Ath-Rei,Bessis,Biane1,BWKpi,Rei} led to the
recognition that the classical noncrossing partitions are a special case ($W=S_n$) of... | {
"timestamp": "2009-09-17T20:19:21",
"yymm": "0909",
"arxiv_id": "0909.3288",
"language": "en",
"url": "https://arxiv.org/abs/0909.3288",
"abstract": "We define a new lattice structure on the elements of a finite Coxeter group W. This lattice, called the shard intersection order, is weaker than the weak or... |
https://arxiv.org/abs/2108.03101 | Metric upper bounds for Steklov and Laplace eigenvalues | We prove two upper bounds for the Steklov eigenvalues of a compact Riemannian manifold with boundary. The first involves the volume of the manifold and of its boundary, as well as packing and volume growth constants of the boundary and its distortion. Its proof is based on a metric-measure space technique that was intr... | \section{\bf Introduction}
Let $M$ be a smooth connected compact Riemannian manifold of dimension $n+1\geq 2$, with boundary $\Sigma=\partial M$.
The Dirichlet-to-Neumann operator $\mathcal{D}:C^\infty(\Sigma)\to C^\infty(\Sigma)$ is defined by
$\mathcal{D} f=\partial_\nu{\hat{f}}$, where $\nu$ is the outward normal ... | {
"timestamp": "2021-08-09T02:15:47",
"yymm": "2108",
"arxiv_id": "2108.03101",
"language": "en",
"url": "https://arxiv.org/abs/2108.03101",
"abstract": "We prove two upper bounds for the Steklov eigenvalues of a compact Riemannian manifold with boundary. The first involves the volume of the manifold and of... |
https://arxiv.org/abs/2009.12020 | An improved lower bound on multicolor Ramsey numbers | A recent breakthrough of Conlon and Ferber yielded an exponential improvement on the lower bounds for multicolor diagonal Ramsey numbers. In this note, we modify their construction and obtain improved bounds for more than three colors. | \section{Introduction}
For positive integers $t$ and $\ell$, let $r(t;\ell)$ denote the $\ell$-color Ramsey number of $K_t$, i.e.\ the least integer $N$ such that every $\ell$-coloring of $E(K_N)$ contains a monochromatic $K_t$. The most well-studied case is that of $\ell=2$, where the bounds
\[
2^{t/2} \leq r(t;2) \l... | {
"timestamp": "2020-12-11T02:01:30",
"yymm": "2009",
"arxiv_id": "2009.12020",
"language": "en",
"url": "https://arxiv.org/abs/2009.12020",
"abstract": "A recent breakthrough of Conlon and Ferber yielded an exponential improvement on the lower bounds for multicolor diagonal Ramsey numbers. In this note, we... |
https://arxiv.org/abs/2210.10029 | Concentration inequalities for Paley-Wiener spaces | This article considers the question of how much of the mass of an element in a Paley-Wiener space can be concentracted on a given set. We seek bounds in terms of relative densities of the given set. We extend a result of Donoho and Logan from 1992 in one dimension and consider similar results in higher dimensions. | \section{Introduction}
Let $M$ be a convex body in $\R^d$, and let $\mc{B}_p(M)$, $1\le p\le \infty$, be the Paley-Wiener space of elements from $L^p(\R^d)$ with distributional Fourier transform supported in $M$. The Fourier transform $\mc{F} f$ is given by
\[
\mc{F}f(\varphi) = \int_\R \widehat{\varphi}(t) f(... | {
"timestamp": "2022-10-27T02:01:40",
"yymm": "2210",
"arxiv_id": "2210.10029",
"language": "en",
"url": "https://arxiv.org/abs/2210.10029",
"abstract": "This article considers the question of how much of the mass of an element in a Paley-Wiener space can be concentracted on a given set. We seek bounds in t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.