Guest User

Untitled

a guest
Oct 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. 1 subgoal
  2. H1 : t_eind > t_begin
  3. H2 : nu in (t_eind - rinkeltijd, t_eind]
  4. H3 : timer_gezet t_begin t_eind
  5. H4 : timer_gezet t_begin t_eind /\ ~ (exists x : Tijd, timer_gezet t_eind x) ->
  6. (forall a : Tijd, a in (t_eind, t_eind + rinkeltijd] /\ rinkelt a) /\
  7. rinkelt t_eind ->
  8. exists t_berekend_eind : Tijd,
  9. t_berekend_eind in [t_eind - rinkeltijd, t_eind] /\
  10. (exists t_berekend_begin : Tijd,
  11. t_berekend_begin in [t_eind - max_looptijd, t_eind) /\
  12. timer_gezet t_berekend_begin t_berekend_eind)
  13. ______________________________________(1/1)
  14. rinkelt nu
  15.  
  16.  
  17.  
  18.  
  19.  
  20. ---------------------------------------------------------------------
  21. (*all_e (forall t, t in (t_eind, t_eind+rinkeltijd] /\ rinkelt t) nu. *) (* Mag niet *)
  22. (*all_e (forall t, ((t > t_eind) /\ (t <= (t_eind+rinkeltijd)) /\ (rinkelt t))) nu. *) (* Mag niet *)
  23. all_e (forall t, rinkelt t) nu. (* Mag wel *)
Add Comment
Please, Sign In to add comment