Papers
Topics
Authors
Recent
Search
2000 character limit reached

Entry-Exit Sequences: Theory & Applications

Updated 9 July 2026
  • Entry-exit sequences are formal patterns linking an entry event, an internal phase, and an exit event through strict mathematical relations across diverse scientific domains.
  • They employ methodologies such as rank aggregation in surveillance, optimal stopping rules in finance, and Hoare-style logic in programming to capture system behaviors.
  • Key implications include enhanced subject matching, improved trading strategies, and rigorous process verification, underpinning applications from stochastic processes to slow-fast dynamics.

Searching arXiv for the supplied works and closely related "entry-exit" papers to ground the article in current arXiv records. Entry-exit sequences are formal descriptions of systems whose evolution is organized by an entrance event, an internal phase, and a corresponding exit event. Across the cited arXiv literature, the term appears in several technically distinct senses: subject matching between entry and exit observations in surveillance (V et al., 2019); sequential optimal stopping rules for opening and liquidating positions or projects (Ning et al., 2023, Zhang, 2015); Hoare-like assertions for program segments with multiple entry and exit points (Bergstra et al., 2014); stationary flows of firms and metastable or recurrent stochastic systems (Stachurski, 2019, Cirillo et al., 2016, Mijatovic et al., 2024); and entry-exit maps or functions governing delayed loss of stability in slow-fast dynamics (Maesschalck et al., 2015, Hsu et al., 2019, Lobry, 2022, Huzak et al., 3 Oct 2025). This suggests a common abstract pattern: entry and exit are coupled not merely as two timestamps, but by a mathematically specified relation such as a score, a stopping boundary, an invariant measure, a hitting-time identity, or a return map.

1. Semantic entry-exit matching in surveillance

In computer vision, the entry-exit sequence problem is posed as appearance invariant subject recognition for Entry-Exit surveillance applications. Kumar and Nagabhushan define a Semantic Entry-Exit matching model that uses ancillary information about subjects such as height, build, complexion and clothing color to endorse exit of every subject who had entered private area. The model is designed to be robust to variations in clothing, and it assigns equal weight to each describing attribute when computing the matching score (V et al., 2019).

Each subject ii is represented by four soft-biometric descriptors. Height is normalized as hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]. Body-build is computed from the height-width ratio ri=Hi/Wir_i=H_i/W_i, stabilized by a vertical-projection profile of the silhouette, and normalized as bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]. Skin complexion is extracted from the head region in YCbCr space using standard skin thresholds, with normalized feature vector

ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.

Clothing color is represented by a $96$-dimensional normalized histogram formed by concatenating torso-Cb, torso-Cr, leg-Cb, and leg-Cr histograms, with j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=1.

For each attribute f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}, the method learns an LDA projector TfT_f by maximizing Fisher’s criterion

tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),

with pooled within-class scatter hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]0 and between-class scatter hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]1. After projection hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]2, entry-exit similarity is measured by Euclidean distance hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]3, converted to an attribute-confidence score

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]4

and averaged equally: hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]5 The online pipeline detects and segments the person, normalizes the image to hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]6, computes the four descriptors, ranks the gallery for each attribute, and outputs the top-hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]7 matches.

Representative results reported for the EnEx benchmark and the authors’ own two-camera hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]8 Entry-Exit database are as follows.

Setting Method Reported matching rates
EnEx, gallery size hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]9 RS-KISS rank-1 ri=Hi/Wir_i=H_i/W_i0, rank-5 ri=Hi/Wir_i=H_i/W_i1, rank-10 ri=Hi/Wir_i=H_i/W_i2
EnEx, gallery size ri=Hi/Wir_i=H_i/W_i3 Ensemble-Learning rank-1 ri=Hi/Wir_i=H_i/W_i4, rank-5 ri=Hi/Wir_i=H_i/W_i5, rank-10 ri=Hi/Wir_i=H_i/W_i6
EnEx, gallery size ri=Hi/Wir_i=H_i/W_i7 Proposed model rank-1 ri=Hi/Wir_i=H_i/W_i8, rank-5 ri=Hi/Wir_i=H_i/W_i9, rank-10 bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]0
EnEx, gallery size bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]1 Proposed model rank-1 bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]2, rank-5 bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]3, rank-10 bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]4
Two-camera database, bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]5 Proposed model rank-1 bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]6, rank-10 bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]7
Two-camera database, bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]8 Proposed model rank-1 bi=ri/Rmax[0,1]b_i=r_i/R_{\max}\in[0,1]9, rank-10 ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.0

The reported limitation is that rank-1 accuracy is modest, approximately ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.1–ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.2, because height, build and complexion can be uniform among co-located subjects and because of occlusions such as full-body coverings. Skin-feature extraction can fail under heavy head coverings, height can be affected by head-accessories, and clothing histograms are vulnerable if garments are actually changed. The intended use is therefore a two-stage pipeline: Stage 1 performs soft-biometric narrowing and outputs top-ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.3 gallery candidates, and Stage 2 applies more expensive face and/or gait recognition only on those ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.4 candidates.

2. Sequential optimal stopping in finance and real options

In mathematical finance, entry-exit sequences are formulated as nested stopping problems. For a one-dimensional Markov process ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.5 with infinitesimal generator

ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.6

optimal spread trading is posed as a pre-entry decision followed by a post-entry liquidation decision. The post-entry value is

ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.7

and the pre-entry value is

ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.8

The free-boundary characterization gives an exit barrier ci=[μCb,i/255,  μCr,i/255]T[0,1]2.c_i=\bigl[\mu_{Cb,i}/255,\;\mu_{Cr,i}/255\bigr]^T\in[0,1]^2.9 with continuation region $96$0 and stopping region $96$1, and an entry barrier $96$2 with continuation region $96$3 and stopping region $96$4. Smooth-pasting conditions are imposed at both boundaries (Ning et al., 2023).

The same work solves the sequential problem by a signature optimal stopping method. A truncated path signature

$96$5

generates linear signature policies $96$6, and randomized stopping times are defined through the accumulated quadratic functional of this policy. In practice, the implementation replaces the random threshold by a constant $96$7, smooths the indicator by a sigmoid, optimizes a discrete-time loss by Adam or L-BFGS, and then uses the learned $96$8 in testing to generate sequential stopping times $96$9. Training paths can be obtained by fitting an OU model, by block-bootstrap, or by a time-series GAN. In simulated OU experiments with j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=10, the signature optimal stopping value is reported to cluster near the true optimum. In real-market tests on four US-equity pairs over 2021–22, the signature strategy achieved annualized returns j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=11 versus j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=12 for baseline, Sharpe j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=13 versus j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=14, and reduced drawdown. Transaction costs enter additively in both stopping problems; increasing j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=15 shifts the entry boundary downward, increasing j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=16 raises the exit barrier, and doubling j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=17 from j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=18 to j=196ficolor[j]=1\sum_{j=1}^{96} f_i^{color}[j]=19 widened the no-trade region by approximately f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}0 in the simulated OU model.

A closely related real-options formulation studies entry-exit decisions with implementation delay under uncertainty. There, the underlying price process is geometric Brownian motion,

f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}1

entry is decided at f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}2, exit at f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}3, but implementation occurs at f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}4 and f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}5. The expected NPV is transformed into an equivalent instant-implementation problem with modified coefficients f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}6, after which the problem again decomposes into a post-entry stopping problem f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}7 and a pre-entry stopping problem f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}8. On continuation regions, f{height, build, complexion, color}f\in\{\text{height, build, complexion, color}\}9 and TfT_f0 satisfy linear ODEs, with value-matching and smooth-pasting at the optimal thresholds. If TfT_f1 are the roots of

TfT_f2

then TfT_f3 and TfT_f4 admit closed forms in terms of TfT_f5 and TfT_f6. The paper distinguishes the cases TfT_f7 and TfT_f8: when TfT_f9, there is a single upward trigger tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),0; when tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),1, there may be two entry triggers tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),2, and it is not optimal to enter and then immediately exit the project even though it is an arbitrage opportunity (Zhang, 2015).

3. Asserted instruction sequences and multiple control-flow exits

In program algebra, entry-exit sequences arise because low-level instruction segments may have multiple entry points and multiple exit points. The formal setting is PGA, whose primitive instructions are plain basic instructions tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),3, positive tests tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),4, negative tests tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),5, forward jumps tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),6, and termination tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),7. Instruction sequences are built from primitive instructions by concatenation and repetition: tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),8 Because jump instructions can redirect control nonlocally, a segment can be entered at its tr(TfTDfTf)  /  tr(TfTSfTf),\operatorname{tr}(T_f^T D_f T_f)\;/\;\operatorname{tr}(T_f^T S_f T_f),9-th instruction and can exit either by termination inside the segment, by becoming inactive inside the segment, or by jumping to the hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]00-th instruction after the segment, with hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]01 meaning “terminated or inactive inside hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]02” (Bergstra et al., 2014).

This control-flow structure is captured by asserted instruction sequences of the form

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]03

Their intended meaning is that if execution enters hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]04 at instruction hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]05 in a service-state satisfying hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]06, then either it becomes inactive inside hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]07, or it exits hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]08 in the designated way hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]09, and the exit state satisfies hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]10. The semantics is defined via thread extraction hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]11, which embeds the segment into a larger context so that exits other than the designated one become inactive rather than terminating.

The proof system is explicitly Hoare-like but adapted to low-level control flow. It includes basic-instruction axioms, positive-test axioms, negative-test axioms, forward-jump axioms, a termination axiom, concatenation rules, a repetition rule, an alternatives rule, an invariance rule, an existential-elimination rule, a substitution rule, and a consequence rule; these are numbered A1–A11 and R1–R10 in the paper. The resulting metatheory contains a soundness theorem,

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]12

and a Cook-style completeness theorem under an expressiveness assumption on the assertion language.

The running example is the loop

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]13

which decrements an unbounded counter until it reaches hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]14. The target assertion is

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]15

The example is significant because the test instruction hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]16 has two exits, and the proof treats them by separate asserted sequences for entry hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]17 and exits hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]18 or hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]19, combines them by the alternatives rule, and closes the loop by the repetition rule. In this sense, entry-exit sequencing is built into the logic of partial correctness itself.

4. Firm populations and metastable series

In dynamic industry models, entry-exit sequences describe the recurrent turnover of firms. In the extended Hopenhayn framework, time is discrete and a continuum of price-taking firms produces a single good at price hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]20. Each firm has productivity hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]21, profit hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]22, output hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]23, and idiosyncratic productivity dynamics governed by a Markov kernel hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]24. Entrants draw hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]25, pay entry cost hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]26, and join only when expected value is high enough. Within each period, incumbents first decide whether to exit, then entrants decide whether to enter, then surviving firms produce and earn profits, and finally productivities update (Stachurski, 2019).

The incumbent value function is written as

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]27

with outside option hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]28. The exit threshold is

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]29

and free entry requires

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]30

A stationary recursive equilibrium is a triple hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]31 satisfying goods-market clearing, the entry condition, the exit cutoff, balanced entry-exit hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]32, and the invariance equation

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]33

Existence and uniqueness are characterized by finiteness of lifetime output hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]34; when equilibrium exists, the invariant distribution is unique, aggregate supply is hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]35, and a Pitman-occupation formula represents hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]36 as expected occupation time up to the exit time. Under multiplicative productivity growth with hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]37, the invariant distribution has a Pareto right tail: hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]38

A different stochastic meaning of entry-exit sequencing appears in reversible finite-state Markov chains with metastable states in series. The model assumes three distinguished states hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]39, hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]40, and hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]41, with hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]42, common metastable barrier hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]43, and a series condition

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]44

Starting from the higher metastable state hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]45, the process must therefore visit hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]46 before reaching the stable state hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]47 in the low-temperature limit. The theory expresses mean hitting times in terms of capacities and proves sharp asymptotics

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]48

together with the addition rule

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]49

This turns a serial entry-exit path through metastable states into an asymptotically additive decomposition of exit times. In the zero-chemical-potential Blume-Capel model, the states “all hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]50,” “all hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]51,” and “all hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]52” play the roles of hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]53, hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]54, and hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]55, with critical droplet size hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]56 and barrier

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]57

(Cirillo et al., 2016).

5. Entrance and exit chains for Markov processes

For general Markov chains, entry-exit sequences can be isolated as induced chains observed only when a set hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]58 is crossed from its complement. Let hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]59 be a time-homogeneous Markov chain on a Polish space hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]60 with known hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]61-finite invariant measure hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]62, and fix a Borel set hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]63. The entrance times are

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]64

and the entrance chain is

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]65

Using the same stopping times, the exit chain records the last position in hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]66 immediately before entering hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]67: hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]68 Under the minimal assumption that each hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]69 is almost surely finite, both induced processes are themselves time-homogeneous Markov chains with explicit kernels (Mijatovic et al., 2024).

The paper studies these chains by inducing on the two-step cylinder

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]70

If hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]71 is recurrent for hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]72 and both hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]73 and hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]74 have positive hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]75-mass, the invariant measures of the induced chains are explicit: hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]76 where hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]77 is a dual chain under hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]78, and

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]79

A Kac-type lifting formula reconstructs hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]80 from the induced chain by integrating occupation times between successive entrances.

Under the additional assumptions that hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]81 is weak Feller, topologically irreducible, and topologically recurrent, there is a bijection between locally finite invariant measures of hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]82 and those of the entrance and exit chains. Hence uniqueness and ergodicity of the original invariant measure are inherited by the induced chains.

The main applications concern random walks on hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]83, viewed as stationary chains started under Lebesgue–Haar measure on the closed subgroup generated by the increment support. For one-dimensional oscillating random walks and the choice hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]84, the successive overshoots above zero form an entrance chain with invariant measure

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]85

while the corresponding undershoots have

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]86

The overshoot chains are ergodic under these invariant laws. This ergodic structure is then used to prove a central limit theorem for the number hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]87 of zero-level crossings: hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]88 assuming hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]89 and hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]90.

6. Entry-exit functions in slow-fast dynamics

In singular perturbation theory, the entry-exit function describes how an orbit that is attracted to a critical manifold before a turning point remains close to it after the stability has changed and only later leaves. For the planar slow-fast system

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]91

with

hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]92

the critical manifold hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]93 is normally attracting for hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]94 and normally repelling for hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]95. If the orbit enters at hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]96 with hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]97, its return to the line hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]98 occurs at hi=Hi/Hmax[0,1]h_i = H_i/H_{\max}\in[0,1]99, and the limiting entry-exit relation is

ri=Hi/Wir_i=H_i/W_i00

Geometric singular perturbation theory explains this by blow-up of the axis ri=Hi/Wir_i=H_i/W_i01, analysis in entry, central, and exit charts, and matching along the blown-up cylinder. The same picture holds for the quadratic variant

ri=Hi/Wir_i=H_i/W_i02

and the linear case can be reduced to the quadratic one by the singular substitution

ri=Hi/Wir_i=H_i/W_i03

The corresponding return map is generically ri=Hi/Wir_i=H_i/W_i04-smooth in ri=Hi/Wir_i=H_i/W_i05, and under a flatness property ri=Hi/Wir_i=H_i/W_i06 it is ri=Hi/Wir_i=H_i/W_i07 in ri=Hi/Wir_i=H_i/W_i08 without ri=Hi/Wir_i=H_i/W_i09-dependence (Maesschalck et al., 2015).

The scalar theory extends to multi-dimensional fast variables in systems

ri=Hi/Wir_i=H_i/W_i10

with invariant critical manifolds ri=Hi/Wir_i=H_i/W_i11, fast heteroclinics ri=Hi/Wir_i=H_i/W_i12, and a turning-point condition under which exactly one fast component changes stability on each ri=Hi/Wir_i=H_i/W_i13. Local charts yield entry maps ri=Hi/Wir_i=H_i/W_i14 and slow exit maps ri=Hi/Wir_i=H_i/W_i15, and chaining them around an ri=Hi/Wir_i=H_i/W_i16-corner singular loop produces a return map

ri=Hi/Wir_i=H_i/W_i17

Its fixed points encode relaxation oscillations, and their orbital stability is determined by the spectral radius of ri=Hi/Wir_i=H_i/W_i18: ri=Hi/Wir_i=H_i/W_i19 implies orbital asymptotic stability, while ri=Hi/Wir_i=H_i/W_i20 implies orbital instability. The paper applies this framework to predator-prey systems with rapid ecological evolutionary dynamics, obtaining both stable and unstable relaxation cycles (Hsu et al., 2019).

A related semistable setting arises in the two-dimensional system

ri=Hi/Wir_i=H_i/W_i21

with ri=Hi/Wir_i=H_i/W_i22, ri=Hi/Wir_i=H_i/W_i23. The reduced problem has slow branches ri=Hi/Wir_i=H_i/W_i24 and ri=Hi/Wir_i=H_i/W_i25, where ri=Hi/Wir_i=H_i/W_i26 is semi-stable. The exit point ri=Hi/Wir_i=H_i/W_i27 associated with entrance at ri=Hi/Wir_i=H_i/W_i28 is determined by the area rule

ri=Hi/Wir_i=H_i/W_i29

This defines an entry-exit map ri=Hi/Wir_i=H_i/W_i30, whose fixed points are canard trajectories; ri=Hi/Wir_i=H_i/W_i31-turn canards arise from fixed points of the ri=Hi/Wir_i=H_i/W_i32-fold composition ri=Hi/Wir_i=H_i/W_i33. In the related linear model of Katriel, the same mechanism yields a unique globally-attracting periodic solution whose Floquet multiplier tends to zero as ri=Hi/Wir_i=H_i/W_i34 (Lobry, 2022).

The most delicate case is a degenerate turning point on the invariant line ri=Hi/Wir_i=H_i/W_i35, with reduced slow flow

ri=Hi/Wir_i=H_i/W_i36

at ri=Hi/Wir_i=H_i/W_i37. For ri=Hi/Wir_i=H_i/W_i38, the leading-order entry-exit relation is a principal-value equation

ri=Hi/Wir_i=H_i/W_i39

and the Dulac map

ri=Hi/Wir_i=H_i/W_i40

is ri=Hi/Wir_i=H_i/W_i41 in ri=Hi/Wir_i=H_i/W_i42. For ri=Hi/Wir_i=H_i/W_i43, the analysis shows that a well-defined Dulac map generally does not exist without additional control parameters; in a codimension-one case, varying a single unfolding parameter can restore a well-defined entry-exit relation. The ri=Hi/Wir_i=H_i/W_i44 theory is applied to the graphics ri=Hi/Wir_i=H_i/W_i45 and ri=Hi/Wir_i=H_i/W_i46 in the Dumortier–Roussarie–Rousseau program (Huzak et al., 3 Oct 2025).

7. Conceptual unification and recurrent misconceptions

The literature does not support a single universal meaning of “entry-exit sequence.” In surveillance it is a ranked matching problem over ancillary descriptors; in optimal stopping it is a nested pair of stopping rules; in Hoare-like logic it is a correctness judgment for a program segment with designated entry and exit indices; in firm dynamics it is a stationary turnover mechanism; in induced Markov-chain theory it is a subsequence sampled on crossings of a set boundary; and in slow-fast dynamics it is a return or Dulac map determined by delayed loss of stability. Treating these as if they shared a single formalism would be misleading.

A second recurring misconception is that entry-exit constructions are intrinsically two-point descriptions. In the cited works they generally include an internal mechanism: LDA projection and rank aggregation in surveillance (V et al., 2019); variational inequalities, smooth pasting, or signature filtrations in stopping problems (Ning et al., 2023, Zhang, 2015); concatenation and repetition rules in program logic (Bergstra et al., 2014); invariant measures or capacities in stochastic models (Stachurski, 2019, Cirillo et al., 2016, Mijatovic et al., 2024); and blow-up charts, principal-value integrals, or return-map derivatives in singular perturbation theory (Maesschalck et al., 2015, Hsu et al., 2019, Lobry, 2022, Huzak et al., 3 Oct 2025).

A third misconception is that exit should occur exactly at the loss of local stability. The slow-fast literature shows the opposite: orbits can remain near a repelling branch until an accumulated balance condition is met, yielding integral relations such as

ri=Hi/Wir_i=H_i/W_i47

Likewise, in the economic and financial stopping problems, entry and exit are not arbitrary thresholds but free boundaries determined jointly by continuation values and transaction costs.

Taken together, these results show that entry-exit sequencing is a cross-disciplinary pattern for linking boundary-crossing events to a mathematically constrained continuation mechanism. The specific objects differ sharply across fields, but the repeated appearance of thresholds, invariant laws, matching equations, and return maps indicates that the technical significance of an entry-exit sequence lies in the rule that mediates between entering and leaving, rather than in either event viewed in isolation.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Entry-Exit Sequences.