A Short Course in Discrete Mathematics
eBook - ePub

A Short Course in Discrete Mathematics

Edward A. Bender, S. Gill Williamson

Partager le livre
  1. 256 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

A Short Course in Discrete Mathematics

Edward A. Bender, S. Gill Williamson

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

What sort of mathematics do I need for computer science? In response to this frequently asked question, a pair of professors at the University of California at San Diego created this text. Its sources are two of the university's most basic courses: Discrete Mathematics, and Mathematics for Algorithm and System Analysis. Intended for use by sophomores in the first of a two-quarter sequence, the text assumes some familiarity with calculus. Topics include Boolean functions and computer arithmetic; logic; number theory and cryptography; sets and functions; equivalence and order; and induction, sequences, and series. Multiple choice questions for review appear throughout the text. Original 2005 edition. Notation Index. Subject Index.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que A Short Course in Discrete Mathematics est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  A Short Course in Discrete Mathematics par Edward A. Bender, S. Gill Williamson en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Mathematics et Discrete Mathematics. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2012
ISBN
9780486138657

Unit IS

Induction, Sequences and Series

Section 1: Induction

Suppose A(n) is an assertion that depends on n. We use induction to prove that A(n) is true when we show that
  • it’s true for the smallest value of n and
  • if it’s true for everything less than n, then it’s true for n.
In this section, we will review the idea of proof by induction and give some examples. Here is a formal statement of proof by induction:


Theorem 1 (Induction) Let A(m) be an assertion, the nature of which is dependent on the integer m. Suppose that we have proved A(n0) and the statement
“If n > n0 and A(k) is true for all k such that n0 ≀ k < n, then A(n) is true.”
Then A(m) is true for all m ≄ n0.19


Proof: We now prove the theorem. Suppose that A(n) is false for some n ≄ n0. Let m be the least such n. We cannot have m = n0 because one of our hypotheses is that A(n0) is true. On the other hand, since m is as small as possible, A(k) is true for n0 ≀ k < m. By the inductive step, A(m) is also true, a contradiction. Hence our assumption that A(n) is false for some n is itself false; in other words, A(n) is never false. This completes the proof.


Definition 1 (Induction terminology) “A(k) is true for all k such that n0 ≀ k < n” is called the induction assumption or induction hypothesis and proving that this implies A(n) is called the inductive step. A(n0) is called the base case or simplest case.


Example 1 (Every integer is a product of primes) A positive integer n > 1 is called a prime if its only divisors are 1 and n. The first few primes are 2, 3, 5, 7, 11, 13, 17, 19, 23. In another unit, we proved that every integer n > 1 is a product of primes. We now redo the proof, being careful with the induction.

We adopt the terminology that a single prime p is a product of one prime, itself. We shall prove A(n):
“Every integer n ≄ 2 is a product of primes.”
Our proof that A(n) is true for all n ≄ 2 will be by induction. We start with n0 = 2, which is a prime and hence a product of primes. The induc...

Table des matiĂšres