Skip to content
Snippets Groups Projects

Move "classic" Prosa to rt.classic namespace and update documentation

Merged Björn Brandenburg requested to merge move-to-classic into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -164,8 +164,8 @@ Section UnitService.
Proof.
unfold service_during; intros t delta.
apply leq_trans with (n := \sum_(t <= t0 < t + delta) 1);
last by simpl_sum_const; rewrite addKn leqnn.
by apply: leq_sum => t' _; apply: service_at_most_one.
last by rewrite sum_of_ones.
by apply: leq_sum => t' _; apply: service_at_most_one.
Qed.
Section ServiceIsAStepFunction.
Loading