divides_lems: THEORY %---------------------------------------------------------------------------- % % Divisibility % % Author: Rick Butler % % NOTE. This theory joins the old divisibility theory with the prelude % definitions. If you hate the fact that the prelude definition of divides % using x as an integer, you can use divides_rew instead. % %---------------------------------------------------------------------------- BEGIN
n,n1,n2: VAR nat
m,m1,m2: VAR posnat
i,j,k,ip,jp: VAR int
nn,mm,ii,jj,kk: VAR nzint
divides_rew: LEMMA divides(mm,i) = (EXISTS (k: int): i = mm*k)
divides_lt: LEMMA i /= 0 IMPLIES divides(mm,i) IMPLIES mm <= abs(i)
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.