%------------------------------------------------------------------------- % % Sets with a strict total order and with the property that the below set % of every element is finite are well orderings such that every element % but the first has a previous element. % % For PVS version 3.2. February 28, 2005 % --------------------------------------------------------------------- % Author: Jerry James (jamesj@acm.org), University of Kansas % % EXPORTS % ------- % prelude: orders[T], relation_props2[T, T, T, T], relations[T], sets[T] % finite_sets: finite_sets_inductions, finite_sets_minmax % orders: bounded_orders[T], closure_ops[T], indexed_sets_extra, % minmax_orders[T], ordered_subset[T], relation_iterate[T], % relations_extra[T], well_ordered_finite[T,<], % well_ordered_traversal[T] % %-------------------------------------------------------------------------
well_ordered_finite[T: TYPE, <: (strict_total_order?[T])]: THEORY BEGIN
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.