Library prosa.analysis.facts.model.sbf.average

SBF for Average Resource Model in Valid

In this file, we prove that the SBF defined in the file prosa.analysis.definitions.sbf.average is valid under the average resource model.
Consider any type of tasks ...
  Context {Task : TaskType}.

... and any type of jobs associated with these tasks.
  Context {Job : JobType}.
  Context `{JobTask Job Task}.
  Context `{JobArrival Job}.
  Context `{JobCost Job}.

Consider any kind of processor state.
  Context {PState : ProcessorState Job}.

Consider a JLFP policy, ...
  Context `{JLFP_policy Job}.

... any arrival sequence, ...
  Variable arr_seq : arrival_sequence Job.

... and any schedule.
  Variable sched : schedule PState.

Assume the average resource model with a resource period Π, resource allocation time Θ, and supply delay ν.
We show that sbf is monotone.
The introduced SBF is also a unit-supply SBF.
Finally, we show that the defined sbf is a valid SBF.