%%-------------------** Abstract Reduction System (ARS) **------------------- %% %% Authors : Andre Luiz Galdino %% Universidade Federal de Goiás - Brasil %% %% and %% %% Mauricio Ayala Rincon %% Universidade de Brasília - Brasil %% %% Last Modified On: December 02, 2006 %% %%---------------------------------------------------------------------------
results_commutation[T : TYPE] : THEORY BEGIN
IMPORTING noetherian[T]
R1, R2 : VAR PRED[[T, T]]
x, y, z, r : VAR T
%%------------------------** Commutation Lemma **--------------------------- %% %% %% - Local_Comu_and_Noeth: If -> and --> locally commute and (-> union -->) %% is noetherian, then -> and --> commutes. %% %% %% - commute_and_iterate_one: If -> and --> strongly commuting and %% y *<- x --> z then exists r such that %% y -->= r *<- z. %% %% %% - commute_and_iterate_two: If -> and --> strongly commuting and %% y *<- x -->* z then exists r such that %% y -->* r *<- z. %% %% %% - Comutation_Lemma: Two strongly commuting reductions commute. %% %% %%---------------------------------------------------------------------------
¤ 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.0.0Bemerkung:
(vorverarbeitet)
¤
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.