%%-------------------** 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 %% %%---------------------------------------------------------------------------
%%------------------------** Termination (Noetherian) **-------------------- %% %% A reduction -> (relation R) is %% %% - noetherian (terminating) iff there is no infinite %% descending chain a0 -> a1 -> .... In other words, a relation -> is %% noetherian if the inverse (converse) relation of -> is well founded. %% %% - convergent if is confluent and noetherian. %% %% - R_is_Noet_iff_TC_is: ->+ is terminating iff -> is. %% %% %% - noetherian_induction: To prove P(x) for all x, it suffices to prove P(x) %% under the assunption that P(y) holds for all %% successors y of x. %% %%--------------------------------------------------------------------------
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.