id
stringlengths
9
16
submitter
stringlengths
1
64
authors
stringlengths
3
62.8k
title
stringlengths
1
382
comments
stringlengths
1
1.15k
journal-ref
stringlengths
1
557
doi
stringlengths
7
153
report-no
stringlengths
1
509
categories
stringlengths
5
125
license
stringclasses
9 values
abstract
stringlengths
3
6.09k
versions
listlengths
1
187
update_date
timestamp[s]date
2007-05-23 00:00:00
2025-08-22 00:00:00
authors_parsed
listlengths
1
3.31k
0808.1112
Jinqiao Duan
Jinqiao Duan and Jia-an Yan
General Matrix-Valued Inhomogeneous Linear Stochastic Differential Equations and Applications
null
null
null
null
math.DS math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The expressions of solutions for general $n\times m$ matrix-valued inhomogeneous linear stochastic differential equations are derived. This generalizes a result of Jaschke (2003) for scalar inhomogeneous linear stochastic differential equations. As an application, some $\R^n$ vector-valued inhomogeneous nonlinear stochastic differential equations are reduced to random differential equations, facilitating pathwise study of the solutions.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 20:21:10 GMT" } ]
2008-08-11T00:00:00
[ [ "Duan", "Jinqiao", "" ], [ "Yan", "Jia-an", "" ] ]
0808.1115
Andy O'Bannon
Andy O'Bannon
Holographic Thermodynamics and Transport of Flavor Fields
Ph.D. dissertation, 133 pages
null
null
null
hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We use gauge-gravity duality to study a strongly-coupled non-Abelian gauge theory with flavor fields, i.e. fields transforming in the fundamental representation of the gauge group. We first study the thermodynamics of the flavor fields. In the grand canonical ensemble at zero temperature, we find a second-order transition when the mass of the flavor fields equals the chemical potential. We then study the transport properties of the flavor fields at finite temperature and density. We introduce external electric and magnetic fields and compute the resulting current of flavor charge. From this current we extract the conductivity, using Ohm's law. In addition, we compute the drag force on the flavor fields at large mass, in the presence of a finite baryon density and external electric and magnetic fields.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 20:35:11 GMT" } ]
2008-08-11T00:00:00
[ [ "O'Bannon", "Andy", "" ] ]
0808.1117
Robert D. Klauber
Robert D. Klauber
Is Detection of Fitzgerald-Lorentz Contraction Possible?
14 pages, 8 figures
null
null
null
physics.gen-ph physics.class-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Visual perception of Fitzgerald-Lorentz contraction is known to be theoretically impossible, and this can be demonstrated pedagogically with the aid of simple spacetime diagrams of one spatial dimension. Such diagrams also demonstrate, simply and directly, that the apparent length of a moving meter stick changes as it passes by and can even look elongated. In addition, measurement of a moving meter stick with instruments, as opposed to visual perception, must be inherently ambiguous, as the length measured depends on clock synchronization, which is widely considered to be conventional. In fact, for some synchronization choices, a moving meter stick would be measured as greater than one meter. Thus, the well known Fitzgerald-Lorentz contraction factor $\sqrt {1-v^2/c^2} $ would generally not be seen visually, and would only be measured in a system employing one particular (Einstein) synchronization convention.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 20:55:35 GMT" } ]
2008-08-11T00:00:00
[ [ "Klauber", "Robert D.", "" ] ]
0808.1119
Seenu Reddi
Seenu S. Reddi
Graham's Schedules and the Number Partition Problem
6 pages, 1 table
null
null
null
cs.CC cs.DM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show the equivalence of the Number Partition Problem and the two processor scheduling problem. We establish a priori bounds on the completion times for the scheduling problem which are tighter than Graham's but almost on par with a posteriori bounds of Coffman and Sethi. We conclude the paper with a characterization of the asymptotic behavior of the scheduling problem which relates to the spread of the processing times and the number of jobs.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 22:17:56 GMT" } ]
2008-08-11T00:00:00
[ [ "Reddi", "Seenu S.", "" ] ]
0808.1125
Omid David-Tabibi
Omid David-Tabibi and Nathan S. Netanyahu
Verified Null-Move Pruning
9 pages
ICGA Journal, International Computer Games Association, Vol. 25, No. 3, pp. 153--161, September 2002
null
null
cs.AI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this article we review standard null-move pruning and introduce our extended version of it, which we call verified null-move pruning. In verified null-move pruning, whenever the shallow null-move search indicates a fail-high, instead of cutting off the search from the current node, the search is continued with reduced depth. Our experiments with verified null-move pruning show that on average, it constructs a smaller search tree with greater tactical strength in comparison to standard null-move pruning. Moreover, unlike standard null-move pruning, which fails badly in zugzwang positions, verified null-move pruning manages to detect most zugzwangs and in such cases conducts a re-search to obtain the correct result. In addition, verified null-move pruning is very easy to implement, and any standard null-move pruning program can use verified null-move pruning by modifying only a few lines of code.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 12:44:10 GMT" } ]
2008-08-11T00:00:00
[ [ "David-Tabibi", "Omid", "" ], [ "Netanyahu", "Nathan S.", "" ] ]
0808.1128
Mihai Patrascu
Timothy M. Chan and Mihai Patrascu and Liam Roditty
Dynamic Connectivity: Connecting to Networks and Geometry
Full version of a paper to appear in FOCS 2008
null
null
null
cs.DS cs.CG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Dynamic connectivity is a well-studied problem, but so far the most compelling progress has been confined to the edge-update model: maintain an understanding of connectivity in an undirected graph, subject to edge insertions and deletions. In this paper, we study two more challenging, yet equally fundamental problems. Subgraph connectivity asks to maintain an understanding of connectivity under vertex updates: updates can turn vertices on and off, and queries refer to the subgraph induced by "on" vertices. (For instance, this is closer to applications in networks of routers, where node faults may occur.) We describe a data structure supporting vertex updates in O (m^{2/3}) amortized time, where m denotes the number of edges in the graph. This greatly improves over the previous result [Chan, STOC'02], which required fast matrix multiplication and had an update time of O(m^0.94). The new data structure is also simpler. Geometric connectivity asks to maintain a dynamic set of n geometric objects, and query connectivity in their intersection graph. (For instance, the intersection graph of balls describes connectivity in a network of sensors with bounded transmission radius.) Previously, nontrivial fully dynamic results were known only for special cases like axis-parallel line segments and rectangles. We provide similarly improved update times, O (n^{2/3}), for these special cases. Moreover, we show how to obtain sublinear update bounds for virtually all families of geometric objects which allow sublinear-time range queries, such as arbitrary 2D line segments, d-dimensional simplices, and d-dimensional balls.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 22:16:15 GMT" } ]
2008-08-11T00:00:00
[ [ "Chan", "Timothy M.", "" ], [ "Patrascu", "Mihai", "" ], [ "Roditty", "Liam", "" ] ]
0808.1133
Evans M. Harrell II
Evans M. Harrell II, Joachim Stubbe
Universal bounds and semiclassical estimates for eigenvalues of abstract Schroedinger operators
null
null
null
null
math.SP math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove trace inequalities for a self-adjoint operator on an abstract Hilbert space. These inequalities lead to universal bounds on spectral gaps and on moments of eigenvalues lambda_k that are analogous to those known for Schroedinger operators and the Dirichlet Laplacian, on which the operators of interest are modeled. In addition we produce inequalities that are new even in the model case. These include a family of differential inequalities for generalized Riesz means and theorems stating that arithmetic means of lambda_k^p for p <= 3 are universally bounded from above by multiples of the geometric mean of the lambda_k. For Schroedinger operators and the Dirichlet Laplacian these bounds are Weyl-sharp, i.e., saturated by the standard semiclassical estimates for lambda_k at large k.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 16:49:57 GMT" } ]
2008-08-11T00:00:00
[ [ "Harrell", "Evans M.", "II" ], [ "Stubbe", "Joachim", "" ] ]
0808.1135
Isabel Gonzalo-Fonrodona
Isabel Gonzalo-Fonrodona
Functional gradients through the cortex, multisensory integration and scaling laws in brain dynamics
9 pages, 9 figures. To be published in "Neurocomputing"
null
null
null
q-bio.NC q-bio.QM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In the context of the increasing number of works on multisensory and cross-modal effects in cerebral processing, a review is made on the functional model of human brain proposed by Justo Gonzalo (1910-1986), in relation to what he called central syndrome (caused by unilateral lesion in the parieto-occipital cortex, equidistant from the visual, tactile and auditory projection areas). The syndrome is featured by a bilateral, symmetric and multisensory involvement, and by a functional depression with dynamic effects dependent on the neural mass lost and related to physiological laws of nervous excitability. Inverted or tilted vision as well as tactile and auditive inversion, under minimum stimulus, appears as a stage of incomplete integration, being almost corrected under higher stimulus or facilitation by multisensory integration. The syndrome reveals aspects of the brain dynamics that suggest a functional continuity and unity of the cortex. A functional gradients scheme was proposed in which the specificity of the cortex is distributed with a continuous variation. This syndrome is interpreted as a scale reduction in the nervous excitability of the system, the different sensory qualities being affected allometricaly according to scaling laws. A continuity from lower to higher sensory functions was proposed. The sensory growth by an increase of the stimulus or by multisensory facilitation is found to follow approximately power laws, that would reflect basic laws of biological neural networks. We restrict the analysis to the visual system.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 23:11:10 GMT" } ]
2008-08-11T00:00:00
[ [ "Gonzalo-Fonrodona", "Isabel", "" ] ]
0808.1136
Rong Zeng Dr.
R. Zeng S.X. Dou, L. Lu, W. X. Li, J.H. Kim, P. Munroe, R.K. Zheng and S.P. Ringer
Thermal strain-induced enhancement of electromagnetic properties in SiC-MgB2 composites
null
null
null
null
cond-mat.supr-con
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Strain engineering has been used to modify materials properties in ferroelectric, superconducting, and ferromagnetic thin films. The advantage of strain engineering is that it can achieve unexpected enhancement in certain properties, such as an increase in ferroelectric critical temperature, Tc, by 300 to 500K, with a minimum detrimental effect on the intrinsic properties of the material. The strain engineering has been largely applied to the materials in thin film form, where the strain is generated as a result of lattice mismatch between the substrate and component film or between layers in multilayer structures. Here, we report the observation of residual thermal stress/strain in dense SiC-MgB2 superconductor composites prepared by a diffusion method. We demonstrate that the thermal strain caused by the different thermal expansion coefficients between the MgB2 and SiC phases is responsible for the significant improvement in the critical current density, Jc, the irreversibility field, Hirr, and the upper critical field, Hc2, in the SiC-MgB2 composite where the carbon substitution level is low. In contrast to the common practice of improving the Jc and Hc2 of MgB2 through chemical substitution, by taking advantage of residual thermal strains we are able to design a composite, which shows only a small drop in Tc and little increase in resistivity, but a significant improvement over the Jc and Hc2 of MgB2. The present findings open up a new direction for manipulation of materials properties through strain engineering for materials in various forms.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 23:28:17 GMT" } ]
2008-08-11T00:00:00
[ [ "Dou", "R. Zeng S. X.", "" ], [ "Lu", "L.", "" ], [ "Li", "W. X.", "" ], [ "Kim", "J. H.", "" ], [ "Munroe", "P.", "" ], [ "Zheng", "R. K.", "" ], [ "Ringer", "S. P.", "" ] ]
0808.1149
Jason Morton
Jason Morton
Relations among conditional probabilities
20 pages,11 figures
null
null
null
math.PR math.AG math.ST stat.ML stat.TH
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We describe a Groebner basis of relations among conditional probabilities in a discrete probability space, with any set of conditioned-upon events. They may be specialized to the partially-observed random variable case, the purely conditional case, and other special cases. We also investigate the connection to generalized permutohedra and describe a conditional probability simplex.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 17:56:45 GMT" } ]
2008-08-11T00:00:00
[ [ "Morton", "Jason", "" ] ]
0808.1150
Richard M. Crutcher
Richard M. Crutcher, Nicholas Hakobian, Thomas H. Troland
Response to the Mouschovias-Tassis Comments on "Testing Magnetic Star Formation Theory"
7 pages
null
null
null
astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this note we respond to Mouschovias and Kassis criticisms that our paper "Testing Magnetic Star Formation Theory" is flawed. We stand fully behind our paper.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 16:09:52 GMT" } ]
2008-08-11T00:00:00
[ [ "Crutcher", "Richard M.", "" ], [ "Hakobian", "Nicholas", "" ], [ "Troland", "Thomas H.", "" ] ]
0808.1154
Deassy Novita
Deassy I. Novita, P. Boolchand, Mohammed Malki, and Matthieu Micoulaut
Elastic flexibility, fast-ion conduction, boson and floppy modes in AgPO3-AgI glasses examined in Raman scattering, IR reflectance, MDSC, ac electrical conductivity and molar volume experiments
null
null
null
null
cond-mat.dis-nn
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Raman scattering, IR reflectance and modulated DSC measurements are performed on specifically prepared dry (AgI)x(AgPO3)1-x glasses over a wide range of compositions 0 < x < 0.60. A reversibility window is observed in the 0.095< x < 0.378 range, which fixes the elastically rigid but unstressed regime also known as the Intermediate Phase. Glass compositions at x < 0.095 are stressed-rigid, while those at x > 0.378 elastically flexible. Raman optical elasticity power-laws, trends in the nature of the glass transition endotherms corroborate the three elastic phase assignments. Ionic conductivities reveal a step-like increase when glasses become stress-free at x > xc(1) = 0.095, and a logarithmic increase in conductivity (sigma ~ (x-xc(2)t) once they become flexible at x > xc(2) = 0.378 with a power-law t = 1.78. The power-law is consistent with percolation of 3D filamentary conduction pathways. Traces of water doping lower Tg and narrow the reversibility window, and can also completely collapse it. Ideas on network flexibility promoting ion-conduction are in harmony with the unified approach of Ingram et al., who have emphasized the similarity of process compliance or elasticity relating to ion-transport and structural relaxation in decoupled systems. Boson mode frequency and scattering strength display thresholds that coincide with the two elastic phase boundaries. In particular, the scattering strength of the boson mode increases almost linearly with glass composition x, with a slope that tracks the floppy mode fraction as a function of mean coordination number r predicted by mean-field rigidity theory. These data suggest that the excess low frequency vibrations contributing to boson mode in flexible glasses come largely from floppy modes.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 05:45:08 GMT" } ]
2008-08-11T00:00:00
[ [ "Novita", "Deassy I.", "" ], [ "Boolchand", "P.", "" ], [ "Malki", "Mohammed", "" ], [ "Micoulaut", "Matthieu", "" ] ]
0808.1157
Toufik Mansour
Toufik Mansour and Simone Severini
Enumeration of $(k,2)$-noncrossing partitions
9 pages, 1 table
Discrete Mathematics 308:20 (2008) 4570-4577
null
null
math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A set partition is said to be $(k,d)$-noncrossing if it avoids the pattern $12... k12... d$. We find an explicit formula for the ordinary generating function of the number of $(k,d)$-noncrossing partitions of $\{1,2,...,n\}$ when $d=1,2$.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 06:40:36 GMT" } ]
2008-08-11T00:00:00
[ [ "Mansour", "Toufik", "" ], [ "Severini", "Simone", "" ] ]
0808.1162
Lorenzo Malavasi
Lorenzo Malavasi, Hyunjeong Kim, Thomas Proffen, Giorgio Flor
New Insight into the Properties of Proton Conducting Oxides from Neutron Total Scattering
To pe published in ChemPhysChem
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper we investigated the most important family of proton conducting oxides, i.e. cerates, by means of pair distribution function analysis (PDF) obtained from total neutron scattering data. The results clearly demonstrates that the local structure plays a fundamental role in the protonation process. Oxygen vacancy creation by acceptor doping reduces the local structure symmetry which is then restored upon water uptake. This mechanism mainly involves the Ba-O shell which flexibility seems to be at the basis of the proton conduction mechanism, thus providing a direct insight on the design of optimal proton conducting materials.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 07:31:02 GMT" } ]
2008-08-11T00:00:00
[ [ "Malavasi", "Lorenzo", "" ], [ "Kim", "Hyunjeong", "" ], [ "Proffen", "Thomas", "" ], [ "Flor", "Giorgio", "" ] ]
0808.1173
L\'aszl\'o T\'oth
Margit Pap (P\'ecs, Hungary)
Frame and wavelet systems on the sphere
18 pages
null
null
null
math.CA math.NA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper we formulate a weighted version of minimum problem (1.4) on the sphere and we show that, for $K\le L$, if $\set{\phi_k}^K_{k=1}$ consists of the spherical functions with degree less than $N$ we can localize the points $(\xi_1,...,\xi_L)$ on the sphere so that the solution of this problem is the simplest possible. This localization is connected to the discrete orthogonality of the spherical functions which was proved in [3]. Using these points we construct a frame system and a wavelet system on the sphere and we study the properties of these systems. For $K>L$ a similar construction was made in paper [4], but in that case the solution of the minimum problem (1.4) is not as efficient as it is in our case. The analogue of Fej\'er and de la Val\'ee-Poussin summation methods introduced in [3] can be expressed by the frame system introduced in this paper.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 08:49:44 GMT" } ]
2008-08-11T00:00:00
[ [ "Pap", "Margit", "", "Pécs, Hungary" ] ]
0808.1176
Marc Lackenby
Marc Lackenby, Robert Meyerhoff
The maximal number of exceptional Dehn surgeries
33 pages, 10 figures
null
null
null
math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove two conjectures of C. Gordon. We show that the maximal number of exceptional Dehn surgeries on a 1-cusped hyperbolic 3-manifold is 10, and that the maximal intersection number between exceptional slopes is 8. The proof uses a combination of new geometric techniques and a rigorous computer-assisted calculation.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 09:11:24 GMT" } ]
2008-08-11T00:00:00
[ [ "Lackenby", "Marc", "" ], [ "Meyerhoff", "Robert", "" ] ]
0808.1178
P. Pickl
Peter Pickl
On the Time Dependent Gross Pitaevskii- and Hartree Equation
null
null
null
null
math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We are interested in solutions $\Psi_t$ of the Schr\"odinger equation of $N$ interacting bosons under the influence of a time dependent external field, where the range and the coupling constant of the interaction scale with $N$ in such a way, that the interaction energy per particle stays more or less constant. Let $\mathcal{N}^{\phi_0}$ be the particle number operator with respect to some $\phi_0\in L^2(\mathbb{R}^3\to\mathbb{C})$. Assume that the relative particle number of the initial wave function $N^{-1}< \Psi_0,\mathcal{N}^{\phi_0}\Psi_0>$ converges to one as $N\to\infty$. We shall show that we can find a $\phi_t\in L^2(\mathbb{R}^3\to\mathbb{C})$ such that $\lim_{N\to\infty}N^{-1}< \Psi_t,\mathcal{N}^{\phi_t}\Psi_t>=1$ and that $\phi_t$ is -- dependent of the scaling of the range of the interaction -- solution of the Gross-Pitaevskii or Hartree equation. We shall also show that under additional decay conditions of $\phi_t$ the limit can be taken uniform in $t<\infty$ and that convergence of the relative particle number implies convergence of the $k$-particle density matrices of $\Psi_t$.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 09:15:17 GMT" } ]
2008-08-11T00:00:00
[ [ "Pickl", "Peter", "" ] ]
0808.1185
Detang Zhou
Xu Cheng and Detang Zhou
Manifolds with weighted Poincar\'e inequality and uniqueness of minimal hypersurfaces
null
null
null
null
math.DG math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this paper, we obtain results on rigidity of complete Riemannian manifolds with weighted Poincar\'e inequality. As an application, we prove that if $M$ is a complete $\frac{n-2}{n}$-stable minimal hypersurface in $\mathbb{R}^{n+1}$ with $n\geq 3$ and has bounded norm of the second fundamental form, then $M$ must either have only one end or be a catenoid.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 09:55:02 GMT" } ]
2008-08-11T00:00:00
[ [ "Cheng", "Xu", "" ], [ "Zhou", "Detang", "" ] ]
0808.1188
Lev A. Melnikovsky
L.A. Melnikovsky
Quadrupole Stark Effect in Superfluid
Reply to arXiv:0807.4810v1 (2 pages)
null
null
null
cond-mat.other
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The roton energy depends on applied electric field gradient due to its quadrupole moment. This may explain absorption line splitting recently observed experimentally.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 11:40:34 GMT" } ]
2008-08-11T00:00:00
[ [ "Melnikovsky", "L. A.", "" ] ]
0808.1190
Irmgard Frank
Marius Schulte, Irmgard Frank
Restricted Open-Shell Kohn-Sham Theory IV: Expressions for N Unpaired Electrons
schulte.tar: tex-file and 7 figures (eps)
null
null
null
physics.chem-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present an energy expression for restricted open-shell Kohn-Sham theory for N unpaired electrons and single-electron operators for all multiplets formed from up to five unpaired electrons. It is shown that it is possible to derive an explicit energy expression for all low-spin multiplets of systems that exhibit neither radial nor cylindrical symmetry.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 10:57:08 GMT" } ]
2008-08-11T00:00:00
[ [ "Schulte", "Marius", "" ], [ "Frank", "Irmgard", "" ] ]
0808.1191
Koichi Kaizuka
Koichi Kaizuka
Smoothing effects of dispersive equations on real rank one symmetric spaces
25 pages, 3 figures
null
null
null
math.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this article we prove time-global smoothing effects of dispersive pseudodifferential equations with constant coefficient radially symmetric symbols on real rank one symmetric spaces of noncompact type. We also discuss gain of regularities according to decay rates of initial values for the Schroedinger evolution equation. We introduce some isometric operators and reduce the arguments to the well-known Euclidean case. In our proof, Helgason's Fourier transform and the Radon transform as an elliptic Fourier integral operator play crucial roles.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 15:45:33 GMT" }, { "version": "v2", "created": "Sat, 9 Aug 2008 10:32:32 GMT" } ]
2008-08-11T00:00:00
[ [ "Kaizuka", "Koichi", "" ] ]
0808.1200
Qun Zhang
Qun Zhang, Xiaoguo Zhou, Quanxin Li, Shuqin Yu, and Xingxiao Ma
Observation of the 5p Rydberg states of sulfur difluoride radical by resonance-enhanced multiphoton ionization spectroscopy
17 pages, 1 table, 2 figures
J. Chem. Phys. 128, 144306 (2008)
10.1063/1.2889382
null
physics.chem-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Sulfur difluoride radicals in their ground state have been produced by a "laser-free" pulsed dc discharge of the SF$_{6}$/Ar gas mixtures in a supersonic molecular beam and detected by mass-selective resonance-enhanced multilphoton ionization (REMPI) spectroscopy in the wavelength range of 408 - 420 nm. Analyses of the (3 + 1) REMPI excitation spectrum have enabled identification of three hitherto unknown Rydberg states of this radical. Following the Rydberg state labeling in our previous work [see J. Phys. Chem. A 102, 7233 (1998)], these we label the K(5p$_{1}$) [$nu_{0-0}$ = 71 837 cm$^{-1}$, $omega_{1}^{'}$(a$_{1}$ sym str) = 915 cm$^{-1}$], L(5p$_{2}$) [$nu_{0-0}$ = 72 134 cm$^{-1}$, $omega_{1}^{'}$(a$_{1}$ sym str) = 912 cm$^{-1}$], and M(5p$_{3}$) [$nu_{0-0}$ = 72 336 cm$^{-1}$, $omega_{1}^{'}$(a$_{1}$ sym str) = 926 cm$^{-1}$] Rydberg states, respectively. [Origins, relative to the lowest vibrational level of the X$^{1}$A$_{1}$ ground state, and vibrational frequencies of the symmetric S-F stretching mode are suggested by the numbers in brackets.] Photofragmentation process of SF$_{2}$$^{+}$--SF$^{+}$ + F that relates to the REMPI spectrum was discussed.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 12:46:38 GMT" } ]
2008-08-11T00:00:00
[ [ "Zhang", "Qun", "" ], [ "Zhou", "Xiaoguo", "" ], [ "Li", "Quanxin", "" ], [ "Yu", "Shuqin", "" ], [ "Ma", "Xingxiao", "" ] ]
0808.1204
Fritz Grunewald
Tobias Finis, Fritz Grunewald, Paulo Tirao
The cohomology of lattices in SL(2,C)
null
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper contains both theoretical results and experimental data on the behavior of the dimensions of the cohomology spaces H^1(G,E_n), where Gamma is a lattice in SL(2,C) and E_n is one of the standard self-dual modules. In the case Gamma = SL(2,O) for the ring of integers O in an imaginary quadratic number field, we make the theory of lifting explicit and obtain lower bounds linear in n. We have accumulated a large amount of experimental data in this case, as well as for some geometrically constructed and mostly non-arithmetic groups. The computations for SL(2,O) lead us to discover two instances with non-lifted classes in the cohomology. We also derive an upper bound of size O(n^2 / log n) for any fixed lattice Gamma in the general case. We discuss a number of new questions and conjectures suggested by our results and our experimental data.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 12:50:04 GMT" } ]
2008-08-11T00:00:00
[ [ "Finis", "Tobias", "" ], [ "Grunewald", "Fritz", "" ], [ "Tirao", "Paulo", "" ] ]
0808.1205
Jonathan Tennenbaum
Danil Doubochinski and Jonathan Tennenbaum
On the General Nature of Physical Objects and their Interactions, as Suggested by the Properties of Argumentally-Coupled Oscillating Systems
28 pages, 8 figures
null
null
null
physics.gen-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The work reported here originates in the discovery, four decades ago, of a previously unknown type of self-organizing interaction among oscillating systems -- so-called argumental interactions -- and of "quantized" modes of behavior in macroscopic argumentally-coupled oscillators, having no equivalent in the classical theory of oscillations. Recently the present authors have been jointly pursuing new lines of investigation into argumental interactions and their possible significance for the foundations of physics. Among other things, the study of argumentally-coupled oscillators suggested to the authors a new general way of looking at physical objects, their interactions and their aggregative,"social" behavior as manifested on all scales of observation. We believe this new viewpoint, which differs significantly both from that of classical physics and from quantum theory as presently understood, might lead to a more coherent understanding of many natural phenomena which until now have been studied only in a piecemeal fashion. To make the authors' train of thought intelligible to the reader not familiar with the field of argumental interactions, we have combined the presentation of our ideas with an extended review of experimental and theoretical results on argumentally-coupled oscillators and the associated "Macroscopic Quantization Effect". Our review serves the additional purpose of introducing this little-known, but most interesting field of research to a broader scientific audience.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 12:51:06 GMT" } ]
2008-08-11T00:00:00
[ [ "Doubochinski", "Danil", "" ], [ "Tennenbaum", "Jonathan", "" ] ]
0808.1206
Mrinal Raghupathi
Mrinal Raghupathi
Abrahamse's interpolation theorem and Fuchsian groups
25 pages, no figures, preprint, submitted
null
null
null
math.FA math.OA
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We generalize Abrahamse's interpolation theorem from the setting of a multiply connected domain to that of a more general Riemann surface. Our main result provides the scalar-valued interpolation theorem for the fixed-point subalgebra of $H^\infty$ associated to the action of a Fuchsian group. We rely on two results from a paper of Forelli. This allows us to prove the interpolation result using duality techniques that parallel Sarason's approach to the interpolation problem for $H^\infty$. In this process we prove a more general distance formula, very much like Nehari's theorem, and obtain relations between the kernel function for the character automorphic Hardy spaces and the Szeg\"o kernel for the disk. Finally, we examine our interpolation results in the context of the two simplest examples of Fuchsian groups acting on the disk.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 13:00:08 GMT" } ]
2008-08-11T00:00:00
[ [ "Raghupathi", "Mrinal", "" ] ]
0808.1207
Dirk Bradler
Dirk Bradler and Jussi Kangasharju and Max Muehlhaeuser
Optimally Efficient Prefix Search and Multicast in Structured P2P Networks
null
null
null
null
cs.NI
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Searching in P2P networks is fundamental to all overlay networks. P2P networks based on Distributed Hash Tables (DHT) are optimized for single key lookups, whereas unstructured networks offer more complex queries at the cost of increased traffic and uncertain success rates. Our Distributed Tree Construction (DTC) approach enables structured P2P networks to perform prefix search, range queries, and multicast in an optimal way. It achieves this by creating a spanning tree over the peers in the search area, using only information available locally on each peer. Because DTC creates a spanning tree, it can query all the peers in the search area with a minimal number of messages. Furthermore, we show that the tree depth has the same upper bound as a regular DHT lookup which in turn guarantees fast and responsive runtime behavior. By placing objects with a region quadtree, we can perform a prefix search or a range query in a freely selectable area of the DHT. Our DTC algorithm is DHT-agnostic and works with most existing DHTs. We evaluate the performance of DTC over several DHTs by comparing the performance to existing application-level multicast solutions, we show that DTC sends 30-250% fewer messages than common solutions.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 13:03:44 GMT" } ]
2008-08-11T00:00:00
[ [ "Bradler", "Dirk", "" ], [ "Kangasharju", "Jussi", "" ], [ "Muehlhaeuser", "Max", "" ] ]
0808.1211
W Saba
Walid S. Saba
Commonsense Knowledge, Ontology and Ordinary Language
To appear in Int. J. Reasoning-based Intelligent Systems
null
null
null
cs.AI cs.CL
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Over two decades ago a "quite revolution" overwhelmingly replaced knowledgebased approaches in natural language processing (NLP) by quantitative (e.g., statistical, corpus-based, machine learning) methods. Although it is our firm belief that purely quantitative approaches cannot be the only paradigm for NLP, dissatisfaction with purely engineering approaches to the construction of large knowledge bases for NLP are somewhat justified. In this paper we hope to demonstrate that both trends are partly misguided and that the time has come to enrich logical semantics with an ontological structure that reflects our commonsense view of the world and the way we talk about in ordinary language. In this paper it will be demonstrated that assuming such an ontological structure a number of challenges in the semantics of natural language (e.g., metonymy, intensionality, copredication, nominal compounds, etc.) can be properly and uniformly addressed.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 14:37:45 GMT" } ]
2008-08-11T00:00:00
[ [ "Saba", "Walid S.", "" ] ]
0808.1214
Yuri Virchenko Petrovich
R. E. Brodskii, Yu P. Virchenko
Investigation of the kinetic equation of cascade fragmentation theory at not self-similar subdivision
5 pages
null
null
null
math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The cascade kinetic fragmentation process of solids is investigated when the condition probability density of splinter formation do not depends on time and has the property $P(\rho, r, t) = P(\rho/r)$. It is obtained the evolution equation for the probability distribution density in terms of its Mellin transformation. In the particular case $P(\rho/r) = C (\rho/r)^\alpha$, the limit solution of this equation at $t \to \infty$ is found. It differs essentially from the Kolmogorov law.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 14:45:49 GMT" }, { "version": "v2", "created": "Sun, 10 Aug 2008 16:42:54 GMT" } ]
2008-08-11T00:00:00
[ [ "Brodskii", "R. E.", "" ], [ "Virchenko", "Yu P.", "" ] ]
0808.1215
Joseph Y. Halpern
Joseph Y. Halpern and Vicky Weissman
A Formal Foundation for XrML
null
null
null
null
cs.CR cs.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
XrML is becoming a popular language in industry for writing software licenses. The semantics for XrML is implicitly given by an algorithm that determines if a permission follows from a set of licenses. We focus on a fragment of the language and use it to highlight some problematic aspects of the algorithm. We then correct the problems, introduce formal semantics, and show that our semantics captures the (corrected) algorithm. Next, we consider the complexity of determining if a permission is implied by a set of XrML licenses. We prove that the general problem is undecidable, but it is polynomial-time computable for an expressive fragment of the language. We extend XrML to capture a wider range of licenses by adding negation to the language. Finally, we discuss the key differences between XrML and MPEG-21, an international standard based on XrML.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 16:25:58 GMT" } ]
2008-08-11T00:00:00
[ [ "Halpern", "Joseph Y.", "" ], [ "Weissman", "Vicky", "" ] ]
0808.1216
Zhai Wenguang
Xiaodong Cao, Wenguang Zhai
On the mean square of the error term for the two-dimensional divisor problems(II)
27 Pages
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $\Delta(a,b;x)$ denote the error term of the general two-dimensional divisor problem. In this paper we shall study the relation between the discrete mean value $\sum_{n\leq T}\Delta^2(a,b;n)$ and the continuous mean value $\int_1^T\Delta^2(a,b;x)dx$.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 13:51:42 GMT" } ]
2008-08-11T00:00:00
[ [ "Cao", "Xiaodong", "" ], [ "Zhai", "Wenguang", "" ] ]
0808.1217
Mikhail Skopenkov
Matija Cencelj, Du\v{s}an Repov\v{s} and Mikhail Skopenkov
A short proof of the Twelve points theorem
in English and in Russian, 4 pages, 4 figures
Mathematical Notes 77:1(2005), 108-111
null
null
math.MG math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a short elementary proof of the following Twelve Points Theorem: Let M be a convex polygon with vertices at the lattice points, containing a single lattice point in its interior. Denote by m (resp. m*) the number of lattice points in the boundary of M (resp. in the boundary of the dual polygon). Then m+m*=12.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 13:57:44 GMT" } ]
2008-08-11T00:00:00
[ [ "Cencelj", "Matija", "" ], [ "Repovš", "Dušan", "" ], [ "Skopenkov", "Mikhail", "" ] ]
0808.1222
Thomas Seyller
Konstantin V. Emtsev, Aaron Bostwick, Karsten Horn, Johannes Jobst, Gary L. Kellogg, Lothar Ley, Jessica L. McChesney, Taisuke Ohta, Sergey A. Reshanov, Eli Rotenberg, Andreas K. Schmid, Daniel Waldmann, Heiko B. Weber, Thomas Seyller
Atmospheric pressure graphitization of SiC(0001)- A route towards wafer-size graphene layers
null
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We have investigated epitaxial graphene films grown on SiC(0001) by annealing in an atmosphere of Ar instead of vacuum. Using AFM and LEEM we observe a significantly improved surface morphology and graphene domain size. Hall measurements on monolayer graphene films show a carrier mobility of around 1000 cm^2/Vs at room temperature and 2000 cm^2/Vs at 27K. The growth process introduced here establishes the synthesis of graphene films on a technologically viable basis.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 14:48:06 GMT" } ]
2008-08-11T00:00:00
[ [ "Emtsev", "Konstantin V.", "" ], [ "Bostwick", "Aaron", "" ], [ "Horn", "Karsten", "" ], [ "Jobst", "Johannes", "" ], [ "Kellogg", "Gary L.", "" ], [ "Ley", "Lothar", "" ], [ "McChesney", "Jessica L.", "" ], [ "Ohta", "Taisuke", "" ], [ "Reshanov", "Sergey A.", "" ], [ "Rotenberg", "Eli", "" ], [ "Schmid", "Andreas K.", "" ], [ "Waldmann", "Daniel", "" ], [ "Weber", "Heiko B.", "" ], [ "Seyller", "Thomas", "" ] ]
0808.1226
Vittorio Addona
Vittorio Addona, Masoud Asgharian, and David B. Wolfson
On the incidence-prevalence relation and length-biased sampling
20 pages, 3 figures
null
null
null
stat.ME stat.AP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
For many diseases, logistic and other constraints often render large incidence studies difficult, if not impossible, to carry out. This becomes a drawback, particularly when a new incidence study is needed each time the disease incidence rate is investigated in a different population. However, by carrying out a prevalent cohort study with follow-up it is possible to estimate the incidence rate if it is constant. In this paper we derive the maximum likelihood estimator (MLE) of the overall incidence rate, $\lambda$, as well as age-specific incidence rates, by exploiting the well known epidemiologic relationship, prevalence = incidence $\times$ mean duration ($P = \lambda \times \mu$). We establish the asymptotic distributions of the MLEs, provide approximate confidence intervals for the parameters, and point out that the MLE of $\lambda$ is asymptotically most efficient. Moreover, the MLE of $\lambda$ is the natural estimator obtained by substituting the marginal maximum likelihood estimators for P and $\mu$, respectively, in the expression $P = \lambda \times \mu$. Our work is related to that of Keiding (1991, 2006), who, using a Markov process model, proposed estimators for the incidence rate from a prevalent cohort study \emph{without} follow-up, under three different scenarios. However, each scenario requires assumptions that are both disease specific and depend on the availability of epidemiologic data at the population level. With follow-up, we are able to remove these restrictions, and our results apply in a wide range of circumstances. We apply our methods to data collected as part of the Canadian Study of Health and Ageing to estimate the incidence rate of dementia amongst elderly Canadians.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 14:48:43 GMT" } ]
2008-08-11T00:00:00
[ [ "Addona", "Vittorio", "" ], [ "Asgharian", "Masoud", "" ], [ "Wolfson", "David B.", "" ] ]
0808.1228
Manuela Heuer
Manuela Heuer
Similar Sublattices and Coincidence Rotations of the Root Lattice A4 and its Dual
8 pages, paper presented at ICQ10 (Zurich, Switzerland)
null
null
null
math.MG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A natural way to describe the Penrose tiling employs the projection method on the basis of the root lattice A4 or its dual. Properties of these lattices are thus related to properties of the Penrose tiling. Moreover, the root lattice A4 appears in various other contexts such as sphere packings, efficient coding schemes and lattice quantizers. Here, the lattice A4 is considered within the icosian ring, whose rich arithmetic structure leads to parametrisations of the similar sublattices and the coincidence rotations of A4 and its dual lattice. These parametrisations, both in terms of a single icosian, imply an index formula for the corresponding sublattices. The results are encapsulated in Dirichlet series generating functions. For every index, they provide the number of distinct similar sublattices as well as the number of coincidence rotations of A4 and its dual.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 15:01:45 GMT" } ]
2008-08-11T00:00:00
[ [ "Heuer", "Manuela", "" ] ]
0808.1232
G\"otz Pfeiffer
Robert Boltje and Goetz Pfeiffer
An algorithm for the unit group of the Burnside ring of a finite group
corrected and slightly extended version of the article published in: Groups St. Andrews 2005. Vol. 1, 230--236, London Math. Soc. Lecture Note Ser., 339, Cambridge Univ. Press, Cambridge, 2007
null
null
null
math.GR math.KT math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this note we present an algorithm for the construction of the unit group of the Burnside ring $\Omega(G)$ of a finite group $G$ from a list of representatives of the conjugacy classes of subgroups of G.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 15:32:22 GMT" } ]
2008-08-11T00:00:00
[ [ "Boltje", "Robert", "" ], [ "Pfeiffer", "Goetz", "" ] ]
0808.1236
Todor Stanev
Todor Stanev (Bartol Research Institute and Department of Physics and astronomy, University of Delaware)
The beginning of cosmic ray astronomy
5 pages, 2 figures, Concluding remarks at the Vulcano2008 workshop
null
null
null
astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We discuss the anisotropic arrival directions of the ultra high energy cosmic rays detected by Auger which I consider one of the biggest discoverie in astrophysics during the last year.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 15:55:53 GMT" } ]
2008-08-11T00:00:00
[ [ "Stanev", "Todor", "", "Bartol Research Institute and Department of Physics and\n astronomy, University of Delaware" ] ]
0808.1240
Jeronimo Peralta Ramos
J. Peralta-Ramos, and A. M. Llois
Transmission spectra of Fe/MgO (001) double-barrier tunnel junctions at finite bias
null
null
null
null
cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this contribution, we calculate in a self-consistent way the ballistic transmission as a function of energy of one Fe/MgO (001) single-barrier and one double-barrier tunnel junction, relating them to their electronic structure. The transmission spectra of each kind of junction is calculated at different applied bias voltages. We focus on the impact that bias has on the resonant tunneling mediated by surface and quantum well states. The calculations are done in the coherent regime, using a combination of density functional theory and non-equilibrium Green's functions, as implemented in the {\it ab initio} code {\it SMEAGOL}. We conclude that, for both kinds of junction, the transmission functions depend on the applied bias voltage. In the single-barrier junction, transport mediated by resonant Fe minority surface states is rapidly destroyed by bias. In the double-barrier junction, the appearance of resonant tunneling through majority quantum well states is strongly affected by bias.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 16:38:57 GMT" } ]
2008-08-11T00:00:00
[ [ "Peralta-Ramos", "J.", "" ], [ "Llois", "A. M.", "" ] ]
0808.1247
Damien Chablat
S\'ebastien Briot (DGMA), Ilian Bonev (GPA), Damien Chablat (IRCCyN), Philippe Wenger (IRCCyN), Vigen Arakelian (DGMA)
Self-Motions of General 3-RPR Planar Parallel Robots
null
International Journal of Robotics Research 27, 7 (2008) pp. 855-866
10.1177/0278364908092466
null
cs.RO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper studies the kinematic geometry of general 3-RPR planar parallel robots with actuated base joints. These robots, while largely overlooked, have simple direct kinematics and large singularity-free workspace. Furthermore, their kinematic geometry is the same as that of a newly developed parallel robot with SCARA-type motions. Starting from the direct and inverse kinematic model, the expressions for the singularity loci of 3-RPR planar parallel robots are determined. Then, the global behaviour at all singularities is geometrically described by studying the degeneracy of the direct kinematic model. Special cases of self-motions are then examined and the degree of freedom gained in such special configurations is kinematically interpreted. Finally, a practical example is discussed and experimental validations performed on an actual robot prototype are presented.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 17:17:23 GMT" } ]
2008-08-11T00:00:00
[ [ "Briot", "Sébastien", "", "DGMA" ], [ "Bonev", "Ilian", "", "GPA" ], [ "Chablat", "Damien", "", "IRCCyN" ], [ "Wenger", "Philippe", "", "IRCCyN" ], [ "Arakelian", "Vigen", "", "DGMA" ] ]
0808.1254
Rachel Somerville
Rachel S. Somerville
The Co-evolution of Galaxies, Black Holes, and AGN in a Hierarchical Universe
to appear in "Panoramic Views of Galaxy Formation and Evolution", First Subaru International Conference, Hayama, Japan, December 2007
null
null
null
astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The observational link between Supermassive Black Holes (SMBH) and galaxies at low redshift seems to be very tight, and statistically the global evolution of star formation activity and BH accretion activity also seem to trace each other closely. However, pinning down the co-evolution of galaxies and BH on an object-by-object basis remains elusive. I present results from new models for the joint evolution of galaxies, SMBH, and AGN, which may be able to help resolve some of the observational puzzles. A unique aspect of these models is our treatment of self-regulated BH growth based on hydrodynamic simulations of galaxy-galaxy mergers. Although these models do quite well at reproducing the observed evolution of galaxies, they do not reproduce the observed history of BH accretion, predicting too much early accretion and not enough at late times. I suggest two possible resolutions to this problem.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 17:40:42 GMT" } ]
2008-08-11T00:00:00
[ [ "Somerville", "Rachel S.", "" ] ]
0808.1255
Eugene Eliseev
Eugene A. Eliseev
Built-in surface field effect on the 180-degree domain wall structure in ferroics
13 pages, 3 figures, supplementary materials
null
null
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the influence of the built-in surface field on the 180-degree domain wall profile in primary ferroics within Landau-Ginsburg-Devonshire phenomenological approach. We predict the effect of domain wall bending near the surface caused by the built-in field and derived corresponding approximate analytical expressions. At that the higher is the surface energy contribution (i.e. the smaller is corresponding extrapolation length) and/or the higher is the field, the stronger is the bending effect. Built-in surface field is one of the possible mechanisms of domain wall near surface broadening recently observed in the ferroics.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 17:57:50 GMT" } ]
2008-08-11T00:00:00
[ [ "Eliseev", "Eugene A.", "" ] ]
0808.1270
Wendell Ressler
Wendell Ressler
A Hecke Correspondence Theorem for Automorphic Integrals with Symmetric Rational Period Functions on the Hecke Groups
null
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Marvin Knopp developed the theory of automorphic integrals, which generalize automorphic forms; each automorphic integral has an additional period function in its automorphic relation. The period functions satisfy relations that arise from the underlying group relations. Knopp showed that entire automorphic integrals with rational period functions satisfy a Hecke correspondence theorem, provided the rational period functions have poles only at 0 or infinity. For other automorphic integrals each corresponding Dirichlet series has a functional equation with a remainder term that arises from the nonzero poles of the rational period function. In this paper we prove a Hecke correspondence theorem for a class of automorphic integrals with rational period functions on the Hecke groups. We restrict our attention to automorphic integrals of weight that is twice an odd integer and to rational period functions that satisfy a symmetry property we call "Hecke-symmetry." We explicate the relationship between the structure of the rational period functions and the corresponding remainder terms. Each remainder term satisfies two relations (the second of which is new in this paper) corresponding to the two relations for the rational period function.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 18:57:22 GMT" } ]
2008-08-11T00:00:00
[ [ "Ressler", "Wendell", "" ] ]
0808.1275
Eleonora Dell'Aquila
Eleonora Dell'Aquila
Matrix Factorizations For Non-Abelian Orbifolds
23 pages, 2 figures
null
null
null
hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We discuss a prescription to construct fractional branes in Landau-Ginzburg orbifolds, with particular attention to the case of non-abelian orbifolds. We analyze in detail a S_3 orbifold and a D_n orbifold and show how the computation of the spectrum can be carried out explicitly even when the factorizations involve higher rank matrices.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 19:35:49 GMT" } ]
2008-08-11T00:00:00
[ [ "Dell'Aquila", "Eleonora", "" ] ]
0808.1280
Andres Escala
Andres Escala (KIPAC, Stanford University), Richard B. Larson (Yale University)
Stability of Galactic Gaseous Disks and the Formation of Massive Clusters
Accepted for publication in ApJ Letters. Minor comments added due to the referee's suggestion
null
null
null
astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study gravitational instabilities in disks, with special attention to the most massive clumps that form because they are expected to be the progenitors of globular-type clusters. The maximum unstable mass is set by rotation and depends only on the surface density and orbital frequency of the disk. We propose that the formation of massive clusters is related to this largest scale in galaxies not stabilized by rotation. Using data from the literature, we predict that globular-like clusters can form in nuclear starburst disks and protogalactic disks but not in typical spiral galaxies, in agreement with observations.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 19:53:02 GMT" } ]
2008-08-11T00:00:00
[ [ "Escala", "Andres", "", "KIPAC, Stanford University" ], [ "Larson", "Richard B.", "", "Yale\n University" ] ]
0808.1281
Joshua M. Sabloff
Phil Eiseman, Jonathan D. Lima, Joshua M. Sabloff, and Lisa Traynor
A Partial Ordering on Slices of Planar Lagrangians
17 pages, 4 figures; to appear in the Arnold Volume of the Journal of Fixed Point Theory and Applications
null
null
null
math.SG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A collection of simple closed curves in $\rr^3$ is called a negative slice if it is the intersection of a flat-at-infinity planar Lagrangian surface and $\{y_2 = a \}$ for some $a < 0$. Examples and non-examples of negative slices are given. Embedded Lagrange cobordisms define a relation on slices and in some (and perhaps all) cases this relation defines a partial order. The set of slices is a commutative monoid and the additive structure has an interesting relationship with the ordering relation.
[ { "version": "v1", "created": "Fri, 8 Aug 2008 19:54:04 GMT" } ]
2008-08-11T00:00:00
[ [ "Eiseman", "Phil", "" ], [ "Lima", "Jonathan D.", "" ], [ "Sabloff", "Joshua M.", "" ], [ "Traynor", "Lisa", "" ] ]
math-ph/0607049
Frank Hansen
Frank Hansen
Metric adjusted skew information
Edited the abstract and the introduction
Proc. Natl. Acad. Sci. USA 105, 9909-9916 (2008)
10.1073/pnas.0803323105
null
math-ph math.MP
null
We extend the concept of Wigner-Yanase-Dyson skew information to something we call ``metric adjusted skew information'' (of a state with respect to a conserved observable). This ``skew information'' is intended to be a non-negative quantity bounded by the variance (of an observable in a state) that vanishes for observables commuting with the state. We show that the skew information is a convex function on the manifold of states. It also satisfies other requirements, proposed by Wigner and Yanase, for an effective measure-of-information content of a state relative to a conserved observable. We establish a connection between the geometrical formulation of quantum statistics as proposed by Chentsov and Morozova and measures of quantum information as introduced by Wigner and Yanase and extended in this article. We show that the set of normalized Morozova-Chentsov functions describing the possible quantum statistics is a Bauer simplex and determine its extreme points. We determine a particularly simple skew information, the ``lambda-skew information,'' parametrized by a lambda in (0,1], and show that the convex cone this family generates coincides with the set of all metric adjusted skew informations. Key words: Skew information, convexity, monotone metric, Morozova-Chentsov function, lambda-skew information.
[ { "version": "v1", "created": "Sun, 23 Jul 2006 11:46:54 GMT" }, { "version": "v2", "created": "Tue, 1 Aug 2006 13:39:11 GMT" }, { "version": "v3", "created": "Tue, 15 Aug 2006 15:51:01 GMT" }, { "version": "v4", "created": "Mon, 22 Jan 2007 15:18:16 GMT" }, { "version": "v5", "created": "Wed, 21 Nov 2007 10:39:48 GMT" }, { "version": "v6", "created": "Thu, 21 Feb 2008 01:41:22 GMT" } ]
2008-08-11T00:00:00
[ [ "Hansen", "Frank", "" ] ]
math/0407527
Mathieu Dutour
Michel Deza, Mathieu Dutour and Sergey Shpectorov
Hypercube embedding of Wythoffians
12 pages, 6 tables
null
null
null
math.CO math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The Wythoff construction takes a $d$-dimensional polytope $P$, a subset $S$ of $\{0,..., d\}$ and returns another $d$-dimensional polytope $P(S)$. If $P$ is a regular polytope, then $P(S)$ is vertex-transitive. This construction builds a large part of the Archimedean polytopes and tilings in dimension 3 and 4. We want to determine, which of those Wythoffians $P(S)$ with regular $P$ have their skeleton or dual skeleton isometrically embeddable into the hypercubes $H_m$ and half-cubes ${1/2}H_m$. We find six infinite series, which, we conjecture, cover all cases for dimension $d>5$ and some sporadic cases in dimension 3 and 4 (see Tables \ref{WythoffEmbeddable3} and \ref{WythoffEmbeddable4}). Three out of those six infinite series are explained by a general result about the embedding of Wythoff construction for Coxeter groups. In the last section, we consider the Euclidean case; also, zonotopality of embeddable $P(S)$ are addressed throughout the text.
[ { "version": "v1", "created": "Fri, 30 Jul 2004 09:41:52 GMT" }, { "version": "v2", "created": "Thu, 2 Aug 2007 13:03:38 GMT" }, { "version": "v3", "created": "Sat, 11 Aug 2007 21:09:18 GMT" }, { "version": "v4", "created": "Fri, 16 May 2008 08:55:06 GMT" }, { "version": "v5", "created": "Mon, 11 Aug 2008 14:28:40 GMT" } ]
2008-08-11T00:00:00
[ [ "Deza", "Michel", "" ], [ "Dutour", "Mathieu", "" ], [ "Shpectorov", "Sergey", "" ] ]
math/0606590
Frank Hansen
Frank Hansen, Josip Pecaric and Ivan Peric
Jensen's operator inequality and its converses
Minor revision. To appear in Math. Scan
Math. Scand. 100, 61-73 (2007)
null
null
math.OA
null
We give a general formulation of Jensen's operator inequality for unital fields of positive linear mappings, and we consider different types of converse inequalities.
[ { "version": "v1", "created": "Fri, 23 Jun 2006 11:19:03 GMT" }, { "version": "v2", "created": "Wed, 19 Jul 2006 07:34:39 GMT" }, { "version": "v3", "created": "Tue, 19 Dec 2006 14:02:25 GMT" } ]
2008-08-11T00:00:00
[ [ "Hansen", "Frank", "" ], [ "Pecaric", "Josip", "" ], [ "Peric", "Ivan", "" ] ]
math/0612334
Rafal Komendarczyk
R. Komendarczyk
Tight Beltrami fields with symmetry
26 pages
Geom. Dedicata 134 (2008), 217--238
10.1007/s10711-008-9258-9
null
math.DG math.SG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let $M$ be a compact orientable Seifered fibered 3-manifold without a boundary, and $\alpha$ an $S^1$-invariant contact form on $M$. In a suitable adapted Riemannian metric to $\alpha$, we provide a bound for the volume $\text{Vol}(M)$ and the curvature, which implies the universal tightness of the contact structure $\xi=\ker\alpha$.
[ { "version": "v1", "created": "Wed, 13 Dec 2006 01:55:57 GMT" }, { "version": "v2", "created": "Mon, 11 Aug 2008 16:59:50 GMT" } ]
2008-08-11T00:00:00
[ [ "Komendarczyk", "R.", "" ] ]
quant-ph/0511226
Julius Ruseckas
G. Juzeliunas, J. Ruseckas, P. Ohberg, and M. Fleischhauer
Light induced effective magnetic fields for ultra-cold atoms in planar geometries
2 figures
Phys. Rev. A 73 025602 (2006)
10.1103/PhysRevA.73.025602
null
quant-ph cond-mat.soft
null
We propose a scheme to create an effective magnetic field for ultra-cold atoms in a planar geometry. The set-up allows the experimental study of classical and quantum Hall effects in close analogy to solid-state systems including the possibility of finite currents. The present scheme is an extention of the proposal in Phys. Rev. Lett. 93, 033602 (2004) where the effective magnetic field is now induced for three-level Lambda-type atoms by two counterpropagating laser beams with shifted spatial profiles. Under conditions of electromagentically induced transparency the atom-light interaction has a space dependent dark state, and the adiabatic center of mass motion of atoms in this state experiences effective vector and scalar potentials. The associated magnetic field is oriented perpendicular to the propagation direction of the laser beams. The field strength achievable is one flux quantum over an area given by the transverse beam separation and the laser wavelength. For a sufficiently dilute gas the field is strong enough to reach the lowest Landau level regime.
[ { "version": "v1", "created": "Wed, 23 Nov 2005 17:04:16 GMT" } ]
2008-08-11T00:00:00
[ [ "Juzeliunas", "G.", "" ], [ "Ruseckas", "J.", "" ], [ "Ohberg", "P.", "" ], [ "Fleischhauer", "M.", "" ] ]
0708.1264
Viktor Toth
J. W. Moffat and V. T. Toth
Testing modified gravity with motion of satellites around galaxies
4 pages, 2 figures; substantial revision with independent data analysis
null
null
null
astro-ph gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A modified gravity (MOG) theory, that has been successfully fitted to galaxy rotational velocity data, cluster data, the Bullet Cluster 1E0657-56 and cosmological observations, is shown to be in good agreement with the motion of satellite galaxies around host galaxies at distances 50-400 kpc.
[ { "version": "v1", "created": "Thu, 9 Aug 2007 16:40:46 GMT" }, { "version": "v2", "created": "Mon, 27 Aug 2007 19:00:47 GMT" }, { "version": "v3", "created": "Tue, 29 Jan 2008 23:47:31 GMT" }, { "version": "v4", "created": "Mon, 5 May 2008 22:50:22 GMT" }, { "version": "v5", "created": "Sun, 10 Aug 2008 17:01:12 GMT" } ]
2008-08-10T00:00:00
[ [ "Moffat", "J. W.", "" ], [ "Toth", "V. T.", "" ] ]
0708.2952
Motoaki Bamba
Motoaki Bamba and Hajime Ishihara
QED of excitons with nonlocal susceptibility in arbitrary-structured dielectrics
23 pages
Phys. Rev. B 78, 085109 (2008)
10.1103/PhysRevB.78.085109
null
physics.optics
null
We have constructed a complete quantum theory for an optical process of excitons with nonlocal susceptibility originating from their center-of-mass motion. This theory provides a practical calculation method for arbitrary-structured nano-to-macro scale dielectrics where excitons are weakly confined. We obtain good correspondences with underlying theories, semiclassical microscopic nonlocal theory, and QED theories for dispersive and absorptive materials with local susceptibility.
[ { "version": "v1", "created": "Wed, 22 Aug 2007 03:10:40 GMT" }, { "version": "v2", "created": "Wed, 7 Nov 2007 03:13:06 GMT" }, { "version": "v3", "created": "Sat, 10 May 2008 09:19:49 GMT" } ]
2008-08-10T00:00:00
[ [ "Bamba", "Motoaki", "" ], [ "Ishihara", "Hajime", "" ] ]
0709.1209
Tom Wilde
Tom Wilde
Primitive Characters and Permutation Characters of Solvable Groups
Attribution given for Theorem K, which it has been pointed out to me is the odd order case of a published result of P.A. Ferguson and I.M. Isaacs. A number of typos corrected, and a slight improvement made to Theorem J
null
null
null
math.RT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let X be an irreducible, primitive complex character of the finite solvable group G, and let X* denote the complex conjugate character. If the degree X(1) is odd, then we show how to associate to X in a unique way, a conjugacy class of subgroups U of G for which X*X = (1_U)^G, the permutation character on the cosets of U. We investigate this situation and give a number of applications to properties of primitive characters of solvable and p-solvable groups.
[ { "version": "v1", "created": "Sun, 9 Sep 2007 14:53:08 GMT" }, { "version": "v2", "created": "Sun, 10 Aug 2008 12:48:04 GMT" } ]
2008-08-10T00:00:00
[ [ "Wilde", "Tom", "" ] ]
0712.0580
Carlo Marinelli
Stefano Bonaccorsi, Carlo Marinelli, Giacomo Ziglio
Stochastic FitzHugh-Nagumo equations on networks with impulsive noise
18 pages. Minor revision
null
null
null
math.AP math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider a system of nonlinear partial differential equations with stochastic dynamical boundary conditions that arises in models of neurophysiology for the diffusion of electrical potentials through a finite network of neurons. Motivated by the discussion in the biological literature, we impose a general diffusion equation on each edge through a generalized version of the FitzHugh-Nagumo model, while the noise acting on the boundary is described by a generalized stochastic Kirchhoff law on the nodes. In the abstract framework of matrix operators theory, we rewrite this stochastic boundary value problem as a stochastic evolution equation in infinite dimensions with a power-type nonlinearity, driven by an additive L\'evy noise. We prove global well-posedness in the mild sense for such stochastic partial differential equation by monotonicity methods.
[ { "version": "v1", "created": "Tue, 4 Dec 2007 17:13:22 GMT" }, { "version": "v2", "created": "Sat, 9 Aug 2008 21:06:00 GMT" } ]
2008-08-10T00:00:00
[ [ "Bonaccorsi", "Stefano", "" ], [ "Marinelli", "Carlo", "" ], [ "Ziglio", "Giacomo", "" ] ]
0802.2139
Shunsuke Yamana
Shunsuke Yamana
Jacobi forms of degree one
49 pages of text
null
null
null
math.NT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show that a certain subspace of space of elliptic cusp forms is isomorphic as a Hecke module to a certain subspace of space of Jacobi cusp forms of degree one with matrix index by constructing an explicit lifting. This is a partial generalization of the work of Skoruppa and Zagier. This lifting is also related with the Ikeda lifting.
[ { "version": "v1", "created": "Fri, 15 Feb 2008 05:01:18 GMT" }, { "version": "v2", "created": "Wed, 30 Jul 2008 14:44:32 GMT" }, { "version": "v3", "created": "Tue, 5 Aug 2008 15:09:41 GMT" }, { "version": "v4", "created": "Sun, 10 Aug 2008 09:53:56 GMT" } ]
2008-08-10T00:00:00
[ [ "Yamana", "Shunsuke", "" ] ]
0803.1065
Weiliang Wang
Weiliang Wang, Jie Peng, Guihua Chen, Shaozhi Deng, Ningsheng Xu, Zhibing Li
Image potential of single-wall carbon nanotubes in the field emission condition
9 pages, 4 figures
J. Appl. Phys. 104, 034306 (2008)
10.1063/1.2964109
null
cond-mat.mtrl-sci cond-mat.other
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We calculated the image potentials of single-walled carbon nanotubes of various structures in the condition of field emission with a quantum chemistry method. The image potential of the single-walled carbon nanotubes can be well fitted with the image potential of an ideal metal sphere in a size comparable to an atom. The image potential is not sensitive to both the applied field and the structure of the tube. When the image potential is included, the emission current would be one order larger.
[ { "version": "v1", "created": "Fri, 7 Mar 2008 11:35:53 GMT" } ]
2008-08-10T00:00:00
[ [ "Wang", "Weiliang", "" ], [ "Peng", "Jie", "" ], [ "Chen", "Guihua", "" ], [ "Deng", "Shaozhi", "" ], [ "Xu", "Ningsheng", "" ], [ "Li", "Zhibing", "" ] ]
0806.1341
Juan I. Collar
F.T. Avignone III, P.S. Barbeau and J.I. Collar
Additional Comments on "New Limits on Spin-Independent Couplings of Low-Mass WIMP Dark Matter with a Germanium Detector at a Threshold of 200 eV"
Additional comments on arXiv:0712.1645v2. We find that systematics have been neglected through a combination of erroneous assumptions and failure to explore all of their sources
null
null
null
hep-ex astro-ph physics.ins-det
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In a previous comment (arXiv:0806.1341v1) we criticized purely technical aspects of arXiv:0712.1645 but pointed out that many other inconsistencies were readily apparent. In view of the imminent posting of another version of arXiv:0712.1645, still containing these issues, we would like to offer with this additional note a critical guide to the methodology followed by the TEXONO collaboration, in their effort to extract dark matter limits from a spectral region completely dominated by electronic noise. We find that systematics have been neglected through a combination of erroneous assumptions and failure to explore all of their possible sources.
[ { "version": "v1", "created": "Sun, 8 Jun 2008 17:24:22 GMT" }, { "version": "v2", "created": "Mon, 23 Jun 2008 20:08:15 GMT" }, { "version": "v3", "created": "Sat, 9 Aug 2008 21:01:16 GMT" } ]
2008-08-10T00:00:00
[ [ "Avignone", "F. T.", "III" ], [ "Barbeau", "P. S.", "" ], [ "Collar", "J. I.", "" ] ]
0807.2438
M. Romero-Bastida
M. Romero-Bastida and E. Braun
Lyapunov modes in three-dimensional Lennard-Jones fluids
28 Pages, 13 b&w Figures
J. Phys. A: Math. Theor. 41, 375101 (2008) [21pp]
10.1088/1751-8113/41/37/375101
null
nlin.CD
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Recent studies on the phase-space dynamics of a one-dimensional Lennard-Jones fluid reveal the existence of regular collective perturbations associated with the smallest positive Lyapunov exponents of the system, called hydrodynamic Lyapunov modes, which previously could only be identified in hard-core fluids. In this work we present a systematic study of the Lyapunov exponents and Lyapunov vectors, i.e. perturbations along each direction of phase space, of a three-dimensional Lennard-Jones fluid. By performing the Fourier transform of the spatial density of the coordinate part of the Lyapunov vector components and then time-averaging this result we find convincing signatures of longitudinal modes, with inconclusive evidence of transverse modes for all studied densities. Furthermore, the longitudinal modes can be more clearly identified for the higher density values. Thus, according to our results, the mixing of modes induced both by the dynamics and the dimensionality induce a hitherto unknown type of order in the tangent space of the model herein studied at high density values.
[ { "version": "v1", "created": "Tue, 15 Jul 2008 19:54:56 GMT" } ]
2008-08-10T00:00:00
[ [ "Romero-Bastida", "M.", "" ], [ "Braun", "E.", "" ] ]
0807.2539
Olaf Milbredt
Olaf Milbredt
Dissertation: The Cauchy Problem for Membranes
109 pages, no figures, references updated
null
null
null
gr-qc
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We show existence and uniqueness for timelike minimal submanifolds in ambient Lorentz manifolds admitting a time function. The initial value formulation introduced and the conditions imposed on the initial data are given in purely geometric terms.
[ { "version": "v1", "created": "Wed, 16 Jul 2008 10:57:50 GMT" }, { "version": "v2", "created": "Sun, 10 Aug 2008 12:58:36 GMT" } ]
2008-08-10T00:00:00
[ [ "Milbredt", "Olaf", "" ] ]
0808.0023
Gabor Pataki
Gabor Pataki and Mustafa Tural
Branching proofs of infeasibility in low density subset sum problems
null
null
null
null
cs.CC cs.CR math.CO math.OC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove that the subset sum problem has a polynomial time computable certificate of infeasibility for all $a$ weight vectors with density at most $1/(2n)$ and for almost all integer right hand sides. The certificate is branching on a hyperplane, i.e. by a methodology dual to the one explored by Lagarias and Odlyzko; Frieze; Furst and Kannan; and Coster et. al. The proof has two ingredients. We first prove that a vector that is near parallel to $a$ is a suitable branching direction, regardless of the density. Then we show that for a low density $a$ such a near parallel vector can be computed using diophantine approximation, via a methodology introduced by Frank and Tardos. We also show that there is a small number of long intervals whose disjoint union covers the integer right hand sides, for which the infeasibility is proven by branching on the above hyperplane.
[ { "version": "v1", "created": "Thu, 31 Jul 2008 20:59:00 GMT" } ]
2008-08-10T00:00:00
[ [ "Pataki", "Gabor", "" ], [ "Tural", "Mustafa", "" ] ]
math/0606584
Markus Heydenreich
Markus Heydenreich, Remco van der Hofstad, Georgi Radulov
Functionals of Brownian bridges arising in the current mismatch in D/A-converters
22 pages, 4 figures. Version 2 with Section 3.6 added, and Section 4 revised. To appear in "Probability in the Engineering and Informational Sciences"
null
null
Eurandom Report 2006-016
math.PR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Digital-to-analog converters (DAC) transform signals from the abstract digital domain to the real analog world. In many applications, DAC's play a crucial role. Due to variability in the production, various errors arise that influence the performance of the DAC. We focus on the current errors, which describe the fluctuations in the currents of the various unit current elements in the DAC. A key performance measure of the DAC is the Integrated Non-linearity (INL), which we study in this paper. There are several DAC architectures. The most widely used architectures are the thermometer, the binary and the segmented architectures. We study the two extreme architectures, namely, the thermometer and the binary architectures. We assume that the current errors are i.i.d. normally distributed, and reformulate the INL as a functional of a Brownian bridge. We then proceed by investigating these functionals. For the thermometer case, the functional is the maximal absolute value of the Brownian bridge, which has been investigated in the literature. For the binary case, we investigate properties of the functional, such as its mean, variance and density.
[ { "version": "v1", "created": "Fri, 23 Jun 2006 09:08:17 GMT" }, { "version": "v2", "created": "Sun, 10 Aug 2008 12:00:13 GMT" } ]
2008-08-10T00:00:00
[ [ "Heydenreich", "Markus", "" ], [ "van der Hofstad", "Remco", "" ], [ "Radulov", "Georgi", "" ] ]
0710.0686
Nader Haghighipour
Nader Haghighipour
Habitability of Planets in Binaries
4 pages, 3 figures, to appear in "Extreme Solar Systems," ASP Conference Series, ed. Debra Fischer, Fred Rasio, Steve Thorsett and Alex Wolszczan
ASP Conference Series, Vol. 398, Page 521-524 (2008)
null
null
astro-ph
null
A survey of currently known extrasolar planets indicates that close to 20% of their hosting stars are members of binary systems. While the majority of these binaries are wide (i.e., with separations between 250 and 6500 AU), the detection of Jovian-type planets in the three binaries of Gamma Cephei (separation of 18.5 AU), GL 86 (separation of 21 AU), and HD 41004 (separation of 23 AU) have brought to the forefront questions on the formation of giant planets and the possibility of the existence of smaller bodies in moderately close binary star systems. This paper discusses the late stage of the formation of habitable planets in binary systems that host Jovian-type bodies, and reviews the effects of the binary companion on the formation of Earth-like planets in the system's habitable zone. The results of a large survey of the parameter-space of binary-planetary systems in search of regions where habitable planets can form and have long-term stable orbits are also presented.
[ { "version": "v1", "created": "Wed, 3 Oct 2007 01:37:09 GMT" } ]
2008-08-09T00:00:00
[ [ "Haghighipour", "Nader", "" ] ]
0711.3890
Alessandro Verra
Alessandro Verra
On the universal abelian variety of dimension 4
Referee's version, appearing on Contemporary Math. vol. 465 (2008)
null
null
null
math.AG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Let A be the moduli space of principally polarized abelian varieties of dimension 4 over an algebraically closed field k of characteristic different from 2,3. It is proved that the universal principally polarized abelian variety over A, as well as the universal theta divisor over A, are unirational varieties.
[ { "version": "v1", "created": "Sun, 25 Nov 2007 20:13:34 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 21:23:03 GMT" } ]
2008-08-09T00:00:00
[ [ "Verra", "Alessandro", "" ] ]
0801.0470
Guanghui Zhou
Kai-He Ding, Guanghui Zhou, Zhen-Gang Zhu
Spin-orbit interaction effect on transport of Dirac fermions in graphene
Revtex 12 pages with 5 figures
Journal of Physics: Condensed Matter 20, 345228 (2008)
null
null
cond-mat.mes-hall cond-mat.mtrl-sci
null
We study theoretically the quantum transport properties of the Dirac fermions with spin-orbit interactions (SOIs) in graphene by using the method of Schwinger proper time together with decomposition over Landau level poles and Kubo formula. The analytical expressions for both longitudinal and Hall conductivities are derived explicitly. It is found that, from some numerical examples, when the Rashba SOI is taken into account the Shubnikov-de Haas (SdH) oscillation peaks of the longitudinal conductivity versus the chemical potential are split, while the SdH oscillation of the longitudinal conductivity versus a external magnetic field exhibits a beating pattern. Furthermore, the Rashba SOI tends to suppress the quantum Hall effect in graphene.
[ { "version": "v1", "created": "Thu, 3 Jan 2008 03:18:37 GMT" } ]
2008-08-09T00:00:00
[ [ "Ding", "Kai-He", "" ], [ "Zhou", "Guanghui", "" ], [ "Zhu", "Zhen-Gang", "" ] ]
0803.0127
Hua Zhao
Hua Zhao
Long-range correlation energies and off-diagonal interactions for the $\pi$ electronic systems
5 pages, 2 tables, New version, Submitted
null
null
null
cond-mat.other
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The long-range correlation energies and the off-diagonal interactions are studied and a general formula for correlation energy $E_c$ of the $\pi$ electron systems is given, which is beyond the nearest-neighbor electron-electron interactions and includes the off-diagonal interactions. It is found that the effects of the off-diagonal interactions $W$ and $X$ on the correlation energies are opposite, but the influence of $X$ on the correlation energies is much stronger than that of $W$ on the correlation energies, and the correlation energies decrease with increasing the screening effect.
[ { "version": "v1", "created": "Sun, 2 Mar 2008 15:32:39 GMT" }, { "version": "v2", "created": "Fri, 14 Mar 2008 08:29:26 GMT" }, { "version": "v3", "created": "Sat, 9 Aug 2008 15:09:13 GMT" } ]
2008-08-09T00:00:00
[ [ "Zhao", "Hua", "" ] ]
0804.1600
Santosh Shelly Sharma
S. Shelly Sharma, Eduardo de Almeida, and Naresh K. Sharma
Multipartite entanglement of three trapped ions in a cavity and W- State generation
17 pages, 07 figures, improvments to introduction and typo errors corrected
J. Phys. B: At. Mol. Opt. Phys. 41 (2008) 165503.
10.1088/0953-4075/41/16/165503
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A scheme to generate three qubit maximally entangled W-states, using three trapped ions interacting with red sideband tuned single mode field of a high finesse cavity, is proposed. For the cavity field initially prepared in a number state, the probability of generating three ion W-state is calculated. By using the ion-cavity coupling strengths achieved in experimental realizations, the interaction time needed for W-state generation is found to be of the order of 10 $\mu $ sec. It is found that for a fixed number of photons in the cavity the nature of entanglement of ionic internal states can be manipulated by appropriate choice of initial state phonon number. The ionic qubits in W-like state are found to be entangled to cavity photons. Analytical expressions for global negativity and partial $K-$way negativities (K=2 to 4) are obtained to study the evolution of entanglement distribution as a function of interaction parameter. Reversible entanglement exchange between different entanglement modes is observed. For specific values of interaction parameter, the three ions and photon-phonon system are found to have four partite entanglement, generated by 2-way and 3-way correlations.
[ { "version": "v1", "created": "Thu, 10 Apr 2008 03:09:56 GMT" }, { "version": "v2", "created": "Wed, 23 Jul 2008 14:10:57 GMT" } ]
2008-08-09T00:00:00
[ [ "Sharma", "S. Shelly", "" ], [ "de Almeida", "Eduardo", "" ], [ "Sharma", "Naresh K.", "" ] ]
0804.3590
Evan Kirby
Evan N. Kirby, Puragra Guhathakurta and Christopher Sneden
Metallicity and Alpha-Element Abundance Measurement in Red Giant Stars from Medium Resolution Spectra
16 pages, 17 figures, 7 tables, accepted for publication in ApJ
ApJ 2008, 682, 1217
10.1086/589627
null
astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a technique that applies spectral synthesis to medium resolution spectroscopy (MRS, R ~ 6000) in the red (6300 A < lambda < 9100 A) to measure [Fe/H] and [alpha/Fe] of individual red giant stars over a wide metallicity range. We apply our technique to 264 red giant stars in seven Galactic globular clusters and demonstrate that it reproduces the metallicities and alpha enhancements derived from high resolution spectroscopy (HRS). The MRS technique excludes the three Ca II triplet lines and instead relies on a plethora of weaker lines. Unlike empirical metallicity estimators, such as the equivalent width of the Ca II triplet, the synthetic method presented here is applicable over an arbitrarily wide metallicity range and is independent of assumptions about the alpha enhancement. Estimates of cluster mean [Fe/H] from different HRS studies show typical scatter of ~0.1 dex but can be larger than 0.2 dex for metal-rich clusters. The scatter in HRS abundance estimates among individual stars in a given cluster is also comparable to 0.1 dex. By comparison, the scatter among MRS [Fe/H] estimates of individual stars in a given cluster is ~0.1 dex for most clusters but 0.17 dex for the most metal-rich cluster, M71 (<[Fe/H]> = -0.8). A star-by-star comparison of HRS vs. MRS [alpha/Fe] estimates indicates that the precision in [alpha/Fe]_MRS is 0.05 dex. The errors in [Fe/H]_MRS and [alpha/Fe]_MRS increase beyond 0.25 dex only below signal-to-noise ratios of 20 A^(-1), which is typical for existing MRS of the red giant stars in Leo I, one of the most distant Milky Way satellites (250 kpc).
[ { "version": "v1", "created": "Tue, 22 Apr 2008 20:00:03 GMT" }, { "version": "v2", "created": "Tue, 24 Jun 2008 22:29:24 GMT" } ]
2008-08-09T00:00:00
[ [ "Kirby", "Evan N.", "" ], [ "Guhathakurta", "Puragra", "" ], [ "Sneden", "Christopher", "" ] ]
0806.0548
Jun Goryo
Jun Goryo
Impurity Induced Polar Kerr Effect in A Chiral p-wave Superconductor
4 pages, 2 figures, accepted for publication in Phys. Rev. B Rapid Communication
Phys. Rev. B 78, 060501(R) (2008)
10.1103/PhysRevB.78.060501
null
cond-mat.supr-con
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We discuss the polar Kerr effect (PKE) in a chiral p-wave (p_x+i p_y-wave) superconductor. It is found that the off-diagonal component of a current-current correlation function is induced by impurity scattering in the chiral p-wave condensate, and a nonzero Hall conductivity is obtained using the Kubo formula. We estimate the Kerr rotation angle by using this impurity-induced Hall conductivity and compare it with experimental results [Jing Xia et al., Phys. Rev. Lett. 97, 167002 (2006)].
[ { "version": "v1", "created": "Tue, 3 Jun 2008 08:22:58 GMT" }, { "version": "v2", "created": "Thu, 19 Jun 2008 07:45:30 GMT" }, { "version": "v3", "created": "Sun, 22 Jun 2008 06:38:10 GMT" }, { "version": "v4", "created": "Thu, 24 Jul 2008 06:59:49 GMT" } ]
2008-08-09T00:00:00
[ [ "Goryo", "Jun", "" ] ]
0806.3597
Cong-Xin Qiu
Cong-Xin Qiu
Kaluza-Klein Contamination in Fermi Accelerated Environments
28 pages, 7 figures
null
null
null
hep-ph astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Astrophysical constraints of new physics are often limited to weakly interacting light particles, such as axions, the Kaluza-Klein (KK) gravitons from the ADD model, sterile neutrinos and unparticles. We discuss the possibility for an astrophysical scenario to (dis)confirm new physics for heavy particles beyond TeV energy scale. In our scenario, the KK protons (the KK excited quarks/gluons within protons) within the framework of universal extra dimensions (UEDs), are produced by high energy p + p collisions in Fermi accelerated environments, with protonic isotropic spectrum d N / d E \propto E^-2 up to at least 10^18 eV. Thus, because they are also electrically charged, they should be re-accelerated by mechanism similar to normal protons. The KK states (no matter whether they have already decayed to the lightest KK particle or not) should contaminate 10^-5 to 10^-2 of cosmic-ray events for some fixed energy E (within some suitable assumptions). Hence, if we have techniques to identify them from air shower data, we can constrain UEDs scenario. Our method is an "existence proof" that we can constrain new physics beyond TeV scale or much higher by classical astrophysical scenarios, which can also be generalized to supersymmetric models, the bulk Standard Model fields within the RS model, and the endlessly emerging new models. Moreover, it can exploit domains which have no possibility to be studied in terrestrial experiments.
[ { "version": "v1", "created": "Mon, 23 Jun 2008 16:05:35 GMT" }, { "version": "v2", "created": "Sat, 9 Aug 2008 06:54:09 GMT" } ]
2008-08-09T00:00:00
[ [ "Qiu", "Cong-Xin", "" ] ]
0807.0748
Aristide Lemaitre
Aristide Lema\^itre (LPN), Audrey Miard (LPN), Laurent Travers (LPN), Olivia Mauguin (LPN), Ludovic Largeau (LPN), Catherine Gourdon (INSP), Vincent Jeudy (INSP), Michael Tran (UMP CNRS/THALES), Jean-Marie George (UMP CNRS/THALES)
Strain-Control of the magnetic anisotropy in (Ga,Mn)(As,P) ferromagnetic semiconductor layers
null
Applied Physics Letters 93 (2008) 021123
10.1063/1.2963979
null
cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A small fraction of phosphorus (up to 10 %) was incorporated in ferromagnetic (Ga,Mn)As epilayers grown on a GaAs substrate. P incorporation allows reducing the epitaxial strain or even change its sign, resulting in strong modifications of the magnetic anisotropy. In particular a reorientation of the easy axis toward the growth direction is observed for high P concentration. It offers an interesting alternative to the metamorphic approach, in particular for magnetization reversal experiments where epitaxial defects stongly affect the domain wall propagation.
[ { "version": "v1", "created": "Fri, 4 Jul 2008 13:16:20 GMT" } ]
2008-08-09T00:00:00
[ [ "Lemaître", "Aristide", "", "LPN" ], [ "Miard", "Audrey", "", "LPN" ], [ "Travers", "Laurent", "", "LPN" ], [ "Mauguin", "Olivia", "", "LPN" ], [ "Largeau", "Ludovic", "", "LPN" ], [ "Gourdon", "Catherine", "", "INSP" ], [ "Jeudy", "Vincent", "", "INSP" ], [ "Tran", "Michael", "", "UMP CNRS/THALES" ], [ "George", "Jean-Marie", "", "UMP\n CNRS/THALES" ] ]
0807.4349
Sergei Suslov K
Erwin Suazo, Sergei K. Suslov, and Jose M. Vega-Guzman
The Riccati Differential Equation and a Diffusion-Type Equation
12 pages, no figures
null
null
null
math-ph math.MP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We construct an explicit solution of the Cauchy initial value problem for certain diffusion-type equations with variable coefficients on the entire real line. The corresponding Green function (heat kernel) is given in terms of elementary functions and certain integrals involving a characteristic function, which should be found as an analytic or numerical solution of the second order linear differential equation with time-dependent coefficients. Some special and limiting cases are outlined. Solution of the corresponding non-homogeneous equation is also found.
[ { "version": "v1", "created": "Mon, 28 Jul 2008 03:24:47 GMT" }, { "version": "v2", "created": "Wed, 30 Jul 2008 23:03:07 GMT" }, { "version": "v3", "created": "Fri, 1 Aug 2008 19:38:56 GMT" }, { "version": "v4", "created": "Fri, 8 Aug 2008 21:27:17 GMT" } ]
2008-08-09T00:00:00
[ [ "Suazo", "Erwin", "" ], [ "Suslov", "Sergei K.", "" ], [ "Vega-Guzman", "Jose M.", "" ] ]
0808.0148
James Lee
Punyashloka Biswal, James R. Lee, Satish Rao
Eigenvalue bounds, spectral partitioning, and metrical deformations via flows
Minor revisions
null
null
null
cs.DS cs.CG math.MG math.SP
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We present a new method for upper bounding the second eigenvalue of the Laplacian of graphs. Our approach uses multi-commodity flows to deform the geometry of the graph; we embed the resulting metric into Euclidean space to recover a bound on the Rayleigh quotient. Using this, we show that every $n$-vertex graph of genus $g$ and maximum degree $d$ satisfies $\lambda_2(G) = O((g+1)^3 d/n)$. This recovers the $O(d/n)$ bound of Spielman and Teng for planar graphs, and compares to Kelner's bound of $O((g+1) poly(d)/n)$, but our proof does not make use of conformal mappings or circle packings. We are thus able to extend this to resolve positively a conjecture of Spielman and Teng, by proving that $\lambda_2(G) = O(d h^6 \log h/n)$ whenever $G$ is $K_h$-minor free. This shows, in particular, that spectral partitioning can be used to recover $O(\sqrt{n})$-sized separators in bounded degree graphs that exclude a fixed minor. We extend this further by obtaining nearly optimal bounds on $\lambda_2$ for graphs which exclude small-depth minors in the sense of Plotkin, Rao, and Smith. Consequently, we show that spectral algorithms find small separators in a general class of geometric graphs. Moreover, while the standard "sweep" algorithm applied to the second eigenvector may fail to find good quotient cuts in graphs of unbounded degree, our approach produces a vector that works for arbitrary graphs. This yields an alternate proof of the result of Alon, Seymour, and Thomas that every excluded-minor family of graphs has $O(\sqrt{n})$-node balanced separators.
[ { "version": "v1", "created": "Fri, 1 Aug 2008 16:45:16 GMT" }, { "version": "v2", "created": "Sat, 9 Aug 2008 15:54:35 GMT" } ]
2008-08-09T00:00:00
[ [ "Biswal", "Punyashloka", "" ], [ "Lee", "James R.", "" ], [ "Rao", "Satish", "" ] ]
math/0608668
Mathias Schulze
Mathias Schulze and Uli Walther
Irregularity of hypergeometric systems via slopes along coordinate subspaces
44 pages, 3 figures, choose PS or PDF to see figures, new Lemma 2.8 fills gap in previous version of Lemma 2.12, error in previous version of Theorem 3.2 repaired by considering L-holonomic modules in Sections 3.2 and 4.2
Duke Math. J. 142,3 (2008), 465-509
10.1215/00127094-2008-011
null
math.AG math.CO
null
We study the irregularity sheaves attached to the $A$-hypergeometric $D$-module $M_A(\beta)$ introduced by Gel'fand et al., where $A\in\mathbb{Z}^{d\times n}$ is pointed of full rank and $\beta\in\mathbb{C}^d$. More precisely, we investigate the slopes of this module along coordinate subspaces. In the process we describe the associated graded ring to a positive semigroup ring for a filtration defined by an arbitrary weight vector $L$ on torus equivariant generators. To this end we introduce the $(A,L)$-umbrella, a simplicial complex determined by $A$ and $L$, and identify its facets with the components of the associated graded ring. We then establish a correspondence between the full $(A,L)$-umbrella and the components of the $L$-characteristic variety of $M_A(\beta)$. We compute in combinatorial terms the multiplicities of these components in the $L$-characteristic cycle of the associated Euler-Koszul complex, identifying them with certain intersection multiplicities. We deduce from this that slopes of $M_A(\beta)$ are combinatorial, independent of $\beta$, and in one-to-one correspondence with jumps of the $(A,L)$-umbrella. This confirms a conjecture of Sturmfels and gives a converse of a theorem of Hotta: $M_A(\beta)$ is regular if and only if $A$ defines a projective variety.
[ { "version": "v1", "created": "Sun, 27 Aug 2006 17:55:58 GMT" }, { "version": "v2", "created": "Sun, 17 Jun 2007 22:25:37 GMT" }, { "version": "v3", "created": "Tue, 5 Feb 2008 22:06:29 GMT" } ]
2008-08-09T00:00:00
[ [ "Schulze", "Mathias", "" ], [ "Walther", "Uli", "" ] ]
math/9811079
Tom Hales
Thomas C. Hales, Sean McLaughlin
A proof of the dodecahedral conjecture
49 pages. The text has been completely rewritten in this version. The mathematical argument is the same as that presented in earlier versions
null
null
null
math.MG
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The dodecahedral conjecture states that the volume of the Voronoi polyhedron of a sphere in a packing of equal spheres is at least the volume of a regular dodecahedron with inradius 1. The authors prove the conjecture following the methodology of the proof the Kepler conjecture. (See math.MG/9811071.)
[ { "version": "v1", "created": "Wed, 11 Nov 1998 07:07:49 GMT" }, { "version": "v2", "created": "Wed, 5 Jun 2002 22:05:25 GMT" }, { "version": "v3", "created": "Sat, 9 Aug 2008 13:21:08 GMT" } ]
2008-08-09T00:00:00
[ [ "Hales", "Thomas C.", "" ], [ "McLaughlin", "Sean", "" ] ]
0704.2287
Dimo Uzunov I.
Dimo I. Uzunov
New fluctuation-driven phase transitions and critical phenomena in unconventional superconductors
null
Communication E17-2006-128 (JINR-Dubna)
null
Communication E17-2006-128 (JINR-Dubna)
cond-mat.supr-con cond-mat.stat-mech
null
Using the renormalization group method, new type of fluctuation-driven first order phase transitions and critical phenomena are predicted for certain classes of ferromagnetic superconductors and superfluids with unconventional (spin-triplet) Cooper pairing. The problem for the quantum phase transitions at extremely low and zero temperatures is also discussed. The results can be applied to a wide class of ferromagnetic superconductive and superfluid systems, in particular, to itinerant ferromagnets as UGe2 and URhGe.
[ { "version": "v1", "created": "Wed, 18 Apr 2007 08:38:06 GMT" } ]
2008-08-08T00:00:00
[ [ "Uzunov", "Dimo I.", "" ] ]
0707.2668
Miroslav Pardy
Miroslav Pardy
The photo-electric effect in the bi-layer graphite
10 pages
null
null
null
hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We derive the differential probability of the photoelectric effect realized at the very low temperature of double graphene in the very strong magnetic field. The relation of this effect to the elementary particle physics, nuclear physics and Einstein gravity is mentioned. Our approach is the analogue of the Landau discovery of the diamagnetism, where Landau supposed the parabolic dispersion relations for the model of diamagnetism.
[ { "version": "v1", "created": "Wed, 18 Jul 2007 08:25:39 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 08:54:10 GMT" } ]
2008-08-08T00:00:00
[ [ "Pardy", "Miroslav", "" ] ]
0708.2041
Andrew Baker
Andrew Baker, Helen Gilmour and Philipp Reinhard
Topological Andr\'e-Quillen homology for cellular commutative $S$-algebras
Final revision, a version will appear in Abhandlungen aus dem Mathematischen Seminar der Universitaet Hamburg
null
10.1007/s12188-008-0005-9
null
math.AT math.KT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Topological Andr\'e-Quillen homology for commutative $S$-algebras was introduced by Basterra following work of Kriz, and has been intensively studied by several authors. In this paper we discuss it as a homology theory on CW $S$-algebras and apply it to obtain results on minimal atomic $p$-local $S$-algebras which generalise those of Baker and May for $p$-local spectra and simply connected spaces. We exhibit some new examples of minimal atomic $S$-algebras.
[ { "version": "v1", "created": "Wed, 15 Aug 2007 14:03:50 GMT" }, { "version": "v2", "created": "Fri, 17 Aug 2007 10:13:28 GMT" }, { "version": "v3", "created": "Thu, 4 Oct 2007 10:43:35 GMT" }, { "version": "v4", "created": "Mon, 12 May 2008 16:05:05 GMT" }, { "version": "v5", "created": "Fri, 8 Aug 2008 15:55:39 GMT" } ]
2008-08-08T00:00:00
[ [ "Baker", "Andrew", "" ], [ "Gilmour", "Helen", "" ], [ "Reinhard", "Philipp", "" ] ]
0711.1638
Blake Winter
Blake Winter
The Classification of Spun Torus Knots
12 pages, 6 figures
null
null
null
math.GT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
S. Satoh has defined a construction to obtain a ribbon torus knot given a welded knot. This construction is known to be surjective. We show that it is not injective. Using the invariant of the peripheral structure, it is possible to provide a restriction on this failure of injectivity. In particular we also provide an algebraic classification of the construction when restricted to classical knots, where it is equivalent to the torus spinning construction.
[ { "version": "v1", "created": "Sun, 11 Nov 2007 05:05:52 GMT" }, { "version": "v2", "created": "Thu, 15 Nov 2007 21:15:21 GMT" }, { "version": "v3", "created": "Thu, 7 Aug 2008 23:26:36 GMT" } ]
2008-08-08T00:00:00
[ [ "Winter", "Blake", "" ] ]
0711.2922
Richard Pettigrew
J. P. Mayberry and Richard Pettigrew
Natural Number Arithmetic in the Theory of Finite Sets
53 pages; second version; section 6 added; section 12 revised; material added on connection with bounded arithmetic
null
null
null
math.LO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We describe a theory of finite sets, and investigate the analogue of Dedekind's theory of natural number systems (simply infinite systems) in this theory. Unlike the infinitary case, in our theory, natural number systems come in differing lengths and with different closure properties. We give examples of natural number systems incomparable in length; we define hierarchies of natural number systems closed under increasingly powerful functions; and we describe a method by which to construct natural number systems with given closure properties. These natural number systems form natural models for various systems of weak arithmetic.
[ { "version": "v1", "created": "Mon, 19 Nov 2007 13:29:18 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 10:47:06 GMT" } ]
2008-08-08T00:00:00
[ [ "Mayberry", "J. P.", "" ], [ "Pettigrew", "Richard", "" ] ]
0711.4892
Jonathan Tennenbaum
Danil Doubochinski, Jonathan Tennenbaum
The Macroscopic Quantum Effect in Nonlinear Oscillating Systems: a Possible Bridge between Classical and Quantum Physics
12 pages, 2 figures. Paper presented at Seminar "Atomic Structure: New Ideas and Perspectives", Moscow, Jan. 15, 2007
null
null
null
physics.gen-ph
null
Einstein, De Broglie and others hoped that the schism between classical and quantum physics might one day be overcome by a theory taking into account the essential nonlinearity of elementary physical processes. However, neither their attempts, nor subsequent ones were able to supply a unifying principle that could serve as a starting-point for a coherent understanding of both microphysical and macroscopic phenomena. In the late 1960s the phenomenon of amplitude quantization, or Macroscopic Quantum Effect (MQE), was discovered in a class of nonlinear oscillating systems in which two or more subsystems are coupled to each other by interactions having a specific phase-dependent character -- so-called argumental interactions. Experimental and theoretical studies of the MQE, carried out up to the present time, suggest the possibility of a new conceptual framework for physics, which would provide a bridge between classical and quantum physics, replacing the Newtonian notion of "force" by a new conception of physical interaction. The present paper presents a brief introduction to the MQE and some ideas about its possible significance in the search for new approaches to the understanding of quantum phenomena.
[ { "version": "v1", "created": "Fri, 30 Nov 2007 09:51:36 GMT" } ]
2008-08-08T00:00:00
[ [ "Doubochinski", "Danil", "" ], [ "Tennenbaum", "Jonathan", "" ] ]
0712.0458
Wen-Yu Wen
Wen-Yu Wen
Inflation in a refined racetrack
10 pages, 6 figures
Modern Phys. Lett. A 23 (2008) 1589 - 1597
10.1142/S0217732308027989
null
hep-th astro-ph hep-ph
null
In this note, we refine the racetrack inflation model constructed in arXiv:hep-th/0406230 by including the open string modulus. This modulus encodes the embedding of our braneworld inside some Calabi-Yau throat. We argue that in generic this open string modulus dynamically runs with the inflaton field thanks to its nonlinear coupling. A full analysis becomes difficult because the scalar potential changes progressively during the inflation epoch. Nevertheless, by explicit construction we are still able to build a realistic model through appropriate choices of the initial conditions.
[ { "version": "v1", "created": "Tue, 4 Dec 2007 09:13:36 GMT" } ]
2008-08-08T00:00:00
[ [ "Wen", "Wen-Yu", "" ] ]
0801.3273
Johan Peter Uldall Fynbo
Johan P. U. Fynbo (1), J. Xavier Prochaska (2), Jesper Sommer-Larsen (3,1), Miroslava Dessauges-Zavadsky (4), Palle Moller (5) ((1) Dark Cosmology Centre, NBI, Copenhagen, Denmark; (2) UCO/Lick Observatory, USA; (3) Excellence Cluster Universe, TUM, Munich, Germany; (4) Geneva Observatory, Switzerland; (5) European Southern Observatory, Garching, Germany)
Reconciling the Metallicity Distributions of Gamma-ray Burst, Damped Lyman-alpha, and Lyman-break Galaxies at z=3
31 pages, 6 figures. Accepted for publication in ApJ
Astrophys. J. 683 (2008) 321-328
10.1086/589555
null
astro-ph
null
We test the hypothesis that the host galaxies of long-duration gamma-ray bursts (GRBs) as well as quasar-selected damped Lyman-alpha (DLA) systems are drawn from the population of UV-selected star-forming, high-z galaxies (generally referred to as Lyman-break galaxies). Specifically, we compare the metallicity distributions of the GRB and DLA populations to simple models where these galaxies are drawn randomly from the distribution of star-forming galaxies according to their star-formation rate and HI cross-section respectively. We find that it is possible to match both observational distributions assuming very simple and constrained relations between luminosity, metallicity and HI sizes. The simple model can be tested by observing the luminosity distribution of GRB host galaxies and by measuring the luminosity and impact parameters of DLA selected galaxies as a function of metallicity. Our results support the expectation that GRB and DLA samples, in contrast to magnitude limited surveys, provide an almost complete census of z=3 star-forming galaxies that are not heavily dust-obscured.
[ { "version": "v1", "created": "Tue, 22 Jan 2008 13:24:46 GMT" }, { "version": "v2", "created": "Sun, 13 Apr 2008 10:55:13 GMT" } ]
2008-08-08T00:00:00
[ [ "Fynbo", "Johan P. U.", "" ], [ "Prochaska", "J. Xavier", "" ], [ "Sommer-Larsen", "Jesper", "" ], [ "Dessauges-Zavadsky", "Miroslava", "" ], [ "Moller", "Palle", "" ] ]
0802.0727
Finnur Larusson
Finnur Larusson and Rasul Shafikov
Schlicht envelopes of holomorphy and foliations by lines
Version 2: Terminology revised and title changed in view of information about the origins of what we now call "the schlichtness lemma" that we didn't have when we finished version 1. Version 3: A few minor changes. To appear in Journal of Geometric Analysis
null
null
null
math.CV
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Given a domain Y in a complex manifold X, it is a difficult problem with no general solution to determine whether Y has a schlicht envelope of holomorphy in X, and if it does, to describe the envelope. The purpose of this paper is to tackle the problem with the help of a smooth 1-dimensional foliation F of X with no compact leaves. We call a domain Y in X an interval domain with respect to F if Y intersects every leaf of F in a nonempty connected set. We show that if X is Stein and if F satisfies a new property called quasiholomorphicity, then every interval domain in X has a schlicht envelope of holomorphy, which is also an interval domain. This result is a generalization and a global version of a well-known lemma from the mid-1980s. We illustrate the notion of quasiholomorphicity with sufficient conditions, examples, and counterexamples, and present some applications, in particular to a little-studied boundary regularity property of domains called local schlichtness.
[ { "version": "v1", "created": "Wed, 6 Feb 2008 01:36:13 GMT" }, { "version": "v2", "created": "Tue, 12 Feb 2008 00:20:42 GMT" }, { "version": "v3", "created": "Fri, 8 Aug 2008 00:59:55 GMT" } ]
2008-08-08T00:00:00
[ [ "Larusson", "Finnur", "" ], [ "Shafikov", "Rasul", "" ] ]
0802.1324
Chien Yu Chen
C. Y. Chen
Probe Annihilation process on noncommutative spacetime
This paper has been withdrawn
null
null
null
hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
This paper has been withdrawn by Chien-Yu, Chen due to the authors fields error.
[ { "version": "v1", "created": "Sun, 10 Feb 2008 15:43:03 GMT" }, { "version": "v2", "created": "Mon, 3 Mar 2008 15:41:35 GMT" }, { "version": "v3", "created": "Fri, 14 Mar 2008 13:07:43 GMT" }, { "version": "v4", "created": "Wed, 2 Jul 2008 12:58:55 GMT" }, { "version": "v5", "created": "Sat, 2 Aug 2008 18:56:11 GMT" }, { "version": "v6", "created": "Thu, 7 Aug 2008 23:12:21 GMT" } ]
2008-08-08T00:00:00
[ [ "Chen", "C. Y.", "" ] ]
0803.2448
Peter Bokes
P. Bokes, F. Corsetti, and R. W. Godby
Stroboscopic wavepacket description of non-equilibrium many-electron problems
4 pages, 2 figures
Phys. Rev. Lett. 101, 046402 (2008)
10.1103/PhysRevLett.101.046402
null
cond-mat.mtrl-sci cond-mat.mes-hall
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We introduce the construction of a orthogonal wavepacket basis set, using the concept of stroboscopic time propagation, tailored to the efficient description of non-equilibrium extended electronic systems. Thanks to three desirable properties of this basis, significant insight is provided into non-equilibrium processes (both time-dependent and steady-state), and reliable physical estimates of various many-electron quantities such as density, current and spin polarization can be obtained. The use of this novel tool is demonstrated for time-dependent switching-on of the bias in quantum transport, and new results are obtained for current-induced spin accumulation at the edge of a 2D doped semiconductor caused by edge-induced spin-orbit interaction.
[ { "version": "v1", "created": "Mon, 17 Mar 2008 14:01:44 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 13:10:36 GMT" } ]
2008-08-08T00:00:00
[ [ "Bokes", "P.", "" ], [ "Corsetti", "F.", "" ], [ "Godby", "R. W.", "" ] ]
0803.3114
Hiromi Otsuka
Hiromi Otsuka and Kiyohide Nomura
Critical intermediate phase and phase transitions in a triangular-lattice three-spin interaction model: Level-spectroscopy approach
23 pages, 5 figures; corrected typos
J. Phys. A: Math. Theor. 41 (2008) 375001
10.1088/1751-8113/41/37/375001
null
cond-mat.stat-mech
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We investigate infinite-order phase transitions like the Berezinskii-Kosterlitz-Thouless transition observed in a triangular-lattice three-spin interaction model. Based on a field theoretical description and the operator-production-expansion technique, we perform the renormalization-group analysis, and then clarify properties of marginal operators near the phase transition points. The results are utilized to establish criteria to determine the transition points and some universal relations among excitation levels to characterize the transitions. We verify these predictions via the numerical analysis on eigenvalue structures of the transfer matrix. Also, we discuss an enhancement of symmetry at the end points of a critical intermediate phase in connection with a transition observed in the ground state of the bilinear-biquadratic spin-1 chain.
[ { "version": "v1", "created": "Fri, 21 Mar 2008 06:00:22 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 06:20:04 GMT" } ]
2008-08-08T00:00:00
[ [ "Otsuka", "Hiromi", "" ], [ "Nomura", "Kiyohide", "" ] ]
0803.3462
Grant Wilson
G. W. Wilson, D. Hughes, I. Aretxaga, H. Ezawa, J. E. Austermann, S. Doyle, D. Ferrusca, I. Hernandez-Curiel, R. Kawabe, T. Kitayama, K. Kohno, A. Kuboi, H. Matsuo, P.D. Mauskopf, Y. Murakoshi, A. Montana, P. Natarajan, T. Oshima, N. Ota, T. Perera, J. Rand, K. S. Scott, K. Tanaka, M. Tsuboi, C. C. Williams, N. Yamaguchi, M. S. Yun
A bright, dust-obscured, millimeter-selected galaxy beyond the Bullet Cluster (1E0657-56)
11 pages, 7 figures, accepted by MNRAS
null
null
null
astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Deep 1.1 mm continuum observations of 1E0657-56 (the "Bullet Cluster") taken with the millimeter-wavelength camera AzTEC on the 10-m Atacama Submillimeter Telescope Experiment (ASTE), have revealed an extremely bright (S$_{\rm{1.1mm}}=15.9$ mJy) unresolved source. This source, MMJ065837-5557.0, lies close to a maximum in the density of underlying mass-distribution, towards the larger of the two interacting clusters as traced by the weak-lensing analysis of Clowe et al. 2006. Using optical--IR colours we argue that MMJ065837-5557.0 lies at a redshift of $z = 2.7 \pm 0.2$. A lensing-derived mass-model for the Bullet Cluster shows a critical-line (caustic) of magnification within a few arcsecs of the AzTEC source, sufficient to amplify the intrinsic millimeter-wavelength flux of the AzTEC galaxy by a factor of $\gg 20$. After subtraction of the foreground cluster emission at 1.1mm due to the Sunyaev-Zel'dovich effect, and correcting for the magnification, the rest-frame FIR luminosity of MMJ065837-5557.0 is $\le 10^{12} \rm L_{\odot}$, characteristic of a luminous infrared galaxy (LIRG). We explore various scenarios to explain the colors, morphologies and positional offsets between the potential optical and IR counterparts, and their relationship with MMJ065837-5557.0. Until higher-resolution and more sensitive (sub)millimeter observations are available, the detection of background galaxies close to the caustics of massive lensing clusters offers the only opportunity to study this intrinsically faint millimeter-galaxy population.
[ { "version": "v1", "created": "Tue, 25 Mar 2008 13:30:13 GMT" }, { "version": "v2", "created": "Thu, 7 Aug 2008 21:22:16 GMT" } ]
2008-08-08T00:00:00
[ [ "Wilson", "G. W.", "" ], [ "Hughes", "D.", "" ], [ "Aretxaga", "I.", "" ], [ "Ezawa", "H.", "" ], [ "Austermann", "J. E.", "" ], [ "Doyle", "S.", "" ], [ "Ferrusca", "D.", "" ], [ "Hernandez-Curiel", "I.", "" ], [ "Kawabe", "R.", "" ], [ "Kitayama", "T.", "" ], [ "Kohno", "K.", "" ], [ "Kuboi", "A.", "" ], [ "Matsuo", "H.", "" ], [ "Mauskopf", "P. D.", "" ], [ "Murakoshi", "Y.", "" ], [ "Montana", "A.", "" ], [ "Natarajan", "P.", "" ], [ "Oshima", "T.", "" ], [ "Ota", "N.", "" ], [ "Perera", "T.", "" ], [ "Rand", "J.", "" ], [ "Scott", "K. S.", "" ], [ "Tanaka", "K.", "" ], [ "Tsuboi", "M.", "" ], [ "Williams", "C. C.", "" ], [ "Yamaguchi", "N.", "" ], [ "Yun", "M. S.", "" ] ]
0803.4017
Andreas Jaunsen O
A. O. Jaunsen, E. Rol, D. J. Watson, D. Malesani, J. P. U. Fynbo, B. Milvang-Jensen, J. Hjorth, P. M. Vreeswijk, J. -E. Ovaldsen, K. Wiersema, N. R. Tanvir, J. Gorosabel, A. J. Levan, M. Schirmer, and A. J. Castro-Tirado
GRB 070306: A Highly Extinguished Afterglow
28 pages, 6 figures, accepted for publication in ApJ
Astrophys. J. 681 (2008) 453-461
10.1086/588602
null
astro-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We report on the highly extinguished afterglow of GRB 070306 and the properties of the host galaxy. An optical afterglow was not detected at the location of the burst, but in near-infrared a doubling in brightness during the first night and later power-law decay in the K band provided a clear detection of the afterglow. The host galaxy is relatively bright, R ~ 22.8. An optical low resolution spectrum revealed a largely featureless host galaxy continuum with a single emission line. Higher resolution follow-up spectroscopy shows this emission to be resolved and consisting of two peaks separated by 7 AA, suggesting it to be [O II] at a redshift of z = 1.49594 +- 0.00006. The infrared color H-K = 2 directly reveals significant reddening. By modeling the optical/X-ray spectral energy distribution at t = 1.38 days with an extinguished synchrotron spectrum, we derive A_V = 5.5 +- 0.6 mag. This is among the largest values ever measured for a GRB afterglow and visual extinctions exceeding unity are rare. The importance of early NIR observations is obvious and may soon provide a clearer view into the once elusive 'dark bursts'.
[ { "version": "v1", "created": "Fri, 28 Mar 2008 08:37:19 GMT" } ]
2008-08-08T00:00:00
[ [ "Jaunsen", "A. O.", "" ], [ "Rol", "E.", "" ], [ "Watson", "D. J.", "" ], [ "Malesani", "D.", "" ], [ "Fynbo", "J. P. U.", "" ], [ "Milvang-Jensen", "B.", "" ], [ "Hjorth", "J.", "" ], [ "Vreeswijk", "P. M.", "" ], [ "Ovaldsen", "J. -E.", "" ], [ "Wiersema", "K.", "" ], [ "Tanvir", "N. R.", "" ], [ "Gorosabel", "J.", "" ], [ "Levan", "A. J.", "" ], [ "Schirmer", "M.", "" ], [ "Castro-Tirado", "A. J.", "" ] ]
0804.3768
Devina Pillay
D. Pillay, M.D. Johannes, I.I. Mazin and O.K. Andersen
The origin of a$_{1g}$ and e$_g$' orderings in Na$_x$CoO$_2$
4 pages, 3 figures
Phys. Rev. B 78, 012501 (2008)
10.1103/PhysRevB.78.012501
null
cond-mat.supr-con cond-mat.mtrl-sci
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
It has often been suggested that correlation effects suppress the small e_g' Fermi surface pockets of NaxCoO_2 that are predicted by LDA, but absent in ARPES measurements. It appears that within the dynamical mean field theory (DMFT) the ARPES can be reproduced only if the on-site energy of the eg' complex is lower than that of the a1g complex at the one-electron level, prior to the addition of local correlation effects. Current estimates regarding the order of the two orbital complexes range from -200 meV to 315 meV in therms of the energy difference. In this work, we perform density functional theory calculations of this one-electron splitting \Delta= \epsilon_a1g-\epsilon_e_g' for the full two-layer compound, Na2xCo2O4, accounting for the effects of Na ordering, interplanar interactions and octahedral distortion. We find that \epsilon a_1g-\epsilon e_g' is negative for all Na fillings and that this is primarily due to the strongly positive Coulomb field created by Na+ ions in the intercalant plane. This field disproportionately affects the a_1g orbital which protrudes farther upward from the Co plane than the e_g' orbitals. We discuss also the secondary effects of octahedral compression and multi-orbital filling on the value of \Delta as a function of Na content. Our results indicate that if the e_g' pockets are indeed suppressed that can only be due to nonlocal correlation effects beyond the standard DMFT.
[ { "version": "v1", "created": "Wed, 23 Apr 2008 18:01:04 GMT" } ]
2008-08-08T00:00:00
[ [ "Pillay", "D.", "" ], [ "Johannes", "M. D.", "" ], [ "Mazin", "I. I.", "" ], [ "Andersen", "O. K.", "" ] ]
0805.0328
Alexei Kaltchenko
Alexei Kaltchenko
Quantum Data Compression and Relative Entropy Revisited
7 pages, no figures, minor revision
Phys.Rev.A. 78 (2008) 022311
10.1103/PhysRevA.78.022311
null
quant-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
B. Schumacher and M. Westmoreland have established a quantum analog of a well-known classical information theory result on a role of relative entropy as a measure of non-optimality in (classical) data compression. In this paper, we provide an alternative, simple and constructive proof of this result by constructing quantum compression codes (schemes) from classical data compression codes. Moreover, as the quantum data compression/coding task can be effectively reduced to a (quasi-)classical one, we show that relevant results from classical information theory and data compression become applicable and therefore can be extended to the quantum domain.
[ { "version": "v1", "created": "Fri, 2 May 2008 23:34:55 GMT" }, { "version": "v2", "created": "Thu, 26 Jun 2008 22:55:47 GMT" } ]
2008-08-08T00:00:00
[ [ "Kaltchenko", "Alexei", "" ] ]
0807.0799
Bhavana Kanukurthi
Bhavana Kanukurthi and Leonid Reyzin
An Improved Robust Fuzzy Extractor
15 pages; to appear in SCN 2008
null
null
null
cs.CR
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We consider the problem of building robust fuzzy extractors, which allow two parties holding similar random variables W, W' to agree on a secret key R in the presence of an active adversary. Robust fuzzy extractors were defined by Dodis et al. in Crypto 2006 to be noninteractive, i.e., only one message P, which can be modified by an unbounded adversary, can pass from one party to the other. This allows them to be used by a single party at different points in time (e.g., for key recovery or biometric authentication), but also presents an additional challenge: what if R is used, and thus possibly observed by the adversary, before the adversary has a chance to modify P. Fuzzy extractors secure against such a strong attack are called post-application robust. We construct a fuzzy extractor with post-application robustness that extracts a shared secret key of up to (2m-n)/2 bits (depending on error-tolerance and security parameters), where n is the bit-length and m is the entropy of W. The previously best known result, also of Dodis et al., extracted up to (2m-n)/3 bits (depending on the same parameters).
[ { "version": "v1", "created": "Fri, 4 Jul 2008 17:24:29 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 07:12:32 GMT" } ]
2008-08-08T00:00:00
[ [ "Kanukurthi", "Bhavana", "" ], [ "Reyzin", "Leonid", "" ] ]
0807.2784
Tao Zhu
Shu-Fan Mo, Ji-Rong Ren, and Tao Zhu
The Bifurcation Theory of Magnetic Monopoles in a Charged Two-Condensate Bose-Einstein System
21 pages, 5 figures
J. Phys. A: Math. Theor. 41, 315214 (2008)
10.1088/1751-8113/41/31/315214
null
cond-mat.supr-con hep-th
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Magnetic monopoles, that are particle-like field configurations with which one can associate a topological charge, widely exist in various three dimensional condensate systems. In this paper, by making use of \emph{Duan}'s topological current theory, we obtain the charge density of magnetic monopoles and their bifurcation theory in a charged two condensate Bose-Einstein system. The evolution of magnetic monopoles is studied from the topological properties of a three-dimensional vector field. The magnetic monopoles are found generating or annihilating at the limit points and encountering, splitting, or merging at the bifurcation points.
[ { "version": "v1", "created": "Thu, 17 Jul 2008 13:51:09 GMT" } ]
2008-08-08T00:00:00
[ [ "Mo", "Shu-Fan", "" ], [ "Ren", "Ji-Rong", "" ], [ "Zhu", "Tao", "" ] ]
0807.2994
Ignacio Fern\'andez R\'ua
I.F. R\'ua, El\'ias F. Combarro, J. Ranilla
Classification of 64-element finite semifields
25 pages (1 appendix)
null
null
null
math.RA math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
A finite semifield $D$ is a finite nonassociative ring with identity such that the set $D^*=D\setminus\{0\}$ is closed under the product. In this paper we obtain a computer-assisted description of all 64-element finite semifields, which completes the classification of finite semifields of order 125 or less.
[ { "version": "v1", "created": "Fri, 18 Jul 2008 15:55:27 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 08:40:26 GMT" } ]
2008-08-08T00:00:00
[ [ "Rúa", "I. F.", "" ], [ "Combarro", "Elías F.", "" ], [ "Ranilla", "J.", "" ] ]
0807.3690
Tsutomu Hashimoto
Tsutomu Hashimoto
On a certain relation between Legendre's conjecture and Bertrand's postulate
6 pages; changed corollary in introduction; added [6] for references
null
null
null
math.GM
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove a certain relation between Legendre's conjecture and Bertrand's postulate in terms of a certain transformation of Legendre's function phi. We show a certain property of a prime.
[ { "version": "v1", "created": "Wed, 23 Jul 2008 14:52:58 GMT" }, { "version": "v2", "created": "Sat, 26 Jul 2008 10:17:31 GMT" }, { "version": "v3", "created": "Tue, 29 Jul 2008 15:23:26 GMT" }, { "version": "v4", "created": "Wed, 30 Jul 2008 15:10:35 GMT" }, { "version": "v5", "created": "Fri, 1 Aug 2008 15:30:40 GMT" }, { "version": "v6", "created": "Fri, 8 Aug 2008 03:38:40 GMT" } ]
2008-08-08T00:00:00
[ [ "Hashimoto", "Tsutomu", "" ] ]
0808.0774
Greg Brockman
Greg Brockman and Bill Kay
Elementary Techniques for Erdos-Ko-Rado-like Theorems
10 pages, 0 figures
null
null
null
math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The well-known Erdos-Ko-Rado Theorem states that if F is a family of k-element subsets of {1,2,...,n} (n>2k-1) such that every pair of elements in F has a nonempty intersection, then |F| is at most $\binom{n-1}{k-1}$. The theorem also provides necessary and sufficient conditions for attaining the maximum. We present elementary methods for deriving generalizations of the Erdos-Ko-Rado Theorem on several classes of combinatorial objects. We also extend our results to systems under Hamming intersection.
[ { "version": "v1", "created": "Wed, 6 Aug 2008 15:17:40 GMT" }, { "version": "v2", "created": "Fri, 8 Aug 2008 18:09:37 GMT" } ]
2008-08-08T00:00:00
[ [ "Brockman", "Greg", "" ], [ "Kay", "Bill", "" ] ]
0808.0920
Mahesh Arumugam
Mahesh Arumugam
A Distributed and Deterministic TDMA Algorithm for Write-All-With-Collision Model
14 pages
null
null
null
cs.OS cs.DC
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Several self-stabilizing time division multiple access (TDMA) algorithms are proposed for sensor networks. In addition to providing a collision-free communication service, such algorithms enable the transformation of programs written in abstract models considered in distributed computing literature into a model consistent with sensor networks, i.e., write all with collision (WAC) model. Existing TDMA slot assignment algorithms have one or more of the following properties: (i) compute slots using a randomized algorithm, (ii) assume that the topology is known upfront, and/or (iii) assign slots sequentially. If these algorithms are used to transform abstract programs into programs in WAC model then the transformed programs are probabilistically correct, do not allow the addition of new nodes, and/or converge in a sequential fashion. In this paper, we propose a self-stabilizing deterministic TDMA algorithm where a sensor is aware of only its neighbors. We show that the slots are assigned to the sensors in a concurrent fashion and starting from arbitrary initial states, the algorithm converges to states where collision-free communication among the sensors is restored. Moreover, this algorithm facilitates the transformation of abstract programs into programs in WAC model that are deterministically correct.
[ { "version": "v1", "created": "Wed, 6 Aug 2008 20:33:56 GMT" } ]
2008-08-08T00:00:00
[ [ "Arumugam", "Mahesh", "" ] ]
0808.0928
Kevin Carde
Kevin Carde, Joe Loubert, Aaron Potechin, Adrian Sanborn
Proof of Han's Hook Expansion Conjecture
10 pages, 1 figure
null
null
null
math.CO
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We prove a conjecture by Guo-Niu Han which interpolates between two known hook expansion formulas.
[ { "version": "v1", "created": "Wed, 6 Aug 2008 21:27:36 GMT" } ]
2008-08-08T00:00:00
[ [ "Carde", "Kevin", "" ], [ "Loubert", "Joe", "" ], [ "Potechin", "Aaron", "" ], [ "Sanborn", "Adrian", "" ] ]
0808.0929
Wiliam Herrera Trujillo
W. T. Herrera, S. M. Ramos, E. M. Baggio-Saitovitch, and F. J. Litterst
Kondo Effect and Spin Glass Behavior of Dilute Iron Clusters in Silver Studied by M\"{o}ssbauer Spectroscopy and Resistivity
null
null
null
null
cond-mat.str-el
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
Thin films of silver containing 0.3 - 1.5 at % Fe have been prepared by vapor co-deposition. Depending on substrate temperature and iron concentration we could systematically follow the formation of nanometer size clusters of iron from initially dilute iron monomers. samples were characterized via X-ray diffraction, resistivity and M\"{o}ssbauer spectroscopic measurements. The magnetic behavior derived from M\"{o}ssbauer data can be best described with an ensemble of ferromagnetic mono-domain particles. The magnetic freezing observed at low temperatures, is controlled via the inter-particle interactions mediated via conduction electron polarization, i.e. RKKY interaction. The interaction of the cluster magnetic moments with the conduction electron sea is best quantified by the electrical resistivity data. For all studied concentrations we find a non-monotonic variation with temperature which can be understood by competing shielding of the cluster moments by conduction electron spin scattering due to Kondo effect and the magnetic coupling.
[ { "version": "v1", "created": "Wed, 6 Aug 2008 21:27:59 GMT" } ]
2008-08-08T00:00:00
[ [ "Herrera", "W. T.", "" ], [ "Ramos", "S. M.", "" ], [ "Baggio-Saitovitch", "E. M.", "" ], [ "Litterst", "F. J.", "" ] ]
0808.0935
Cristine Villagonzalo
Naomi Jane Jacosalem and Cristine Villagonzalo
Tailor-made Quantum Well-in-a-Well Systems: Their Bound States and Scattering Properties
4 pages, 5 figures
null
null
null
cond-mat.mtrl-sci cond-mat.other
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
The resulting stationary states and scattering properties of an effective potential brought about by embedding a quantum well in another well are investigated in this work. The composite well system is constructed via a superposition of modified Poeschl - Teller potential wells. The energy spectrum in each composite well is obtained using the shooting method and the transport of a particle above this system is analyzed using the transfer matrix method. It is shown that decreasing the size of the embedded middle well lowers the ground state energy of the well-in-a-well system. Moreover, the bound states increase in number and become more evenly spaced. In addition, the transmission probability of a free particle incident above a composite well is lowest for the system with a large embedded well as compared to well-in-a-well systems of the same depth. Small variations in designed potential wells yield different quantum mechanical features.
[ { "version": "v1", "created": "Wed, 6 Aug 2008 23:20:06 GMT" } ]
2008-08-08T00:00:00
[ [ "Jacosalem", "Naomi Jane", "" ], [ "Villagonzalo", "Cristine", "" ] ]
0808.0941
Zvi Bern
C. F.Berger, Z. Bern, L. J. Dixon, F. Febres Cordero, D. Forde, H. Ita, D. A. Kosower and D. Maitre
One-Loop Multi-Parton Amplitudes with a Vector Boson for the LHC
Parallel talk in QCD session of the 34th International Conference on High Energy Physics, Philadelphia, USA, July 2008. 4 pages, LaTeX, 3 eps figures
null
null
SLAC-PUB-13355, MIT-CTP 3967, UCLA/08/TEP/26, Saclay-IPhT-T08/123
hep-ph
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
In this talk, we present the first, numerically stable, results for the one-loop amplitudes needed for computing W,Z + 3 jet cross sections at the LHC to next-to-leading order in the QCD coupling. We implemented these processes in BlackHat, an automated program based on on-shell methods. These methods scale very well with increasing numbers of external partons, and are applicable to a wide variety of problems of phenomenological interest at the LHC.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 17:52:28 GMT" } ]
2008-08-08T00:00:00
[ [ "Berger", "C. F.", "" ], [ "Bern", "Z.", "" ], [ "Dixon", "L. J.", "" ], [ "Cordero", "F. Febres", "" ], [ "Forde", "D.", "" ], [ "Ita", "H.", "" ], [ "Kosower", "D. A.", "" ], [ "Maitre", "D.", "" ] ]
0808.0948
Wei Kang
Wei Kang, Sennur Ulukus
Capacity of a Class of Diamond Channels
15 pages, 3 figures, submitted to IEEE Trans. on Information Theory
null
null
null
cs.IT math.IT
http://arxiv.org/licenses/nonexclusive-distrib/1.0/
We study a special class of diamond channels which was introduced by Schein in 2001. In this special class, each diamond channel consists of a transmitter, a noisy relay, a noiseless relay and a receiver. We prove the capacity of this class of diamond channels by providing an achievable scheme and a converse. The capacity we show is strictly smaller than the cut-set bound. Our result also shows the optimality of a combination of decode-and-forward (DAF) and compress-and-forward (CAF) at the noisy relay node. This is the first example where a combination of DAF and CAF is shown to be capacity achieving. Finally, we note that there exists a duality between this diamond channel coding problem and the Kaspi-Berger source coding problem.
[ { "version": "v1", "created": "Thu, 7 Aug 2008 02:45:36 GMT" } ]
2008-08-08T00:00:00
[ [ "Kang", "Wei", "" ], [ "Ulukus", "Sennur", "" ] ]