Library prosa.analysis.facts.interference
Require Export prosa.analysis.facts.priority.classes.
Require Export prosa.analysis.definitions.interference.
Require Export prosa.analysis.definitions.priority.classes.
Section InterferenceProperties.
Require Export prosa.analysis.definitions.interference.
Require Export prosa.analysis.definitions.priority.classes.
Section InterferenceProperties.
Consider any type of tasks ...
... and any type of jobs associated with these tasks.
Consider any kind of processor state model.
Consider any arrival sequence ...
... and any schedule.
Consider a FP-policy and a JLFP policy compatible with it.
Context {FP : FP_policy Task} {JLFP : JLFP_policy Job}.
Hypothesis H_compatible : JLFP_FP_compatible JLFP FP.
Lemma another_task_hep_job_interference_split_task :
∀ (j: Job) (t : instant),
another_task_hep_job_interference arr_seq sched j t
= hp_task_interference arr_seq sched j t
|| other_ep_task_hep_job_interference arr_seq sched j t.
End InterferenceProperties.
Hypothesis H_compatible : JLFP_FP_compatible JLFP FP.
Lemma another_task_hep_job_interference_split_task :
∀ (j: Job) (t : instant),
another_task_hep_job_interference arr_seq sched j t
= hp_task_interference arr_seq sched j t
|| other_ep_task_hep_job_interference arr_seq sched j t.
End InterferenceProperties.