src/HOL/UNITY/Follows.thy
author paulson
Wed, 24 May 2000 18:40:01 +0200
changeset 8948 b797cfa3548d
parent 8128 3a5864b465e2
child 9019 9c1118619d6c
permissions -rw-r--r--
restructuring: LessThan.ML mostly moved to HOL/SetInterval.ML

(*  Title:      HOL/UNITY/Follows
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge

The "Follows" relation of Charpentier and Sivilotte
*)

Follows = SubstAx + ListOrder +

constdefs

  Follows :: "['a => 'b::{order}, 'a => 'b::{order}] => 'a program set"
                 (infixl "Fols" 65)
   "f Fols g == Increasing g Int Increasing f Int
                Always {s. f s <= g s} Int
                (INT k. {s. k <= g s} LeadsTo {s. k <= f s})"


end