Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/PVS/orders/   (PVS Prover Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 737 B image not shown  

Quelle  lattices.pvs

  Sprache: PVS
 

% Author: Alfons Geser (geser@nianet.org), National Institute of Aerospace
% Date: Oct 2004
%
% add_preserves_tightly_bounded and union_preserves_tightly_bounded added
% 13 Jan 2005 by Jerry James (jamesj@acm.org)

lattices[
  T: TYPE,
  (IMPORTING bounded_orders[T])
  <=: (lattice?[T])
]: THEORY

BEGIN

  IMPORTING
    lower_semilattices[T, <=],
    upper_semilattices[T, <=]

  t: VAR T
  tb, tb2: VAR (tightly_bounded?(<=))

  finite_set_is_tightly_bounded: JUDGEMENT
    non_empty_finite_set[T] SUBTYPE_OF (tightly_bounded?(<=))

  add_preserves_tightly_bounded: JUDGEMENT
    add(t, tb) HAS_TYPE (tightly_bounded?(<=))

  union_preserves_tightly_bounded: JUDGEMENT
    union(tb, tb2) HAS_TYPE (tightly_bounded?(<=))

END lattices

Messung V0.5 in Prozent
C=84 H=100 G=92

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-06-14) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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 und die Messung sind noch experimentell.