Skip to content
Snippets Groups Projects

Small fixes

Merged Mariam Vardishvili requested to merge RTS/internships-2021:master into master
All threads resolved!
6 files
+ 18
18
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -525,7 +525,7 @@ Section JLFPInstantiation.
@@ -525,7 +525,7 @@ Section JLFPInstantiation.
(** Based on that, we prove that the concept of busy interval obtained by instantiating the abstract
(** Based on that, we prove that the concept of busy interval obtained by instantiating the abstract
definition of busy interval coincides with the conventional definition of busy interval. *)
definition of busy interval coincides with the conventional definition of busy interval. *)
Lemma instantiated_busy_interval_equivalent_edf_busy_interval:
Lemma instantiated_busy_interval_equivalent_busy_interval:
forall t1 t2,
forall t1 t2,
busy_interval_cl j t1 t2 <-> busy_interval_ab j t1 t2.
busy_interval_cl j t1 t2 <-> busy_interval_ab j t1 t2.
Proof.
Proof.
Loading