Subcritical Load Makes the Infinite-Past Workload Finite
Provedsubcritical_stationary_workload_candidates_bddAboveprobabilityqueueing-theorystabilitysupremum
Finiteness of the stationary workload
For observation time , consider all net-work candidates generated by possible busy-period starting times in the infinite past:
If the long-run offered load satisfies , then almost surely this set is bounded above for every . Consequently, the supremum defining the infinite-past workload is finite and meaningful.
This is the first supporting proposition in the source's contraction argument.
Formal statement
import Definitions.Def_single_server_queueing_stability
open Filter MeasureTheory
open scoped Topology
open SingleServerQueueing
/-- If the long-run offered load is below the unit service rate, then almost surely the
infinite-past workload candidates are bounded above at every observation time. This makes the
real supremum defining the stationary workload mathematically meaningful and finite. -/
theorem subcritical_stationary_workload_candidates_bddAbove
{Ω : Type*} {m₀ : MeasurableSpace Ω} {μ : Measure Ω}
(q : Input Ω μ) (hρ : q.load < 1) :
∀ᵐ ω ∂μ, ∀ t : ℝ, BddAbove (q.pastWorkloadCandidates t ω) := by
sorry
Source
User-supplied notes, subsection 'Stability Analysis via the Sample Path Approach', first proposition under 'Single-server queuing system': if rho < 1 then x*_t is finite almost surely.
Human review
Confirmed by the mission captain (proposal self-audit).