Skip to main content

Showing 1–38 of 38 results for author: Włodarczyk, M

.
  1. arXiv:2505.03353  [pdf, other

    cs.DS

    Planar Disjoint Shortest Paths is Fixed-Parameter Tractable

    Authors: Michał Pilipczuk, Giannos Stamoulis, Michał Włodarczyk

    Abstract: In the Disjoint Shortest Paths problem one is given a graph $G$ and a set $\mathcal{T}=\{(s_1,t_1),\dots,(s_k,t_k)\}$ of $k$ vertex pairs. The question is whether there exist vertex-disjoint paths $P_1,\dots,P_k$ in $G$ so that each $P_i$ is a shortest path between $s_i$ and $t_i$. While the problem is known to be W[1]-hard in general, we show that it is fixed-parameter tractable on planar graphs… ▽ More

    Submitted 6 May, 2025; originally announced May 2025.

    Comments: 55 pages

  2. arXiv:2410.06343  [pdf, other

    cs.DS

    Losing Treewidth In The Presence Of Weights

    Authors: Michał Włodarczyk

    Abstract: In the Weighted Treewidth-$η$ Deletion problem we are given a node-weighted graph $G$ and we look for a vertex subset $X$ of minimum weight such that the treewidth of $G-X$ is at most $η$. We show that Weighted Treewidth-$η$ Deletion admits a randomized polynomial-time constant-factor approximation algorithm for every fixed $η$. Our algorithm also works for the more general Weighted Planar $F$-M-D… ▽ More

    Submitted 8 October, 2024; originally announced October 2024.

    Comments: To appear at SODA 2025

  3. arXiv:2409.03596  [pdf, other

    cs.DS

    Constant Approximating Disjoint Paths on Acyclic Digraphs is W[1]-hard

    Authors: Michał Włodarczyk

    Abstract: In the Disjoint Paths problem, one is given a graph with a set of $k$ vertex pairs $(s_i,t_i)$ and the task is to connect each $s_i$ to $t_i$ with a path, so that the $k$ paths are pairwise disjoint. In the optimization variant, Max Disjoint Paths, the goal is to maximize the number of vertex pairs to be connected. We study this problem on acyclic directed graphs, where Disjoint Paths is known to… ▽ More

    Submitted 5 September, 2024; originally announced September 2024.

    Comments: To appear at ISAAC 2024

  4. arXiv:2409.03526  [pdf, other

    cs.DS cs.CC

    Does Subset Sum Admit Short Proofs?

    Authors: Michał Włodarczyk

    Abstract: We investigate the question whether Subset Sum can be solved by a polynomial-time algorithm with access to a certificate of length poly(k) where k is the maximal number of bits in an input number. In other words, can it be solved using only few nondeterministic bits? This question has motivated us to initiate a systematic study of certification complexity of parameterized problems. Apart from Su… ▽ More

    Submitted 5 September, 2024; originally announced September 2024.

    Comments: To appear at ISAAC 2024

  5. arXiv:2309.16892  [pdf, other

    cs.DS

    Kernels for the Disjoint Paths Problem on Subclasses of Chordal Graphs

    Authors: Juhi Chaudhary, Harmender Gahlawat, Michal Włodarczyk, Meirav Zehavi

    Abstract: Given an undirected graph $G$ and a multiset of $k$ terminal pairs $\mathcal{X}$, the Vertex-Disjoint Paths (\VDP) and Edge-Disjoint Paths (\EDP) problems ask whether $G$ has $k$ pairwise internally vertex-disjoint paths and $k$ pairwise edge-disjoint paths, respectively, connecting every terminal pair in~$\mathcal{X}$. In this paper, we study the kernelization complexity of \VDP~and~\EDP~on subcl… ▽ More

    Submitted 28 September, 2023; originally announced September 2023.

    Comments: A preliminary version of this paper will appear in the Proceedings of IPEC 2023

  6. arXiv:2309.15645  [pdf, other

    cs.DS

    Sidestepping Barriers for Dominating Set in Parameterized Complexity

    Authors: Ioannis Koutis, Michał Włodarczyk, Meirav Zehavi

    Abstract: We study the classic {\sc Dominating Set} problem with respect to several prominent parameters. Specifically, we present algorithmic results that sidestep time complexity barriers by the incorporation of either approximation or larger parameterization. Our results span several parameterization regimes, including: (i,ii,iii) time/ratio-tradeoff for the parameters {\em treewidth}, {\em vertex modula… ▽ More

    Submitted 27 September, 2023; originally announced September 2023.

    Comments: Accepted to IPEC'23

  7. arXiv:2309.11366  [pdf, other

    cs.DS

    Single-Exponential FPT Algorithms for Enumerating Secluded $\mathcal{F}$-Free Subgraphs and Deleting to Scattered Graph Classes

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michał Włodarczyk

    Abstract: The celebrated notion of important separators bounds the number of small $(S,T)$-separators in a graph which are 'farthest from $S$' in a technical sense. In this paper, we introduce a generalization of this powerful algorithmic primitive that is phrased in terms of $k$-secluded vertex sets: sets with an open neighborhood of size at most $k$. In this terminology, the bound on important separator… ▽ More

    Submitted 20 September, 2023; originally announced September 2023.

    Comments: To appear at ISAAC'23

  8. arXiv:2308.06145  [pdf, other

    cs.DS

    Finding Long Directed Cycles Is Hard Even When DFVS Is Small Or Girth Is Large

    Authors: Ashwin Jacob, Michał Włodarczyk, Meirav Zehavi

    Abstract: We study the parameterized complexity of two classic problems on directed graphs: Hamiltonian Cycle and its generalization {\sc Longest Cycle}. Since 2008, it is known that Hamiltonian Cycle is W[1]-hard when parameterized by directed treewidth [Lampis et al., ISSAC'08]. By now, the question of whether it is FPT parameterized by the directed feedback vertex set (DFVS) number has become a longstand… ▽ More

    Submitted 11 August, 2023; originally announced August 2023.

    Comments: Accepted to ESA 2023

  9. arXiv:2307.06792  [pdf, other

    cs.DS

    Planar Disjoint Paths, Treewidth, and Kernels

    Authors: Michał Włodarczyk, Meirav Zehavi

    Abstract: In the Planar Disjoint Paths problem, one is given an undirected planar graph with a set of $k$ vertex pairs $(s_i,t_i)$ and the task is to find $k$ pairwise vertex-disjoint paths such that the $i$-th path connects $s_i$ to $t_i$. We study the problem through the lens of kernelization, aiming at efficiently reducing the input size in terms of a parameter. We show that Planar Disjoint Paths does no… ▽ More

    Submitted 13 July, 2023; originally announced July 2023.

    Comments: To appear at FOCS'23, 82 pages, 30 figures

  10. arXiv:2306.17065  [pdf, other

    cs.DS cs.CC

    5-Approximation for $\mathcal{H}$-Treewidth Essentially as Fast as $\mathcal{H}$-Deletion Parameterized by Solution Size

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michal Wlodarczyk

    Abstract: The notion of $\mathcal{H}$-treewidth, where $\mathcal{H}$ is a hereditary graph class, was recently introduced as a generalization of the treewidth of an undirected graph. Roughly speaking, a graph of $\mathcal{H}$-treewidth at most $k$ can be decomposed into (arbitrarily large) $\mathcal{H}$-subgraphs which interact only through vertex sets of size $O(k)$ which can be organized in a tree-like fa… ▽ More

    Submitted 29 June, 2023; originally announced June 2023.

    Comments: Conference version to appear at the European Symposium on Algorithms (ESA 2023)

  11. Tight Bounds for Chordal/Interval Vertex Deletion Parameterized by Treewidth

    Authors: Michal Wlodarczyk

    Abstract: In Chordal/Interval Vertex Deletion we ask how many vertices one needs to remove from a graph to make it chordal (respectively: interval). We study these problems under the parameterization by treewidth $tw$ of the input graph $G$. On the one hand, we present an algorithm for Chordal Vertex Deletion with running time $2^{O(tw)} \cdot |V(G)|$, improving upon the running time… ▽ More

    Submitted 5 May, 2023; originally announced May 2023.

    Comments: To appear at ICALP'23

    Journal ref: A full peer-reviewed version published in Algorithmica (2025)

  12. arXiv:2301.06105  [pdf, other

    cs.DS

    Long Directed Detours: Reduction to $2$-Disjoint Paths

    Authors: Ashwin Jacob, Michał Włodarczyk, Meirav Zehavi

    Abstract: We study an "above guarantee" version of the {\sc Longest Path} problem in directed graphs: We are given a graph $G$, two vertices $s$ and $t$ of $G$, and a non-negative integer $k$, and the objective is to determine whether $G$ contains a path of length at least $dist_G(s,t) +k$ where $dist_G(s,t)$ is the length of a shortest path from $s$ to $t$ in $G$ (assuming that one exists). We show that th… ▽ More

    Submitted 24 January, 2023; v1 submitted 15 January, 2023; originally announced January 2023.

    Comments: 16 pages, 5 figures

  13. arXiv:2202.02174  [pdf, other

    cs.DS cs.CC

    Lossy Planarization: A Constant-Factor Approximate Kernelization for Planar Vertex Deletion

    Authors: Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the F-minor-free deletion problem we want to find a minimum vertex set in a given graph that intersects all minor models of graphs from the family F. The Vertex planarization problem is a special case of F-minor-free deletion for the family F = {K_5, K_{3,3}}. Whenever the family F contains at least one planar graph, then F-minor-free deletion is known to admit a constant-factor approximation a… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Comments: To appear at STOC'22

  14. arXiv:2110.01868  [pdf, other

    cs.DS

    Preprocessing for Outerplanar Vertex Deletion: An Elementary Kernel of Quartic Size

    Authors: Huib Donkers, Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the $\mathcal{F}$-Minor-Free Deletion problem one is given an undirected graph $G$, an integer $k$, and the task is to determine whether there exists a vertex set $S$ of size at most $k$, so that $G-S$ contains no graph from the finite family $\mathcal{F}$ as a minor. It is known that whenever $\mathcal{F}$ contains at least one planar graph, then $\mathcal{F}$-Minor-Free Deletion admits a poly… ▽ More

    Submitted 5 October, 2021; originally announced October 2021.

  15. arXiv:2107.02554  [pdf, other

    cs.DS cs.CC

    On the Hardness of Compressing Weights

    Authors: Bart M. P. Jansen, Shivesh K. Roy, Michał Włodarczyk

    Abstract: We investigate computational problems involving large weights through the lens of kernelization, which is a framework of polynomial-time preprocessing aimed at compressing the instance size. Our main focus is the weighted Clique problem, where we are given an edge-weighted graph and the goal is to detect a clique of total weight equal to a prescribed value. We show that the weighted variant, param… ▽ More

    Submitted 6 July, 2021; originally announced July 2021.

    Comments: To appear at MFCS'21

  16. arXiv:2103.09715  [pdf, other

    cs.DS

    Vertex Deletion Parameterized by Elimination Distance and Even Less

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michał Włodarczyk

    Abstract: We study the parameterized complexity of various classic vertex-deletion problems such as Odd cycle transversal, Vertex planarization, and Chordal vertex deletion under hybrid parameterizations. Existing FPT algorithms for these problems either focus on the parameterization by solution size, detecting solutions of size $k$ in time $f(k) \cdot n^{O(1)}$, or width parameterizations, finding arbitrar… ▽ More

    Submitted 18 July, 2022; v1 submitted 17 March, 2021; originally announced March 2021.

    Comments: The extended abstract of this article appeared at STOC'21. This version contains a tighter analysis for Planar Vertex Deletion parameterized by planar-treewidth

  17. arXiv:2011.08083  [pdf, other

    cs.DS

    To Close Is Easier Than To Open: Dual Parameterization To k-Median

    Authors: Jarosław Byrka, Szymon Dudycz, Pasin Manurangsi, Jan Marcinkowski, Michał Włodarczyk

    Abstract: The $k$-Median problem is one of the well-known optimization problems that formalize the task of data clustering. Here, we are given sets of facilities $F$ and clients $C$, and the goal is to open $k$ facilities from the set $F$, which provides the best division into clusters, that is, the sum of distances from each client to the closest open facility is minimized. In the Capacitated $k$-Median, t… ▽ More

    Submitted 16 November, 2020; originally announced November 2020.

    Comments: Appeared at WAOA 2020

  18. arXiv:2002.03443  [pdf, other

    cs.CC cs.DS

    Optimal polynomial-time compression for Boolean Max CSP

    Authors: Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the Boolean maximum constraint satisfaction problem - Max CSP$(Γ)$ - one is given a collection of weighted applications of constraints from a finite constraint language $Γ$, over a common set of variables, and the goal is to assign Boolean values to the variables so that the total weight of satisfied constraints is maximized. There exists an elegant dichotomy theorem providing a criterion on… ▽ More

    Submitted 9 February, 2020; originally announced February 2020.

  19. arXiv:1907.06529  [pdf, other

    cs.CC cs.DS

    Parameterized inapproximability for Steiner Orientation by Gap Amplification

    Authors: Michał Włodarczyk

    Abstract: In the $k$-Steiner Orientation problem, we are given a mixed graph, that is, with both directed and undirected edges, and a set of $k$ terminal pairs. The goal is to find an orientation of the undirected edges that maximizes the number of terminal pairs for which there is a path from the source to the sink. The problem is known to be W[1]-hard when parameterized by k and hard to approximate up to… ▽ More

    Submitted 10 February, 2020; v1 submitted 15 July, 2019; originally announced July 2019.

  20. arXiv:1809.05791  [pdf, ps, other

    cs.DS

    Constant factor FPT approximation for capacitated k-median

    Authors: Marek Adamczyk, Jarosław Byrka, Jan Marcinkowski, Syed M. Meesum, Michał Włodarczyk

    Abstract: Capacitated k-median is one of the few outstanding optimization problems for which the existence of a polynomial time constant factor approximation algorithm remains an open problem. In a series of recent papers algorithms producing solutions violating either the number of facilities or the capacity by a multiplicative factor were obtained. However, to produce solutions without violations appears… ▽ More

    Submitted 15 September, 2018; originally announced September 2018.

  21. arXiv:1807.10727  [pdf, other

    cs.DC cs.DS

    Connected Components at Scale via Local Contractions

    Authors: Jakub Łącki, Vahab Mirrokni, Michał Włodarczyk

    Abstract: As a fundamental tool in hierarchical graph clustering, computing connected components has been a central problem in large-scale data mining. While many known algorithms have been developed for this problem, they are either not scalable in practice or lack strong theoretical guarantees on the parallel running time, that is, the number of communication rounds. So far, the best proven guarantee is… ▽ More

    Submitted 27 July, 2018; originally announced July 2018.

  22. arXiv:1804.02584  [pdf, ps, other

    cs.DS

    Random Order Contention Resolution Schemes

    Authors: Marek Adamczyk, Michał Włodarczyk

    Abstract: Contention resolution schemes have proven to be an incredibly powerful concept which allows to tackle a broad class of problems. The framework has been initially designed to handle submodular optimization under various types of constraints, that is, intersections of exchange systems (including matroids), knapsacks, and unsplittable flows on trees. Later on, it turned out that this framework perfec… ▽ More

    Submitted 26 November, 2018; v1 submitted 7 April, 2018; originally announced April 2018.

  23. A Subquadratic Approximation Scheme for Partition

    Authors: Marcin Mucha, Karol Węgrzycki, Michał Włodarczyk

    Abstract: The subject of this paper is the time complexity of approximating Knapsack, Subset Sum, Partition, and some other related problems. The main result is an $\widetilde{O}(n+1/\varepsilon^{5/3})$ time randomized FPTAS for Partition, which is derived from a certain relaxed form of a randomized FPTAS for Subset Sum. To the best of our knowledge, this is the first NP-hard problem that has been shown to… ▽ More

    Submitted 6 May, 2019; v1 submitted 6 April, 2018; originally announced April 2018.

    Comments: Extended abstract published in the proceedings of SODA 2019

    ACM Class: F.2

  24. arXiv:1804.01366  [pdf, ps, other

    cs.DS

    Losing Treewidth by Separating Subsets

    Authors: Anupam Gupta, Euiwoong Lee, Jason Li, Pasin Manurangsi, Michał Włodarczyk

    Abstract: We study the problem of deleting the smallest set $S$ of vertices (resp. edges) from a given graph $G$ such that the induced subgraph (resp. subgraph) $G \setminus S$ belongs to some class $\mathcal{H}$. We consider the case where graphs in $\mathcal{H}$ have treewidth bounded by $t$, and give a general framework to obtain approximation algorithms for both vertex and edge-deletion settings from ap… ▽ More

    Submitted 22 October, 2018; v1 submitted 4 April, 2018; originally announced April 2018.

    Comments: 30 pages, 1 figure, to appear in SODA 19

  25. arXiv:1707.01702  [pdf, ps, other

    cs.CC

    When the Optimum is also Blind: a New Perspective on Universal Optimization

    Authors: Marek Adamczyk, Fabrizio Grandoni, Stefano Leonardi, MIchal Wlodarczyk

    Abstract: Consider the following variant of the set cover problem. We are given a universe $U=\{1,...,n\}$ and a collection of subsets $\mathcal{C} = \{S_1,...,S_m\}$ where $S_i \subseteq U$. For every element $u \in U$ we need to find a set $φ(u) \in \mathcal C$ such that $u\in φ(u)$. Once we construct and fix the mapping $φ:U \rightarrow \mathcal{C}$ a subset $X \subseteq U$ of the universe is revealed, a… ▽ More

    Submitted 6 July, 2017; originally announced July 2017.

    Comments: Full version of ICALP'17 paper

    MSC Class: 68Q01 ACM Class: F.2.0

  26. arXiv:1702.07669  [pdf, ps, other

    cs.DS cs.CC

    On problems equivalent to (min,+)-convolution

    Authors: Marek Cygan, Marcin Mucha, Karol Węgrzycki, Michał Włodarczyk

    Abstract: In recent years, significant progress has been made in explaining the apparent hardness of improving upon the naive solutions for many fundamental polynomially solvable problems. This progress has come in the form of conditional lower bounds -- reductions from a problem assumed to be hard. The hard problems include 3SUM, All-Pairs Shortest Path, SAT, Orthogonal Vectors, and others. In the… ▽ More

    Submitted 6 May, 2019; v1 submitted 24 February, 2017; originally announced February 2017.

    Comments: Extended abstract published in the proceedings of ICALP 2017. Full version published in TALG 2019

    ACM Class: F.1.3; F.2

    Journal ref: ACM Transactions on Algorithms 2019

  27. Clifford algebras meet tree decompositions

    Authors: Michał Włodarczyk

    Abstract: We introduce the Non-commutative Subset Convolution - a convolution of functions useful when working with determinant-based algorithms. In order to compute it efficiently, we take advantage of Clifford algebras, a generalization of quaternions used mainly in the quantum field theory. We apply this tool to speed up algorithms counting subgraphs parameterized by the treewidth of a graph. We presen… ▽ More

    Submitted 22 September, 2016; originally announced September 2016.

    Comments: This work was presented at International Symposium on Parameterized and Exact Computation (IPEC) 2016

    MSC Class: 68W01 ACM Class: F.2.2, G.2.2

  28. arXiv:1405.0456  [pdf, ps, other

    cs.DS

    An LP-Rounding $2\sqrt{2}$ Approximation for Restricted Maximum Acyclic Subgraph

    Authors: Fabrizio Grandoni, Tomasz Kociumaka, Michał Włodarczyk

    Abstract: In the classical Maximum Acyclic Subgraph problem (MAS), given a directed-edge weighted graph, we are required to find an ordering of the nodes that maximizes the total weight of forward-directed edges. MAS admits a 2 approximation, and this approximation is optimal under the Unique Game Conjecture. In this paper we consider a generalization of MAS, the Restricted Maximum Acyclic Subgraph proble… ▽ More

    Submitted 2 May, 2014; originally announced May 2014.

    ACM Class: F.2.2

  29. Spin operator in the Dirac theory

    Authors: Pawel Caban, Jakub Rembieliński, Marta Włodarczyk

    Abstract: We find all spin operators for a Dirac particle satisfying the following very general conditions: (i) spin does not convert positive (negative) energy states into negative (positive) energy states, (ii) spin is a pseudo-vector, and (iii) eigenvalues of the projection of a spin operator on an arbitrary direction are independent of this direction (isotropy condition). We show that there are four suc… ▽ More

    Submitted 20 August, 2013; originally announced August 2013.

    Comments: 9 pages

    Journal ref: Phys. Rev. A, 88, 022199 (2013)

  30. arXiv:1303.3109  [pdf, other

    q-bio.QM q-bio.MN

    Functional redundancy in the NF-κB signalling pathway

    Authors: Michał Włodarczyk, Tomasz Lipniacki, Michał Komorowski

    Abstract: The ability to represent intracellular biochemical dynamics via deterministic and stochastic modelling is one of the crucial components to move biological sciences in the observe-predict-control-design knowledge ladder. Compared to the engineering or physics problems, dynamical models in quantitative biology typically dependent on a relatively large number of parameters. Therefore, the relationshi… ▽ More

    Submitted 13 March, 2013; originally announced March 2013.

  31. arXiv:1211.6102  [pdf, ps, other

    physics.class-ph

    Absolute clock synchronisation and special relativity paradoxes

    Authors: Jacek Ciborowski, Marta Wlodarczyk

    Abstract: Solving special relativity paradoxes requires rigorous analysis of event timing, due to relative simultaneity in consequence of the Lorentz transformation. Since clock synchronisation is a convention in special theory of relativity, instead of the Einstein's procedure one may choose such that offers absolute simultaneity. We present in short the corresponding formalism in one spatial dimension. We… ▽ More

    Submitted 2 December, 2012; v1 submitted 25 November, 2012; originally announced November 2012.

    Comments: 9 pp

  32. arXiv:1206.3074  [pdf, ps, other

    math-ph quant-ph

    Relativistic spin operator and Dirac equation

    Authors: Paweł Caban, Jakub Rembieliński, Marta Włodarczyk

    Abstract: We give a direct link between description of Dirac particles in the abstract framework of unitary representation of the Poincaré group and description with the help of the Dirac equation. In this context we discuss in detail the spin operator for a relativistic Dirac particle. We show also that the spin operator used in quantum field theory for spin $s=1/2$ corresponds to the Foldy-Woutheysen mean… ▽ More

    Submitted 14 June, 2012; originally announced June 2012.

    Comments: 10 pages, no figures

  33. arXiv:1206.0841  [pdf, ps, other

    gr-qc hep-th physics.class-ph quant-ph

    "Meta" relativity: Against special relativity?

    Authors: Jakub Rembielinski, Marta Wlodarczyk

    Abstract: We introduce a Lorentz-covariant description of tachyons, free of inconsistencies. Our approach is based on an appropriate extension of the special relativity beyond the light barrier, owing to the freedom of synchronization of distant clocks.

    Submitted 5 June, 2012; originally announced June 2012.

    Comments: 14 pages, 4 figures

  34. Einstein-Podolsky-Rosen correlations in a hybrid system

    Authors: Paweł Caban, Jakub Rembieliński, Piotr Witas, Marta Włodarczyk

    Abstract: We calculate the relativistic correlation function for a hybrid system of a photon and a Dirac-particle. Such a system can be produced in decay of another spin-1/2 fermion. We show, that the relativistic correlation function, which depends on particle momenta, may have local extrema for fermion velocity of order 0.5 c. This influences the degree of violation of CHSH inequality.

    Submitted 13 December, 2010; originally announced December 2010.

    Comments: 9 pages, 6 figures

  35. Relativistic Einstein-Podolsky-Rosen correlations for vector and tensor states

    Authors: Paweł Caban, Jakub Rembieliński, Marta Włodarczyk

    Abstract: We calculate and investigate the relativistic correlation function for bipartite systems of spin-1/2 in vector and spin-1 particles in tensor states. We show that the relativistic correlation function, which depends on particles momenta, may have local extrema. What is more, the momentum dependance of the correlation functions for two choices of relativistic spin operator may be significantly diff… ▽ More

    Submitted 25 November, 2010; originally announced November 2010.

    Comments: 7 pages, 7 figures

  36. Strange behavior of the relativistic Einstein-Podolsky-Rosen correlations

    Authors: Paweł Caban, Jakub Rembieliński, Marta Włodarczyk

    Abstract: We show that configurations exist in which the correlation functions and the degree of violation of Bell-type inequalities in the relativistic Einstein-Podolsky-Rosen (EPR) experiment have local extrema for some values of the velocities of the EPR particles. Moreover, this strange behavior can be observed for both discussed relativistic spin operators and for spin-1/2 as well as spin-1 particles… ▽ More

    Submitted 6 April, 2009; originally announced April 2009.

    Comments: 5 figures

    Journal ref: Phys. Rev. A 79, 014102 (2009)

  37. Einstein-Podolsky-Rosen correlations of vector bosons

    Authors: Paweł Caban, Jakub Rembieliński, Marta Włodarczyk

    Abstract: We calculate the joint probabilities and the correlation function in Einstein--Podolsky--Rosen type experiments with a massive vector boson in the framework of quantum field theory. We report on the strange behavior of the correlation function (and the probabilities) -- the correlation function, which in the relativistic case still depends on the particle momenta, for some fixed configurations h… ▽ More

    Submitted 21 January, 2008; originally announced January 2008.

    Comments: 11 pages, 8 figures

    Journal ref: Phys. Rev. A 77, 012103 (2008)

  38. An open quantum system approach to EPR correlations in K0-K0 system

    Authors: P. Caban, J. Rembielinski, K. A. Smolinski, Z. Walczak, M. Wlodarczyk

    Abstract: We find the time evolution of the system of two non-interacting unstable particles, distinguishable as well as identical ones, in arbitrary reference frame having only the Kraus operators governing the evolution of its components in the rest frame. We than calculate in the rigorous way Einstein-Podolsky-Rosen quantum correlation functions for K0-K0 system in the singlet state taking into account… ▽ More

    Submitted 20 March, 2006; originally announced March 2006.

    Comments: 14 pp. no figs

    Journal ref: Phys.Lett. A357 (2006) 6-11