Skip to content
Snippets Groups Projects

Add basic lemmas to exploit hypotheses in behavior

Merged Pierre Roux requested to merge hypotheses_lemmas into master
All threads resolved!
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -109,7 +109,7 @@ Section Arrived.
jobs_come_from_arrival_sequence sched arr_seq.
Proof. by move=> ? []. Qed.
(** ... third, on the readiness of jobs in valid scheduleds. *)
(** ... third, on the readiness of jobs in valid schedules. *)
Lemma valid_schedule_jobs_must_be_ready_to_execute :
forall arr_seq,
valid_schedule sched arr_seq -> jobs_must_be_ready_to_execute sched.
Loading