Zum Hauptinhalt springen

Showing 1–34 of 34 results for author: Eldan, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.14219  [pdf, other

    cs.CL cs.AI

    Phi-3 Technical Report: A Highly Capable Language Model Locally on Your Phone

    Authors: Marah Abdin, Sam Ade Jacobs, Ammar Ahmad Awan, Jyoti Aneja, Ahmed Awadallah, Hany Awadalla, Nguyen Bach, Amit Bahree, Arash Bakhtiari, Jianmin Bao, Harkirat Behl, Alon Benhaim, Misha Bilenko, Johan Bjorck, Sébastien Bubeck, Qin Cai, Martin Cai, Caio César Teodoro Mendes, Weizhu Chen, Vishrav Chaudhary, Dong Chen, Dongdong Chen, Yen-Chun Chen, Yi-Ling Chen, Parul Chopra , et al. (90 additional authors not shown)

    Abstract: We introduce phi-3-mini, a 3.8 billion parameter language model trained on 3.3 trillion tokens, whose overall performance, as measured by both academic benchmarks and internal testing, rivals that of models such as Mixtral 8x7B and GPT-3.5 (e.g., phi-3-mini achieves 69% on MMLU and 8.38 on MT-bench), despite being small enough to be deployed on a phone. The innovation lies entirely in our dataset… ▽ More

    Submitted 23 May, 2024; v1 submitted 22 April, 2024; originally announced April 2024.

    Comments: 19 pages

  2. arXiv:2404.01833  [pdf, other

    cs.CR cs.AI

    Great, Now Write an Article About That: The Crescendo Multi-Turn LLM Jailbreak Attack

    Authors: Mark Russinovich, Ahmed Salem, Ronen Eldan

    Abstract: Large Language Models (LLMs) have risen significantly in popularity and are increasingly being adopted across multiple applications. These LLMs are heavily aligned to resist engaging in illegal or unethical topics as a means to avoid contributing to responsible AI harms. However, a recent line of attacks, known as "jailbreaks", seek to overcome this alignment. Intuitively, jailbreak attacks aim to… ▽ More

    Submitted 2 April, 2024; originally announced April 2024.

  3. arXiv:2312.09241  [pdf, other

    cs.LG cs.CL

    TinyGSM: achieving >80% on GSM8k with small language models

    Authors: Bingbin Liu, Sebastien Bubeck, Ronen Eldan, Janardhan Kulkarni, Yuanzhi Li, Anh Nguyen, Rachel Ward, Yi Zhang

    Abstract: Small-scale models offer various computational advantages, and yet to which extent size is critical for problem-solving abilities remains an open question. Specifically for solving grade school math, the smallest model size so far required to break the 80\% barrier on the GSM8K benchmark remains to be 34B. Our work studies how high-quality datasets may be the key for small language models to acqui… ▽ More

    Submitted 14 December, 2023; originally announced December 2023.

  4. arXiv:2311.14737  [pdf, other

    cs.CL cs.AI cs.LG

    Positional Description Matters for Transformers Arithmetic

    Authors: Ruoqi Shen, Sébastien Bubeck, Ronen Eldan, Yin Tat Lee, Yuanzhi Li, Yi Zhang

    Abstract: Transformers, central to the successes in modern Natural Language Processing, often falter on arithmetic tasks despite their vast capabilities --which paradoxically include remarkable coding abilities. We observe that a crucial challenge is their naive reliance on positional information to solve arithmetic problems with a small number of digits, leading to poor performance on larger numbers. Herei… ▽ More

    Submitted 21 November, 2023; originally announced November 2023.

    Comments: 18 pages

  5. arXiv:2311.06171  [pdf, ps, other

    math.PR cs.DS math-ph

    Fast relaxation of the random field Ising dynamics

    Authors: Ahmed El Alaoui, Ronen Eldan, Reza Gheissari, Arianna Piana

    Abstract: We study the convergence properties of Glauber dynamics for the random field Ising model (RFIM) with ferromagnetic interactions on finite domains of $\mathbb{Z}^d$, $d \ge 2$. Of particular interest is the Griffiths phase where correlations decay exponentially fast in expectation over the quenched disorder, but there exist arbitrarily large islands of weak fields where low-temperature behavior is… ▽ More

    Submitted 10 November, 2023; originally announced November 2023.

    Comments: 37 pages

  6. arXiv:2310.02238  [pdf, ps, other

    cs.CL cs.AI

    Who's Harry Potter? Approximate Unlearning in LLMs

    Authors: Ronen Eldan, Mark Russinovich

    Abstract: Large language models (LLMs) are trained on massive internet corpora that often contain copyrighted content. This poses legal and ethical challenges for the developers and users of these models, as well as the original authors and publishers. In this paper, we propose a novel technique for unlearning a subset of the training data from a LLM, without having to retrain it from scratch. We evaluate… ▽ More

    Submitted 4 October, 2023; v1 submitted 3 October, 2023; originally announced October 2023.

  7. arXiv:2309.05463  [pdf, other

    cs.CL cs.AI

    Textbooks Are All You Need II: phi-1.5 technical report

    Authors: Yuanzhi Li, Sébastien Bubeck, Ronen Eldan, Allie Del Giorno, Suriya Gunasekar, Yin Tat Lee

    Abstract: We continue the investigation into the power of smaller Transformer-based language models as initiated by \textbf{TinyStories} -- a 10 million parameter model that can produce coherent English -- and the follow-up work on \textbf{phi-1}, a 1.3 billion parameter model with Python coding performance close to the state-of-the-art. The latter work proposed to use existing Large Language Models (LLMs)… ▽ More

    Submitted 11 September, 2023; originally announced September 2023.

  8. arXiv:2306.11644  [pdf, other

    cs.CL cs.AI cs.LG

    Textbooks Are All You Need

    Authors: Suriya Gunasekar, Yi Zhang, Jyoti Aneja, Caio César Teodoro Mendes, Allie Del Giorno, Sivakanth Gopi, Mojan Javaheripi, Piero Kauffmann, Gustavo de Rosa, Olli Saarikivi, Adil Salim, Shital Shah, Harkirat Singh Behl, Xin Wang, Sébastien Bubeck, Ronen Eldan, Adam Tauman Kalai, Yin Tat Lee, Yuanzhi Li

    Abstract: We introduce phi-1, a new large language model for code, with significantly smaller size than competing models: phi-1 is a Transformer-based model with 1.3B parameters, trained for 4 days on 8 A100s, using a selection of ``textbook quality" data from the web (6B tokens) and synthetically generated textbooks and exercises with GPT-3.5 (1B tokens). Despite this small scale, phi-1 attains pass@1 accu… ▽ More

    Submitted 2 October, 2023; v1 submitted 20 June, 2023; originally announced June 2023.

    Comments: 26 pages; changed color scheme of plot. fixed minor typos and added couple clarifications

  9. arXiv:2305.07759  [pdf, other

    cs.CL cs.AI cs.LG

    TinyStories: How Small Can Language Models Be and Still Speak Coherent English?

    Authors: Ronen Eldan, Yuanzhi Li

    Abstract: Language models (LMs) are powerful tools for natural language processing, but they often struggle to produce coherent and fluent text when they are small. Models with around 125M parameters such as GPT-Neo (small) or GPT-2 (small) can rarely generate coherent and consistent English text beyond a few words even after extensive training. This raises the question of whether the emergence of the abili… ▽ More

    Submitted 24 May, 2023; v1 submitted 12 May, 2023; originally announced May 2023.

  10. arXiv:2303.12712  [pdf, other

    cs.CL cs.AI

    Sparks of Artificial General Intelligence: Early experiments with GPT-4

    Authors: Sébastien Bubeck, Varun Chandrasekaran, Ronen Eldan, Johannes Gehrke, Eric Horvitz, Ece Kamar, Peter Lee, Yin Tat Lee, Yuanzhi Li, Scott Lundberg, Harsha Nori, Hamid Palangi, Marco Tulio Ribeiro, Yi Zhang

    Abstract: Artificial intelligence (AI) researchers have been developing and refining large language models (LLMs) that exhibit remarkable capabilities across a variety of domains and tasks, challenging our understanding of learning and cognition. The latest model developed by OpenAI, GPT-4, was trained using an unprecedented scale of compute and data. In this paper, we report on our investigation of an earl… ▽ More

    Submitted 13 April, 2023; v1 submitted 22 March, 2023; originally announced March 2023.

  11. arXiv:2212.00297  [pdf, other

    math.PR cs.CC stat.CO

    Hit-and-run mixing via localization schemes

    Authors: Yuansi Chen, Ronen Eldan

    Abstract: We analyze the hit-and-run algorithm for sampling uniformly from an isotropic convex body $K$ in $n$ dimensions. We show that the algorithm mixes in time $\tilde{O}(n^2/ ψ_n^2)$, where $ψ_n$ is the smallest isoperimetric constant for any isotropic logconcave distribution, also known as the Kannan-Lovasz-Simonovits (KLS) constant. Our bound improves upon previous bounds of the form… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

    Comments: 37 pages, 2 figures

  12. arXiv:2208.06508  [pdf, ps, other

    math.PR cs.IT math.FA

    Noise stability on the Boolean hypercube via a renormalized Brownian motion

    Authors: Ronen Eldan, Dan Mikulincer, Prasad Raghavendra

    Abstract: We consider a variant of the classical notion of noise on the Boolean hypercube which gives rise to a new approach to inequalities regarding noise stability. We use this approach to give a new proof of the Majority is Stablest theorem by Mossel, O'Donnell, and Oleszkiewicz, improving the dependence of the bound on the maximal influence of the function from logarithmic to polynomial. We also show t… ▽ More

    Submitted 12 August, 2022; originally announced August 2022.

    Comments: 21 pages

  13. arXiv:2208.03450  [pdf, other

    cs.CC cs.DM math.PR

    An Optimal "It Ain't Over Till It's Over" Theorem

    Authors: Ronen Eldan, Avi Wigderson, Pei Wu

    Abstract: We study the probability of Boolean functions with small max influence to become constant under random restrictions. Let $f$ be a Boolean function such that the variance of $f$ is $Ω(1)$ and all its individual influences are bounded by $τ$. We show that when restricting all but a $ρ=\tildeΩ((\log(1/τ))^{-1})$ fraction of the coordinates, the restricted function remains nonconstant with overwhelmin… ▽ More

    Submitted 6 August, 2022; originally announced August 2022.

    Comments: 31 pages

  14. arXiv:2206.04301  [pdf, other

    cs.LG cs.AI cs.CL

    Unveiling Transformers with LEGO: a synthetic reasoning task

    Authors: Yi Zhang, Arturs Backurs, Sébastien Bubeck, Ronen Eldan, Suriya Gunasekar, Tal Wagner

    Abstract: We propose a synthetic reasoning task, LEGO (Learning Equality and Group Operations), that encapsulates the problem of following a chain of reasoning, and we study how the Transformer architectures learn this task. We pay special attention to data effects such as pretraining (on seemingly unrelated NLP tasks) and dataset composition (e.g., differing chain length at training and test time), as well… ▽ More

    Submitted 17 February, 2023; v1 submitted 9 June, 2022; originally announced June 2022.

  15. arXiv:2204.06686  [pdf, ps, other

    math.CO cs.DM

    Isoperimetric Inequalities Made Simpler

    Authors: Ronen Eldan, Guy Kindler, Noam Lifshitz, Dor Minzer

    Abstract: We give an alternative, simple method to prove isoperimetric inequalities over the hypercube. In particular, we show: 1. An elementary proof of classical isoperimetric inequalities of Talagrand, as well as a stronger isoperimetric result conjectured by Talagrand and recently proved by Eldan and Gross. 2. A strengthening of the Friedgut junta theorem, asserting that if the $p$-moment of the sen… ▽ More

    Submitted 1 August, 2024; v1 submitted 13 April, 2022; originally announced April 2022.

  16. arXiv:2203.04163  [pdf, ps, other

    math.PR cs.DS math-ph stat.CO

    Localization Schemes: A Framework for Proving Mixing Bounds for Markov Chains

    Authors: Yuansi Chen, Ronen Eldan

    Abstract: Two recent and seemingly-unrelated techniques for proving mixing bounds for Markov chains are: (i) the framework of Spectral Independence, introduced by Anari, Liu and Oveis Gharan, and its numerous extensions, which have given rise to several breakthroughs in the analysis of mixing times of discrete Markov chains and (ii) the Stochastic Localization technique which has proven useful in establishi… ▽ More

    Submitted 6 June, 2022; v1 submitted 8 March, 2022; originally announced March 2022.

    Comments: 62 pages, 1 figure, fixed mistakes in an earlier version

  17. arXiv:2102.08668  [pdf, ps, other

    math.PR cs.LG stat.ML

    Non-asymptotic approximations of neural networks by Gaussian processes

    Authors: Ronen Eldan, Dan Mikulincer, Tselil Schramm

    Abstract: We study the extent to which wide neural networks may be approximated by Gaussian processes when initialized with random weights. It is a well-established fact that as the width of a network goes to infinity, its law converges to that of a Gaussian process. We make this quantitative by establishing explicit convergence rates for the central limit theorem in an infinite-dimensional functional space… ▽ More

    Submitted 17 February, 2021; originally announced February 2021.

    Comments: 18 pages

  18. arXiv:2006.15574  [pdf, ps, other

    stat.ML cs.LG cs.SI math.PR

    Community detection and percolation of information in a geometric setting

    Authors: Ronen Eldan, Dan Mikulincer, Hester Pieters

    Abstract: We make the first steps towards generalizing the theory of stochastic block models, in the sparse regime, towards a model where the discrete community structure is replaced by an underlying geometry. We consider a geometric random graph over a homogeneous metric space where the probability of two vertices to be connected is an arbitrary function of the distance. We give sufficient conditions under… ▽ More

    Submitted 1 July, 2022; v1 submitted 28 June, 2020; originally announced June 2020.

    Comments: 23 pages. Changes to Lemma 16

  19. arXiv:2006.13073  [pdf, ps, other

    cs.CC

    Reduction From Non-Unique Games To Boolean Unique Games

    Authors: Ronen Eldan, Dana Moshkovitz

    Abstract: We reduce the problem of proving a "Boolean Unique Games Conjecture" (with gap 1-delta vs. 1-C*delta, for any C> 1, and sufficiently small delta>0) to the problem of proving a PCP Theorem for a certain non-unique game. In a previous work, Khot and Moshkovitz suggested an inefficient candidate reduction (i.e., without a proof of soundness). The current work is the first to provide an efficient redu… ▽ More

    Submitted 8 July, 2021; v1 submitted 23 June, 2020; originally announced June 2020.

  20. arXiv:2006.02855  [pdf, ps, other

    cs.LG stat.ML

    Network size and weights size for memorization with two-layers neural networks

    Authors: Sébastien Bubeck, Ronen Eldan, Yin Tat Lee, Dan Mikulincer

    Abstract: In 1988, Eric B. Baum showed that two-layers neural networks with threshold activation function can perfectly memorize the binary labels of $n$ points in general position in $\mathbb{R}^d$ using only $\ulcorner n/d \urcorner$ neurons. We observe that with ReLU networks, using four times as many neurons one can fit arbitrary real labels. Moreover, for approximate memorization up to error $ε$, the n… ▽ More

    Submitted 3 November, 2020; v1 submitted 4 June, 2020; originally announced June 2020.

    Comments: 27 pages

  21. arXiv:1909.12067  [pdf, other

    math.PR cs.DM math.CO

    Concentration on the Boolean hypercube via pathwise stochastic analysis

    Authors: Ronen Eldan, Renan Gross

    Abstract: We develop a new technique for proving concentration inequalities which relate between the variance and influences of Boolean functions. Using this technique, we 1. Settle a conjecture of Talagrand [Tal97] proving that… ▽ More

    Submitted 12 March, 2020; v1 submitted 26 September, 2019; originally announced September 2019.

    Comments: 48 pages, 2 figures

  22. arXiv:1906.10615  [pdf, ps, other

    cs.DS

    Krivine diffusions attain the Goemans--Williamson approximation ratio

    Authors: Ronen Eldan, Assaf Naor

    Abstract: Answering a question of Abbasi-Zadeh, Bansal, Guruganesh, Nikolov, Schwartz and Singh (2018), we prove the existence of a slowed-down sticky Brownian motion whose induced rounding for MAXCUT attains the Goemans--Williamson approximation ratio. This is an especially simple particular case of the general rounding framework of Krivine diffusions that we investigate elsewhere.

    Submitted 25 June, 2019; originally announced June 2019.

  23. arXiv:1904.06984  [pdf, other

    cs.LG stat.ML

    Depth Separations in Neural Networks: What is Actually Being Separated?

    Authors: Itay Safran, Ronen Eldan, Ohad Shamir

    Abstract: Existing depth separation results for constant-depth networks essentially show that certain radial functions in $\mathbb{R}^d$, which can be easily approximated with depth $3$ networks, cannot be approximated by depth $2$ networks, even up to constant accuracy, unless their size is exponential in $d$. However, the functions used to demonstrate this are rapidly oscillating, with a Lipschitz paramet… ▽ More

    Submitted 2 June, 2021; v1 submitted 15 April, 2019; originally announced April 2019.

  24. arXiv:1903.07140  [pdf, ps, other

    cs.IT math.FA math.PR

    Stability of the Shannon-Stam inequality via the Föllmer process

    Authors: Ronen Eldan, Dan Mikulincer

    Abstract: We prove stability estimates for the Shannon-Stam inequality (also known as the entropy-power inequality) for log-concave random vectors in terms of entropy and transportation distance. In particular, we give the first stability estimate for general log-concave random vectors in the following form: for log-concave random vectors $X,Y \in \mathbb{R}^d$, the deficit in the Shannon-Stam inequality is… ▽ More

    Submitted 17 March, 2019; originally announced March 2019.

    Comments: 24 pages

    Journal ref: Probab. Theory Relat. Fields 17, 891-922 (2020)

  25. arXiv:1707.01227  [pdf, other

    math.PR cs.SI math-ph math.CO math.ST

    Exponential random graphs behave like mixtures of stochastic block models

    Authors: Ronen Eldan, Renan Gross

    Abstract: We study the behavior of exponential random graphs in both the sparse and the dense regime. We show that exponential random graphs are approximate mixtures of graphs with independent edges whose probability matrices are critical points of an associated functional, thereby satisfying a certain matrix equation. In the dense regime, every solution to this equation is close to a block matrix, concludi… ▽ More

    Submitted 19 April, 2018; v1 submitted 5 July, 2017; originally announced July 2017.

  26. arXiv:1609.02490  [pdf, ps, other

    math.ST cs.SI math.PR

    Information and dimensionality of anisotropic random geometric graphs

    Authors: Ronen Eldan, Dan Mikulincer

    Abstract: This paper deals with the problem of detecting non-isotropic high-dimensional geometric structure in random graphs. Namely, we study a model of a random geometric graph in which vertices correspond to points generated randomly and independently from a non-isotropic $d$-dimensional Gaussian distribution, and two vertices are connected if the distance between them is smaller than some pre-specified… ▽ More

    Submitted 23 February, 2020; v1 submitted 8 September, 2016; originally announced September 2016.

    Comments: 38 pages

  27. arXiv:1607.03084  [pdf, ps, other

    cs.LG cs.DS math.OC stat.ML

    Kernel-based methods for bandit convex optimization

    Authors: Sébastien Bubeck, Ronen Eldan, Yin Tat Lee

    Abstract: We consider the adversarial convex bandit problem and we build the first $\mathrm{poly}(T)$-time algorithm with $\mathrm{poly}(n) \sqrt{T}$-regret for this problem. To do so we introduce three new ideas in the derivative-free optimization literature: (i) kernel methods, (ii) a generalization of Bernoulli convolutions, and (iii) a new annealing schedule for exponential weights (with increasing lear… ▽ More

    Submitted 11 July, 2016; originally announced July 2016.

    Comments: 45 pages

  28. arXiv:1512.03965  [pdf, other

    cs.LG cs.NE stat.ML

    The Power of Depth for Feedforward Neural Networks

    Authors: Ronen Eldan, Ohad Shamir

    Abstract: We show that there is a simple (approximately radial) function on $\reals^d$, expressible by a small 3-layer feedforward neural networks, which cannot be approximated by any 2-layer network, to more than a certain constant accuracy, unless its width is exponential in the dimension. The result holds for virtually all known activation functions, including rectified linear units, sigmoids and thresho… ▽ More

    Submitted 8 May, 2016; v1 submitted 12 December, 2015; originally announced December 2015.

    Comments: Accepted to COLT 2016; Fixed a bug in the proof of claim 2 (now requiring the mild assumption that the activations are polynomially bounded); Other minor revisions

  29. arXiv:1507.06580  [pdf, ps, other

    math.MG cs.LG math.OC math.PR stat.ML

    Multi-scale exploration of convex functions and bandit convex optimization

    Authors: Sébastien Bubeck, Ronen Eldan

    Abstract: We construct a new map from a convex function to a distribution on its domain, with the property that this distribution is a multi-scale exploration of the function. We use this map to solve a decade-old open problem in adversarial bandit convex optimization by showing that the minimax regret for this problem is $\tilde{O}(\mathrm{poly}(n) \sqrt{T})$, where $n$ is the dimension and $T$ the number… ▽ More

    Submitted 23 July, 2015; originally announced July 2015.

    Comments: Preliminary version; 22 pages

  30. arXiv:1507.02564  [pdf, other

    math.PR cs.DS cs.LG

    Sampling from a log-concave distribution with Projected Langevin Monte Carlo

    Authors: Sébastien Bubeck, Ronen Eldan, Joseph Lehec

    Abstract: We extend the Langevin Monte Carlo (LMC) algorithm to compactly supported measures via a projection step, akin to projected Stochastic Gradient Descent (SGD). We show that (projected) LMC allows to sample in polynomial time from a log-concave distribution with smooth potential. This gives a new Markov chain to sample from a log-concave distribution. Our main result shows in particular that when th… ▽ More

    Submitted 9 July, 2015; originally announced July 2015.

    Comments: Preliminary version; 23 pages

  31. arXiv:1412.1587  [pdf, ps, other

    math.OC cs.IT cs.LG

    The entropic barrier: a simple and optimal universal self-concordant barrier

    Authors: Sébastien Bubeck, Ronen Eldan

    Abstract: We prove that the Cramér transform of the uniform measure on a convex body in $\mathbb{R}^n$ is a $(1+o(1)) n$-self-concordant barrier, improving a seminal result of Nesterov and Nemirovski. This gives the first explicit construction of a universal barrier for convex bodies with optimal self-concordance parameter. The proof is based on basic geometry of log-concave distributions, and elementary du… ▽ More

    Submitted 11 April, 2015; v1 submitted 4 December, 2014; originally announced December 2014.

    Comments: 15 pages

  32. arXiv:1411.5713  [pdf, ps, other

    math.ST cs.SI math.PR

    Testing for high-dimensional geometry in random graphs

    Authors: Sébastien Bubeck, Jian Ding, Ronen Eldan, Miklós Rácz

    Abstract: We study the problem of detecting the presence of an underlying high-dimensional geometric structure in a random graph. Under the null hypothesis, the observed graph is a realization of an Erdős-Rényi random graph $G(n,p)$. Under the alternative, the graph is generated from the $G(n,p,d)$ model, where each vertex corresponds to a latent independent random vector uniformly distributed on the sphere… ▽ More

    Submitted 21 November, 2015; v1 submitted 20 November, 2014; originally announced November 2014.

    Comments: 28 pages; v2 contains minor changes

  33. arXiv:1409.7685  [pdf, other

    math.PR cs.DM cs.SI math.ST

    From trees to seeds: on the inference of the seed from large trees in the uniform attachment model

    Authors: Sébastien Bubeck, Ronen Eldan, Elchanan Mossel, Miklós Z. Rácz

    Abstract: We study the influence of the seed in random trees grown according to the uniform attachment model, also known as uniform random recursive trees. We show that different seeds lead to different distributions of limiting trees from a total variation point of view. To do this, we construct statistics that measure, in a certain well-defined sense, global "balancedness" properties of such trees. Our pa… ▽ More

    Submitted 20 October, 2014; v1 submitted 26 September, 2014; originally announced September 2014.

    Comments: 26 pages, 5 figures

  34. arXiv:1409.2913  [pdf, ps, other

    cs.DS cs.CG math.PR

    Efficient Algorithms for Discrepancy Minimization in Convex Sets

    Authors: Ronen Eldan, Mohit Singh

    Abstract: A result of Spencer states that every collection of $n$ sets over a universe of size $n$ has a coloring of the ground set with $\{-1,+1\}$ of discrepancy $O(\sqrt{n})$. A geometric generalization of this result was given by Gluskin (see also Giannopoulos) who showed that every symmetric convex body $K\subseteq R^n$ with Gaussian measure at least $e^{-εn}$, for a small $ε>0$, contains a point… ▽ More

    Submitted 9 September, 2014; originally announced September 2014.

    Comments: Preliminary version