1. Trang chủ
  2. » Kinh Doanh - Tiếp Thị

Tài liệu Discrete mathematics for computer science

680 309 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 680
Dung lượng 20,77 MB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Tài liệu Tài liệu Discrete mathematics for computer science mathematics for computer science Tài liệu Discrete mathematics for computer science Tài liệu khoa học máy tính Tài liệu Tài liệu Discrete mathematics for computer science mathematics for computer science Tài liệu Discrete mathematics for computer science Tài liệu khoa học máy tính Tài liệu Discrete mathematics for computer science Tài liệu Discrete mathematics for computer science

Trang 4

SENIOR CONTENT SPECIALIST Nicole Repasky

COVER PHOTO CREDIT © slobo/Getty Images, Inc.

This book was set in TeXGyrePagella 10/12 by SPi Global and printed and bound by Strategic Content Imaging This book is printed on acid free paper ∞

Founded in 1807, John Wiley & Sons, Inc has been a valued source of knowledge and understanding for more than 200 years, helping people around the world meet their needs and fulfill their aspirations Our company is built on a foundation of principles that include responsibility to the communities we serve and where we live and work In 2008, we launched a Corporate Citizenship Initiative, a global effort to address the environmental, social, economic, and ethical challenges we face in our business Among the issues we are addressing are carbon impact, paper specifications and procurement, ethical conduct within our business and among our vendors, and community and charitable support For more information, please visit our website: www.wiley.com/go/ citizenship.

Copyright © 2018, John Wiley & Sons, Inc All rights reserved No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment

of the appropriate per-copy fee to the Copyright Clearance Center, Inc., 222 Rosewood Drive, Danvers, MA

01923 (Web site: www.copyright.com) Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030-5774, (201) 748-6011, fax (201) 748-6008, or online at: www.wiley.com/go/permissions.

Evaluation copies are provided to qualified academics and professionals for review purposes only, for use

in their courses during the next academic year These copies are licensed and may not be sold or transferred

to a third party Upon completion of the review period, please return the evaluation copy to Wiley Return instructions and a free of charge return shipping label are available at: www.wiley.com/go/returnlabel If you have chosen to adopt this textbook for use in your course, please accept this book as your complimentary desk copy Outside of the United States, please contact your local sales representative.

ISBN: 978-1-118-06553-2 (PBK)

ISBN: 978-1-119-07073-3 (EVALC)

Library of Congress Cataloging in Publication Data:

Liben-Nowell, David, author.

Title: Discrete mathematics for computer science / by David Liben-Nowell.

Description: Hoboken, NJ : John Wiley & Sons, 2017 | Includes index |

Identifiers: LCCN 2017025007 (print) | LCCN 2017035974 (ebook) | ISBN

9781119397199 (pdf) | ISBN 9781119397113 (epub) | ISBN 9781118065532 (pbk.)

Subjects: LCSH: Computer science—Mathematics.

Classification: LCC QA76.9.M35 (ebook) | LCC QA76.9.M35 L53 2017 (print) |

DDC 004.01/51—dc23

LC record available at https://lccn.loc.gov/2017025007

The inside back cover will contain printing identification and country of origin if omitted from this page In addition, if the ISBN on the back cover differs from the ISBN on this page, the one on the back cover is correct.

Trang 5

in loving memory of my grandfather, Jay Liben, who brought more joy, curiosity, and kvetching to this world than anyone else I know.

Trang 7

1 On the Point of this Book 101

2.4 Sequences, Vectors, and Matrices: Ordered Collections 237

3.2 An Introduction to Propositional Logic 303

3.3 Propositional Logic: Some Extensions 317

3.4 An Introduction to Predicate Logic 331

3.5 Predicate Logic: Nested Quantifiers 349

Trang 8

4.1 Why You Might Care 402

6.4 Recurrence Relations: Analyzing Recursive Algorithms 631

Trang 9

8.1 Why You Might Care 802

8.3 Properties of Relations: Reflexivity, Symmetry, and Transitivity 818

8.4 Special Relations: Equivalence Relations and Partial/Total Orders 833

10.2 Probability, Outcomes, and Events 1005

10.3 Independence and Conditional Probability 1021

Trang 11

Chapter 2: Basic Data Types

Integers andints, Reals andfloats 217

Computing Square Roots, and Not Computing Square Roots 218

Set Building in Languages 233

Natural Language Processing, Ambiguity, and Truth 314

Computational Complexity, Satisfiability, and $1,000,000 326

Short-Circuit Evaluation, Optimization, and Modern Compilers 327

Game Trees, Logic, and Winning Tic-Tac(-Toe) 344

Nonlocal Variables and Lexical vs Dynamic Scoping 345

Gödel’s Incompleteness Theorem 346

Trang 12

Reed–Solomon Codes 418

Are Massive Computer-Generated Proofs Proofs? 437

Paul Erdős, “The Book,” and Erdős Numbers 438

Cryptography and the Generation of Prime Numbers 454

Other Uncomputable Problems (That You Might Care About) 455

The Cost of Missing Proofs: Some Famous Bugs in CS 464

Chapter 5: Mathematical Induction

Triangulation, Computer Graphics, and 3D Surfaces 528

Chapter 6: Analysis of Algorithms

Multitasking, Garbage Collection, and Wall Clocks 627

Time, Space, and Complexity 628

Divide-and-Conquer Algorithms and Matrix Multiplication 655

Chapter 7: Number Theory

Converting Between Bases, Binary Representation, and Generating Strings 714

Error Correction with Reed–Solomon Codes 731

Miller–Rabin Primality Test 742

Trang 13

Relational Databases 815

Deterministic Finite Automata (DFAs) 846

The Painter’s Algorithm and Hidden-Surface Removal 847

Chapter 9: Counting

Running out of IP addresses, and IPv6 919

A Lower Bound for Comparison-Based Sorting 920

Infinite Cardinalities (and Problems that Can’t Be Solved by Any Program) 937

Lossy and Lossless Compression 938

Brute Force Algorithms and Dynamic Programming 959

The Enigma Machine and the First Computer 960

Chapter 10: Probability

Information, Charles Dickens, and the Entropy of English 1017

Speech Recognition, Bayes’ Rule, and Language Models 1036

Bayesian Modeling and Spam Filtering 1037

A Randomized Algorithm for Finding Medians 1060

Chapter 11: Graphs and Trees

Degree Distributions and the Heavy Tail 1123

Graph Drawing, Graph Layouts, and the 9/11 Memorial 1124

The Bowtie Structure of the Web 1142

Directed Graphs, Cycles, and Kidney Transplants 1159

Trang 15

Would thou hadst less deserved,That the proportion both of thanks and paymentMight have been mine! only I have left to say,More is thy due than more than all can pay.

William Shakespeare (1564–1616)

The Scottish Play

To everyone who has helped, directly and indirectly, with everything over these lastyears—these words cannot adequately convey my thanks, but at least they’re a start:

thank you!

I owe special thanks to a very long list of generous and warm people—many morethan I can mention here—for advice and kindness and support, both technical andemotional, as this book came into being For those whom I haven’t named by name,please know that it’s only because I have gotten such great support from so manypeople, and I hope that you’ll consider this sentence the promise that, when we nextsee each other, the first round’s on me While I’m leaving out the names of the manypeople who have helped make my life happy and fulfilling while I’ve been working onthis book, I do want to give specific thanks to a few people:

I want to thank my colleagues—near and far, including many who are not just leagues but also dear friends and beloved family members—for their wisdom and pa-tience, for answering my endlessly annoying questions, and for conversations that led

col-to examples or exercises or bug fixes or the very existence of this entire book (even ifyou didn’t know that’s what we were talking about at the time): Eric Alexander, TanyaBerger-Wolf, Kelly Connole, Amy Csizmar Dalal, Josh Davis, Roger Downs, LauraEffinger-Dean, Eric Egge, Adriana Estill, Andy Exley, Alex Freeman, Sherri Goings,Jack Goldfeather, Deanna Haunsperger, Pierre Hecker, David Huyck, Sue Jandro,Sarah Jansen, Iris Jastram, Jon Kleinberg, Carissa Knipe, Mark Krusemeyer, JessicaLeiman, Lynn Liben, Jadrian Miles, Dave Musicant, Gail Nelson, Rich Nowell, LaylaOesper, Jeff Ondich, Sam Patterson, Anna Rafferty, Alexa Sharp, Julia Strand, Mike Tie,Zach Weinersmith, Tom Wexler, Kevin Woods, Jed Yang, and Steve Zdancewic

I also owe my appreciation to Don Fowley, Bryan Gambrel, Beth Golub, Jessy Moor,Anna Pham, Sondra Scott, and Gladys Soto at Wiley Thanks to Judy Brody for relent-less and efficient pursuit of permissions (from many different people and publishers)

Trang 16

the many insightful reviewers of previous drafts of this material So many times I gotchapter reviews back and put them aside in a huff, only to come back to the reviewers’comments months later and realize that their suggestions were exactly right (And, to

be clear: blame me, not them, for the errors that I’m sure remain.)

I specifically want to thank Eric Alexander, Laura Biester, Josh Davis, Charlotte

Foran, Jadrian Miles, Dave Musicant, Layla Oesper, Anna Rafferty, Jed Yang, and theCarleton CS 202 students from 2013–2017 for their willingness to work with early,

and buggy, drafts of this book And thanks to those and many other students at

Carleton for their patience, and for sending their comments and suggestions for

improvements—in particular: Hami Abdi, David Abel, Alexander Auyeung, AndrewBacon, Kharmen Bharucha, John Blake, Caleb Braun, Macallan Brown, Adam Canady,Noah Carnahan, Yitong Chen, Jinny Cho, Leah Cole, Katja Collier, Lila Conlee, EricEwing, Greg Fournier, Andy Freeland, Emma Freeman, Samuel Greaves, Reilly Hallstrom,Jacob Hamalian, Sylvie Hauser, Jack Hessel, Joy Hill, Matt Javaly, Emily Johnston,

Emily Kampa, Carlton Keedy, Henry Keiter, Jonathan Knudson, Julia Kroll, BrennanKuo, Edward Kwiatkowski, Dimitri Lang, Tristan Leigh, Zach Levonian, Daniel Levy,Rhys Lindmark, Gordon Loery, David Long, Robert Lord, Inara Makhmudova, ElliotMawby, Javier Moran Lemus, Sean Mullan, Micah Nacht, Justin Norden, Laurel Orr,Raven Pillmann, Josh Pitkofsky, Matthew Pruyne, Nikki Rhodes, Will Schifeling,

Colby Seyferth, Alex Simonides, Oscar Smith, Kyung Song, Frederik Stensaeth, PatrickStephen, Maximiliano Villarreal, Alex Voorhees, Allie Warren, Ben Wedin, MichaelWheatman, Jack Wines, Christopher Winter, and Andrew Yang

This book would not have been possible without the support of Carleton College,not only for the direct support of this project, but also for providing a wonderfully

engaging place to make my professional home When I started at Carleton, my friendsand family back east thought that moving to Minnesota (the frontier!) was nothing lessthan a sign that I had finally lost it, and I have to admit that I thought they had a point.But it’s been a fabulous place to have landed, with great friends and colleagues andstudents—the kind who don’t let you get away with anything, but in a good way

Some of the late stages of the work on this book occurred while I was visiting theUniversity of Cambridge Thanks to Churchill College and the Computer Laboratory,and especially to Melissa Hines and Cecilia Mascolo, for their hospitality and support.And my thanks to the somewhat less formal host institutions that have fueled thiswriting: Brick Oven Bakery, Cakewalk, Goodbye Blue Monday, Tandem Bagels, TheHideaway (Northfield, MN); Anodyne, Blue Moon, Bull Run, Caffetto, Common Roots,Espresso Royale, Isles Bun & Coffee, Keen Eye, Plan B, Precision Grind, Reverie, Spy-house, Sebastian Joe’s, The Beat, The Nicollet, The Purple Onion, Turtle Bread Com-pany, Uncommon Grounds, Urban Bean (Minneapolis, MN); Ginkgo, Grand Cen-

tral, Kopplin’s (St Paul, MN); Collegetown Bagels (Ithaca, NY); Slave to the Grind

(Bronxville, NY); Bloc Eleven, Diesel Cafe (Somerville, MA); Lyndell’s (Cambridge,MA); Tryst (Washington, DC); Hot Numbers, Espresso Library (Cambridge, England);and various Starbucks, Caribous, and Dunn Brothers

Trang 17

all your help and support while this project has consumed both hours and years You

know who you are, and I hope you also know how much I appreciate you Thank you!

David Liben-Nowell

Northfield, MN

May 2017

PS: I would be delighted to receive any comments or suggestions from readers Please

don’t hesitate to get in touch

Trang 19

This book was typeset using LATEX, and I produced all but a few figures from scratch

using a combination of PSTricks and TikZ The other figures are reprinted with

per-mission from their copyright holders The illustrations that open every chapter were

drawn by Carissa Knipe (http://carissaknipe.com), who was a complete delight to

work with—both on these illustrations and when she was a student at Carleton I took

the photograph of a house in Figure 2.48 myself Figure 4.5 (the Therac-25 diagram)

is reproduced from Nancy Leveson’s book Safeware: System Safety and Computers with

permission from Pearson Education Figure 4.27 (a poem proving the undecidability

of the Halting Problem) is reproduced with permission from Geoffrey K Pullum

Fig-ure 5.22 (triangulations of a rabbit) is reproduced from a paper by Tobias Isenberg,

Knut Hartmann, and Henry König with permission from the Society for Modeling and

Simulation International (SCS) Figure 11.15 (a map of some European train routes) is

reproduced with permission from RGBAlpha/Getty Images.1 1 Nancy Leveson.

Safeware: System Safety and Com- puters Pearson

Education, Inc., New York, 1995; To- bias Isenberg, Knut Hartmann, and Henry König In- terest value driven adaptive subdivi-

sion In Simulation

and Visualisation (SimVis), pages

139–149 SCS ropean Publishing House, 2003; and Geoffrey K Pullum Scooping the loop snooper: A proof that the halting problem is undecid-

Eu-able Mathematics

Magazine, 73(4):319–

320, 2000 Used

by permission of Geoffrey K Pullum.

For their kind permission to use quotes that appear as epigraphs in sections

through-out the book, thanks to:

Kurt Vonnegut, p 102 Excerpt from Hocus Pocus by Kurt Vonnegut, copyright ©1990

by Kurt Vonnegut Used by permission of G P Putnam’s Sons, an imprint of

Pen-guin Publishing Group, a division of PenPen-guin Random House LLC All rights

re-served Any third party use of this material, outside of this publication, is

prohib-ited Interested parties must apply directly to Penguin Random House LLC for

permission

Pablo Picasso, p 203 ©2017 Estate of Pablo Picasso / Artists Rights Society (ARS), New

York Reprinted with permission

Laurence J Peter, p 317 Reprinted with permission of the estate of Laurence J Peter.

Carl Sagan, p 331 From Broca’s Brain: Reflections on the Romance of Science, ©1979 Carl

Sagan Reprinted with permission from Democritus Properties, LLC

Peter De Vries, p 349 Copyright ©1967 by Peter De Vries Reprinted by permission of

Curtis Brown, Ltd All rights reserved

Trang 20

Davidson Ficke (October 24, 1930) from Letters of Edna St Vincent Millay, edited by

Allan Ross Macdougall, ©1952 by Norma Millay Ellis Reprinted with the sion of The Permissions Company, Inc., on behalf of Holly Peppe, Literary Executor,The Millay Society,www.millay.org

permis-George C Marshall, p 533 Reprinted with permission of the permis-George C Marshall

Foun-dation

Peter Drucker, p 602 Reprinted with permission of the Drucker 1996 Literary Works

Trust

Bob Dylan, p 603 Lyrics from Bob Dylan’s “Don’t Think Twice, It’s All Right” (1963).

Copyright ©1963 by Warner Bros Inc.; renewed 1991 by Special Rider Music Allrights reserved International copyright secured Reprinted by permission

Mario Andretti, p 617 Printed with permission of Sports Management Network, Inc.

E B White, p 631 E B White / The New Yorker; ©Conde Nast The quote originally appeared in the Notes and Comment section of the July 3, 1943 issue of The New Yorker, “The 40s: The Story of a Decade.” Reprinted with permission.

Charles de Gaulle, p 647 © Editions Plon Reprinted with permission.

W H Auden, p 703 “Notes on the Comic” from The Dyer’s Hand and Other Essays by

W H Auden, copyright ©1948, 1950, 1952, 1953, 1954, 1956, 1957, 1958, 1960, 1962

by W H Auden Used by permission of Random House, an imprint and division

of Penguin Random House LLC All rights reserved Any third party use of thismaterial, outside of this publication, is prohibited Interested parties must applydirectly to Penguin Random House LLC for permission

Bill Watterson, p 833 Quote from a Calvin & Hobbes cartoon; reprinted with

permis-sion from Universal Uclick

Tom Lehrer, p 926 Lyrics from “Poisoning Pigeons In The Park” reprinted with

per-mission from Maelstrom Music/Tom Lehrer

Dick Cavett, p 1021 Reprinted with permission from Dick Cavett.

Tom Stoppard, p 1108 Excerpts from Rosencrantz and Guildenstern Are Dead, copyright

© 1967 by Tom Stoppard Used by permission of Grove/Atlantic, Inc Any thirdparty use of this material, outside of this publication, is prohibited

Marshall Dodge and Robert Bryan, p 1129 From “Which Way to Millinocket?,” Bert and I

(1958) Reprinted with permission from Islandport Press, Inc

Trang 21

In which our heroes decide, possibly encouraged by a requirement for graduation, to set out to explore the world.

Trang 22

Just because some of us can read and write and do alittle math, that doesn’t mean we deserve to conquerthe Universe.

Kurt Vonnegut (1922–2007)

Hocus Pocus (1990)

This book is designed for an undergraduate student who has taken a computer ence class or three—most likely, you are a sophomore or junior prospective or currentcomputer science major taking your first non-programming-based CS class If youare a student in this position, you may be wondering why you’re taking this class (or

sci-why you have to take this class!) Computer science students taking a class like this one

sometimes don’t see why this material has anything to do with computer science—particularly if you enjoy CS because you enjoy programming

I want to be clear: programming is awesome! I get lost in code all the time—let’snot count the number of hours that I spent writing the code to draw the fractals inFigure 5.1 in LATEX, for example (LATEX, the tool used to typeset this book, is the stan-dard typesetting package for computer scientists, and it’s actually also a full-fledged, ifsomewhat bizarre, programming language.)

But there’s more to CS than programming In fact, many seemingly unrelated lems rely on the same sorts of abstract thinking It’s not at all obvious that an optimiz-ing compiler (a program that translates source code in a programming language like Cinto something directly executable by a computer) would have anything important incommon with a program to play chess perfectly But, in fact, they’re both tasks that are

prob-best understood using logic (Chapter 3) as a central component of any solution larly, filtering spam out of your inbox (“given a message m, should m be categorized as spam?”) and doing speech recognition (“given an audio stream s of a person speaking

Simi-in English, what is the best ‘transcript’ reflectSimi-ing the words spoken Simi-in s?”) are both best understood using probability (Chapter 10).

And these, of course, are just examples; there are many, many ways in which wecan gain insight and efficiency by thinking more abstractly about the commonalities ofinteresting and important CS problems That is the goal of this book: to introduce thekind of mathematical, formal thinking that will allow you to understand ideas that areshared among disparate applications of computer science—and to make it easier foryou to make your own connections, and to extend CS in even more new directions

How To Use This Book

Read much, but not many Books

Benjamin Franklin (1706–1790)

Poor Richard’s Almanack (1738)

The brief version of the advice for how to use this book is: it’s your book; use it ever you’d like (Will Shortz, the puzzle editor of The New York Times, gives the anal-

how-ogous advice about crossword puzzles when he’s asked whether Googling for an

Trang 23

tively, with scrap paper close by; most people end up with a deeper understanding of a

problem by trying to solve it themselves first, before they look at the solution.

I’ve assumed throughout that you’re comfortable with programming in at least one

language, including familiarity with recursion It doesn’t much matter which

particu-lar programming language you know; we’ll use features that are shared by almost all

modern languages—things like conditionals, loops, functions, and recursion You may

or may not have had more than one programming-based CS course; many, but not all,

institutions require Data Structures as a prerequisite for this material There are times

in the book when a data structures background may give you a deeper understanding

(but the same is true in reverse if you study data structures after this material) There

are similarly a handful of topics for which rudimentary calculus background is

valu-able But knowing/remembering calculus will be specifically useful only a handful of

times in this book; the mathematical prerequisite for this material is really algebra and

“mathematical maturity,” which basically means having some degree of comfort with

the idea of a mathematical definition and with the manipulation of a mathematical

expression (The few places where calculus is helpful are explicitly marked.)

23

45

10

data types logic proofs induction

analysis of algorithms numbertheory relations counting

probability

graphs/trees

There are 10 chapters after this one in the book

Their dependencies are as shown at right Aside from

these dependencies, there are some occasional

refer-ences to other chapters, but these referrefer-ences are light

If you’ve skipped Chapter 6—many instructors will

choose not cover this material, as it is frequently

in-cluded in a course on Algorithms instead of this one—

then it will still be useful to have an informal sense of

O, Ω, and Θ notation in the context of the worst-case

running time of an algorithm (You might skim

Sec-tions 6.1 and 6.6 before reading Chapters 7–11.)

I’ve tried to include some helpful tips for problem

solving in the margins throughout the book, along with

a few warnings about common confusions and some

notes on terminology/notation that may be helpful in

keeping the words and symbols straight There are also two kinds of extensions to the

main material The “Taking it Further” blocks give more technical details about the

material under discussion—an alternate way of thinking about a definition, or a way

that a concept is used in CS or a related field You should read the “Taking it Further”

blocks if—but only if!—you find them engaging Each section also ends with one or

more boxed-off “Computer Science Connections” that show how the core material can

be used to solve a wide variety of (interesting, I hope!) CS applications No matter how

interesting the core technical material may be, I think that it is what we can do with it

that makes it worth studying

Trang 24

All truths are easy to understand once they arediscovered; the point is to discover them.

Galileo Galilei (1564–1642)

This book focuses on discrete mathematics, in which the entities of interest are

dis-tinct and separate Discrete mathematics contrasts with continuous mathematics, as Be careful; there

are two different words that are pro- nounced identically:

discrete, adj.:

indi-vidually separate and distinct.

discreet, adj.:

care-ful and judicious

in speech, cially to maintain privacy or avoid embarrassment You wouldn’t read a book about discreet mathematics; instead, someone who trusts you might quietly share

espe-it while making sure no one was eavesdropping.

in calculus, which addresses infinitesimally small objects, which cannot be separated

We’ll use summations rather than integrals, and we’ll generally be thinking about

things more like the integers (“1, 2, 3, ”) than like the real numbers (“all numbers

between π and 42”) Because this book is mostly focused on non-programming-based

parts of computer science, in general the “output” that you produce when solving a

problem will be something different from a program Most typically, you will be asked

to answer some question (quantitatively or qualitatively) and to justify that answer—

that is, to prove your answer (A proof is an ironclad, airtight argument that convinces

its reader of your claim.) Remember that your task in solving a problem is to persuade

your reader that your purported solution genuinely solves the problem Above all, that

means that your main task in writing is communication and persuasion

There are three very reasonable ways of thinking about this book

View #1 is that this book is about the mathematical foundations of computation

This book is designed to give you a firm foundation in mathematical concepts that are

crucial to computer science: sets and sequences and functions, logic, proofs,

probabil-ity, number theory, graphs, and so forth

View #2 is that this book is about practice Essentially no particular example that

we consider matters; what’s crucial is for you to get exposure to and experience with

formal reasoning Learning specific facts about specific topics is less important than

developing your ability to reason rigorously about formally defined structures

View #3 is that this book is about applications of computer science: it’s about

error-correcting codes (how to represent data redundantly so that the original information

is recoverable even in the face of data corruption); cryptography (how to

communi-cate securely so that your information is understood by its intended recipient but not

by anyone else); natural language processing (how to interpret the “meaning” of an

English sentence spoken by a human using an automated customer service system);

and so forth But, because solutions to these problems rely fundamentally on sets and

counting and number theory and logic, we have to understand basic abstract

struc-tures in order to understand the solutions to these applied problems

In the end, of course, all three views are right: I hope that this book will help to

in-troduce some of the foundational technical concepts and techniques of theoretical

computer science, and I hope that it will also help demonstrate that these theoretical

approaches have relevance and value in work throughout computer science—in topics

both theoretical and applied And I hope that it will be at least a little bit of fun

Bon voyage!

Trang 25

In which our heroes equip themselves for the journey ahead, by taking on the basic provisions that they will need along the road.

Trang 26

It is a capital mistake to theorize before one has data.

Sir Arthur Conan Doyle (1859–1930),

A Scandal in Bohemia (1892)

This chapter will introduce concepts, terminology, and notation related to the mostcommon data types that recur throughout this book, and throughout computer sci-ence These basic entities—the Booleans (True and False), numbers (integers, rationals,and reals), sets, sequences, functions—are also the basic data types we use in modernprogramming languages Essentially every common primitive data type in programsappears on this list: a Boolean, an integer (or anint), a real number (or afloat), and

a string (an ordered sequence of characters) Ordered sequences of other elements are

usually called arrays or lists If you’ve taken a course on data structures, you’ve

proba-bly worked on several implementations of sets that allow you to insert an element into

an unordered collection and to test whether a particular object is a “member” of thecollection And functions that map a given input to a corresponding output are thebasic building blocks of programs

Virtually every interesting computer science application uses these basic data types

extensively Cryptography, which is devoted to the secure storage and transmission

of information in such a way that a malicious third party cannot decipher that mation, is typically based directly on integers, particularly large prime numbers A

infor-ubiquitous task in machine learning is to “cluster” a set of entities into a collection of

nonoverlapping subsets so that two entities in the same subset are similar and two

en-tities in different subsets are dissimilar In information retrieval, where we might seek

to find the document from a large collection that is most relevant to a given query, it

is common to represent each document by a vector (a sequence of numbers) based onthe words used in the document, and to find the most relevant documents by identify-ing which ones “point in the same direction” as the query’s vector And functions areeverywhere in CS, from data structures like hash tables to the routing that’s done forevery packet of information on the internet

In this chapter, we’ll describe these basic entities and some standard notation that’sassociated with them Some closely related topics will appear later in the book, aswell Chapter 7, on number theory, will discuss some subtler properties of the inte-gers, particularly divisibility and prime numbers Chapter 8 will discuss relations,

a generalization of functions But, really, every chapter of this book is related to thischapter: our whole enterprise will involve building complex objects out of these simpleones (and, to be ready to understand the more complex objects, we have to understandthe simple pieces first) And before we launch into the sea of applications, we need

to establish some basic shared language Much of the basic material in this chaptermay be familiar, but regardless of whether you have seen it before, it is important andstandard content with which it is important to be comfortable

Trang 27

Everything you can imagine is real.

Pablo Picasso (1881–1973)

We start with the most basic types of data: Boolean values (True and False), integers

( ,−2,−1, 0, 1, 2, ), rational numbers (fractions with integers as numerators and

de-nominators), and real numbers (including the integers and all the numbers in between

them) The rest of this section will then introduce some basic numerical operations:

absolute values and rounding, exponentiation and logarithms, summations and

prod-ucts Figure 2.1 summarizes this section’s notation and definitions

2.2.1 Booleans: True and False

The most basic unit of data is the bit: a single piece of information, which either takes

on the value 0 or the value 1 Every piece of stored data in a digital computer is stored

as a sequence of bits (See Section 2.4 for a formal definition of sequences.)

We’ll view bits from several different perspectives: 1 and 0, on and off, yes and no,

True and False Bits viewed under the last of these perspectives have a special name,

named after George Boole (1815– 1864), a British mathematician, who was the first person to think about True as 1 and False as 0.

Definition 2.1 (Booleans)

A Boolean value is either True or False.

The Booleans are the central object of study of Chapter 3, on logic In fact, they are

in a sense the central object of study of this entire book: simply, we are interested in

making true statements, with a proof to justify why the statement is true

2.2.2 Numbers: Integers, Reals, and Rationals

We’ll often encounter a few common types of numbers—integers, reals, and rationals:

Definition 2.2 (Integers, Reals, and Rationals)

• The integers, denoted by Z, are those numbers with no fractional part: 0, the positive

integers (1, 2, ), and the negative integers (−1,−2,−3, ).

• The real numbers, denoted by R, are those numbers that can be (approximately)

represented by decimal numbers; informally, the reals include all integers and all numbers

“between” any two integers.

• The rational numbers, denoted by Q, are those real numbers that can be represented as a

ratio n

m of two integers n and m, where n is called the numerator and m6= 0 is called the

denominator A real number that is not rational is called an irrational number.

Here are a few examples of each of these types of numbers:

The superficially unintuitive notation for the integers,

the symbol Z, is a

stylized “Z” that was chosen because

of the German

word Zahlen, which

means “numbers.”

The name rationals

comes from the

word ratio; the

Trang 28

Z integers ( ,−3,−2,−1, 0, 1, 2, 3, )

Q rational numbers

R real numbers

[a, b] those real numbers x where axb

(a, b) those real numbers x where a < x < b [a, b) those real numbers x where ax < b

(a, b] those real numbers x where a < xb

|x| absolute value of x:|x|:=−x if x < 0;|x|:= x if x≥0

xfloor of x: x rounded down to the nearest integer

xceiling of x: x rounded up to the nearest integer

b n b multiplied by itself n times

b 1/n, or √n

b a number y such that y n = b (where y≥0 if possible), if one exists

b m/n (b 1/n)m

logb x logarithm: logb x is the value y such that b y = x, if one exists

n mod k modulo: n mod k := the remainder when dividing n by k

Example 2.1 (Integers, reals, and rationals)

The following are all examples of integers: 1, 42, 0, and−17

All of the following are real numbers: 1, 99.44, the ratio of the circumference

of a circle to its diameter π ≈ 3.141592653· · ·, and the so-called golden ratio

50 , for example Both π and φ are irrational

Here are a few useful points relating these three types of numbers:

• All integers are rational numbers (with denominator equal to 1)

• All rational numbers are real numbers

• But not all rational numbers are integers and not all real numbers are rational: for

example,3

2is not an integer, and√2 is not rational (We’ll prove that√2 is not

rational in Example 4.21.)

Taking it further: Definition 2.2 specifies Z, Q, and R somewhat informally To be completely

rigor-ous, one can define the nonnegative integers as the smallest collection of numbers such that: (i) 0 is an

integer; and (ii) if x is an integer, then x + 1 is also an integer See Section 5.4.1 (Of course, for even this

definition to make sense, we’d need to give a rigorous definition of the number zero and a rigorous

def-inition of the operation of adding one.) With a proper definition of the integers, it’s fairly easy to define

the rationals as ratios of integers But formally defining the real numbers is surprisingly challenging; it

was a major enterprise of mathematics in the late 1800s, and is often the focus of a first course in analysis

in an undergraduate mathematics curriculum.

Virtually every programming language supports both integers (usually known as int s) and real

numbers (usually known as float s); see p 217 for some discussion of the way that these basic numerical

types are implemented in real computers (Rational numbers are much less frequently implemented as

basic data types in programming languages, though there are some exceptions, like Scheme.)

Trang 29

rationals, and the reals (Z, Q, and R), we will also introduce special notation for some

specific subsets of these numbers We will write Z≥0and Z≤0to denote the

nonnega-tive integers (0, 1, 2, ) and nonposinonnega-tive integers (0,−1,−2, ), respectively Generally,

when we write Z with a superscripted condition, we mean all those integers for which

the stated condition is true For example, Z6= 1denotes all integers aside from 1

Sim-ilarly, we write R>0to denote the positive real numbers (every real number x > 0).

Other conditions in the superscript of R are analogous.

0 1 2 3 4 5 (a) The interval (1, 4)

0 1 2 3 4 5 (b) The interval [1, 4]

0 1 2 3 4 5 (c) The interval [1, 4)

0 1 2 3 4 5 (d) The interval (1, 4] Figure 2.2: Number lines representing real numbers between 1 and 4, with 1 included in the range in (b, c), and 4 included in the range in (b, d).

We’ll also use standard notation for intervals of real numbers, denoting all real

numbers between two specified values There are two variants of this notation, which

allow “between two specified values” to either include or exclude those specified

val-ues We use round parentheses to mean “exclude the endpoint” and square brackets

to mean “include the endpoint” when we denote a range:

• (a, b) denotes those real numbers x for which a < x < b.

• [a, b] denotes those real numbers x for which axb.

• (a, b] denotes those real numbers x for which a < xb.

• [a, b) denotes those real numbers x for which ax < b.

Sometimes (a, b) and [a, b] are, respectively, called the open interval and closed

inter-val between a and b These four types of interinter-vals are also sometimes denoted via

a number line, with open and closed circles denoting open and closed intervals; see

Figure 2.2 for an example For two real numbers x and y, we will use the standard

notation “xy” to denote that x is approximately equal to y This notation is defined

informally, because what counts as “close enough” to be approximately equal will

depend heavily on context

2.2.3 Absolute Value, Floor, and Ceiling

In the remaining subsections of Section 2.2, we will give definitions of some standard

arithmetic operations that involve the numbers we just defined We’ll start in this

subsection with three operations on a real number: absolute value, floor, and ceiling

The absolute value of a real number x, written|x|, denotes how far x is from 0,

disre-garding the sign of x (that is, disredisre-garding whether x is positive or negative):

Definition 2.3 (Absolute Value)

The absolute value of a real number x is|x|:=

For example,|42.42|= 42.42 and| −128|= 128 (Definition 2.3 uses standard notation

for defining “by cases”: the value of|x|is x when x ≥ 0, and the value of|x|is−x

otherwise—that is, when x < 0.)

For a real number x, we can consider x “rounded down” or “rounded up,” which

are called the floor and ceiling of x, respectively:

Trang 30

Definition 2.4 (Floor and ceiling)

The floor of a real number x, writtenx, denotes the largest integer that is less than or equal

to x The ceiling of a real number x, writtenx, denotes the smallest integer that is greater

than or equal to x.

Note that Definition 2.4 defines the floor and ceiling of negative numbers, too; the

definition doesn’t care whether x is greater than or less than 0.

Here are a few examples of floor and ceiling:

Example 2.2 (Floor and ceiling)

We have⌊√2⌋=⌊1.4142· · ·⌋ = 1,⌊2π⌋=⌊6.28318· · ·⌋= 6, and⌊3⌋= 3 For ceilings,

we have⌈√2⌉= 2,⌈2π⌉= 7, and⌈3⌉= 3

For negative numbers,⌊−√2⌋=⌊−1.4142· · ·⌋=−2, and⌈−√2⌉=−1

−2 −1 0 1 2 3 Figure 2.3: The floor and ceiling of−√2,

√ 2, and 3.

The number line may give an intuitive way to think about floor and ceiling:⌊x

de-notes the first integer that we encounter moving left in the number line starting at

x;xdenotes the first integer that we encounter moving right from x (And x itself

counts for both definitions.) See Figure 2.3

2.2.4 Exponentiation

We next consider raising a number to an exponent or power.

Definition 2.5 (Raising a number to an integer power)

For a real number b and a nonnegative integer n, the number b n denotes the result of

multiplying b by itself n times:

b0:= 1 and, for n1, b n := b| {z }·b· · ·b

n times

The number b is called the base and the integer n is called the exponent.

For example, 20= 1, 22= 2·2 = 4, 25= 2·2·2·2·2 = 32, and 52= 5·5 = 25

Note again that b0= 1 for any base b, including b = 0 (The case of 00is tricky: one is

tempted to say both “0 to the anything is 0” and “anything to the 0 is 1.” But, of course,

these two statements are inconsistent For us, the latter trumps the former, and 00= 1,

as in Definition 2.5.)

Raising a base to nonintegral exponents

Consider the expression b x for an exponent x > 0 that is not an integer (It’s all too

easy to have done this calculation by typing numbers into a calculator without actually

thinking about what the expression actually means!) Here’s the definition of b m/n

when the exponentm

n is a rational number:

Trang 31

Definition 2.6 (Raising a number to a positive rational power)

For any real number b and for any positive integers m and n6= 0:

• b 1/n denotes the number y such that y n = b The value b 1/n is called the nth root of b, and

it can also be denoted byn

b If there are two values y such that y n = b, then by b 1/n we mean the number y0 such that y n = b If there are no such values y, then we’ll treat

b 1/n as undefined.

• b m/n denotes the mth power of b 1/n : that is, b m/n := (b 1/n)m

Here are a few examples:

Example 2.3 (Some fractional exponents)

• 161/2is the value y such that y2 = 16, so 161/2 = 4 (because 42 = 16) Similarly,

161/4= 2 because 24= 16

• The value of 51/2is roughly 2.2360679774, because 2.23606797742≈ 5 (But note

that this value of 51/2is only an approximation, because actually 2.23606797742=

4.999999999553726910766= 5.)

• As the definition implies, there may be more than one y such that y n = b For

example, consider 41/2 We need a number y such that y2 = 4—and either y = 2 or

y =−2 satisfies this condition By the definition, if there are positive and negative

values of y satisfying the requirement, we choose the positive one So 41/2= 2

• For (−8)1/3, we need a value y such that y3=−8 No y≥0 satisfies this condition,

but y =−2 does Thus (−8)1/3=−2

• For (−8)1/2, we need a value y such that y2=−8 No y≥0 satisfies this condition,

and no y≤0 does either Thus we will treat (−8)1/2as undefined

Taking it further: Definition 2.6 presents difficulties if we try to compute, say,√−1: the definition tells

us that we need to find a number y such that y2 =−1 But y2 ≥0 if y0 and if y≥0, so no real number

y satisfies the requirement y2 = −1 To handle this situation, one can define the imaginary numbers,

specifically by defining i :=√−1 (The name “real” to describe real numbers was chosen to contrast with

the imaginary numbers.)

We will not be concerned with imaginary numbers in this book, although—perhaps surprisingly—

there are some very natural computational problems in which imaginary numbers are fundamental

parts of the best algorithms solving them, such as in signal processing and speech processing

(transcrib-ing English words from a raw audio stream) or even quickly multiply(transcrib-ing large numbers together.

When we write√b without explicitly indicating which root is intended, then we

are talking about the square root of b In other words,b :=√2

b denotes the y such that

y2= b An integer n is called a perfect square ifn is an integer.

Definition 2.7 (Raising a number to a negative power)

When the exponent x is negative, then b x is defined as 1

5 3 = 1

125

Trang 32

For an irrational exponent x, the value of b xis approximated arbitrarily

closely by choosing a rational numberm

n sufficiently close to x and computing the value of b m/n

Taking it further: A fully rigorous treatment of irrational powers requires a formal definition

of the real numbers and an (ε, δ)-style proof as in calculus; we will omit the details as they are

tangential to our purposes in this book The basic idea is to choose a rational number m/n that

approximates x to within a small error—for example, approximate r by the first k digits of its

decimal expansion (which can be written as m/10 k )—and approximate b x by b m/n For example, 2 π

is approximated by the sequence shown in Figure 2.4; the value of 2 π is the limit of this sequence

of approximations.

While essentially every modern programming language supports exponentiation—including

positive, fractional, and negative powers—in some form, often in a separate math library, the actual

behind-the-scenes computation is rather complicated See p 218 for some discussion of the underlying

steps that are done to compute a quantity like√x.

Here are a few useful facts about exponentiation:

Theorem 2.1 (Properties of exponentials)

For any real numbers a and b, and for any rational numbers x and y:

These properties follow fairly straightforwardly from the definition of exponentiation

(The properties of Theorem 2.1 carry over to irrational exponents, though the proofs

are less straightforward.)

2.2.5 Logarithms

The logarithm (or log) is the inverse operation to exponentiation: the value of an

expo-Problem-solving tip: I have found

many CS students scared, and scarred,

by logs The fear appears to me to result from students attempting to

memorize facts about

logs without trying

to think about

what they mean.

Mentally translating between logs and exponentials can help make these properties more intuitive and can help make them make sense Often the intuition of

a property of exponentials

is reasonably straightforward to grasp.

nential b y is the result of multiplying a number b by itself y times, while the value of a

logarithm logb x is the number of times we must multiply b by itself to get x.

Definition 2.8 (Logarithm)

For a positive real number b6= 1 and a real number x > 0, the logarithm base b of x, written

logb x, is the real number y such that b y = x.

Here are a few simple examples:

Example 2.4 (Some logs)

• The quantity log381 is the power to which we must raise 3 to get 81—and thus

log381 = 4, because 34= 3·3·3·3 = 81

• Similarly, log416 = 2, because 42= 16

Trang 33

• Because 2 =√4 = 41/2, we have log42 = 0.5.

• 1280= 1, so log1281 = 0

• 21.5849625= 2.999999998≈3, so log23≈1.5849625

200 400 600 800 1000 0.5

1.0 1.5 2.0 2.5 3.0 3.5

Figure 2.5: A graph

of log10x.

For any base b, note that log b x does get larger as the value of x

increases, but it gets larger very slowly Figure 2.5 illustrates the

slow rate of growth of log10x as x grows.

For a real number x0 and any base b, the expression log b x is

undefined For example, the value of log2(−4) would be the

num-ber y such that 2 y = −4—but 2ycan never be negative Similarly,

logarithms base 1 are undefined: log12 would be the number y

such that 1y= 2—but 1y = 1 for every value of y.

Logarithms show up frequently in the analysis of data structures and algorithms,

including a number that we will discuss in this book Several facts about logarithms

will be useful in these analyses, and are also useful in other settings Here are a few:

Theorem 2.2 (Properties of logarithms)

For any real numbers b > 1, c > 1, x > 0, and y > 0, the following properties hold:

These properties generally follow directly from the analogous properties of

exponen-tials in Theorem 2.1 You’ll explore some properties of logarithms (including many of

the properties from Theorem 2.2) in the exercises

We will make use of one standard piece of notational shorthand: often the

expres-sion log x is written without an explicit base When computer scientists write the

ex-pression log x, we mean log2x One other base is commonly used in logarithms: the

natural logarithm ln x denotes log e x, where e≈2.718281828· · · is defined from calculus

as e := lim n→∞(1 +1

n)n

Throughout this book (and through- out computer science), the as- sumed base of

log x is 2 (Some

computer

scien-tists write lg x to

denote log2x; we’ll

simply write log x.)

But be aware that mathematicians or engineers may treat the default base to

be e or 10.

2.2.6 Moduli and Division

So far, we’ve discussed multiplying numbers (repeatedly, to compute exponentials); in

this subsection, we turn to the division of one number by another When we consider

dividing two integers—64 by 5, for example—there are several useful values to

con-sider: regular-old division (64

5 = 12.8), what’s sometimes called integer division giving

Trang 34

“the whole part” of the fraction (⌊64

5⌋ = 12), and the remainder giving “the leftover

part” of the fraction (the difference between 64 and 12·5, namely 64−60 = 4)

We will return to these notions of division in great detail in Chapter 7, but we’llbegin here with the formal definitions for the notions related to remainders:

Definition 2.9 (Modulus (remainder))

For any integers k > 0 and n, the integer n mod k is the remainder when we divide n by k Using the “floor” notation from Section 2.2.3, the value n mod k is defined as

n mod k := nk·n k .

Here are examples of the value of a few integers mod 3:

Example 2.5 (Three values mod 3)

• 8 mod 3 = 2, because 8 is 2 more than a multiple of 3, namely 6 (Or becausej

The n mod k operation is a standard one in programming languages—it’s written asn % k in many languages, including Java, Python, and C/C++, for example.

In Definition 2.9, we allowed n to be a negative integer, which may stretch your

intuition about remainders a bit Here’s an example of this case of the definition:

Example 2.6 (A negative integer mod 5)

We’ll compute−3 mod 5 simply by following the definition of mod from tion 2.9:

Defini-−3 mod 5 = (−3)−5·−53= (−3)−5·(−1) = (−3) + 5 = 2

Viewed from an appropriate perspective, this calculation should actually be very

intuitive: the value r = n mod k gives the amount r by which n exceeds its closest multiple of k (And−3 is 2 more than a multiple of 5, namely−5, so−3 mod 5 = 2.)

Notice that the value of n mod k is always at least 0 and at most k1, for any n and any k > 0; the remainder when dividing by k can never be k or more At one of these

extreme points, whenn

k has zero remainder, then we say that k (evenly) divides n:

Definition 2.10 (Integer k (evenly) divides integer n)

For any integers k > 0 and n, we say that k divides n, written k|n, if n

k is an integer Notice that k|n is equivalent to n mod k = 0.

Trang 35

Here’s a simple example:

Example 2.7 (What 5 divides)

Because 5· ⌊105⌋= 5·2 = 10 = 10, we know 5|10 But 5· ⌊95⌋= 5·1 = 56= 9, so 56 |9

By rearranging the floor-based definition from Definition 2.9 when n mod k = 0, we

can see that the condition k|n is also equivalent to the condition k·n

k  = n.

Some special numbers: evens, odds, primes, composites

A few special types of integers are defined in terms of their divisibility—specifically

based on whether they are divisible by 2 (evens and odds), or whether they are divisible

by any other integer except for 1 (primes and composites).

Definition 2.11 (Even, odd, and parity)

A nonnegative integer n is even if n mod 2 = 0, and n is odd if n mod 2 = 1 The parity of

n is its “oddness” or “evenness.”

For example, we have 17 mod 2 = 1 and 42 mod 2 = 0, so 17 is odd and 42 is even

Taking it further: If we view 0 as False and 1 as True (see Section 2.2.1), then the value n mod 2 can be

interpreted as a Boolean value In fact, there’s a deeper connection between arithmetic and the Booleans

than might be readily apparent The “exclusive or” of two Boolean values p and q (which we will

en-counter in Section 3.2.3) is denoted pq, and the expression pq is true when one but not both of p and

q is true The exclusive or is sometimes referred to as the parity function, because p + q is odd (viewing p

and q as numerical values, 0 or 1) exactly when pq is true (viewing p and q as Boolean values, False or

True).

Definition 2.12 (Prime and composite numbers)

A positive integer n > 1 is prime if the only positive integers that evenly divide n are 1 and n

itself A positive integer n > 1 is composite if it is not prime.

Notice that the definition of prime numbers does not include 0 and 1, and neither does

the definition of composite numbers: in other words, 0 and 1 are neither composite nor

prime Here are a few examples of prime and composite numbers:

Example 2.8 (Prime numbers)

Problem: Is 77 prime? What about 7?

Solution: 77 is not prime, because it is evenly divisible by 7 In other words, because

77 mod 7 = 0 (and the integer 7 that evenly divides 77 is neither 1 nor 77 itself), 77

is composite

On the other hand, 7 is prime Convincing yourself that something is prime

is harder than convincing yourself that something is not prime, but we can see it

by trying all the possible divisors, namely every positive integer except 1 and 7:

7 mod 2 = 1 and 7 mod 3 = 1 and 7 mod 4 = 3 and 7 mod 5 = 2 and 7 mod 6 = 1,

and furthermore 7 mod d = 7 for any d≥8 None of these remainders is zero, so 7

is prime

Trang 36

Example 2.9 (Small primes and composites)

The first ten prime numbers are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29 The first ten composite

numbers are 4, 6, 8, 9, 10, 12, 14, 15, 16, 18

Chapter 7 is devoted to the properties of modular arithmetic, prime numbers, and the

like These quantities have deep and important connections to cryptography,

error-correcting codes, and other applications that we’ll explore later

2.2.7 Summations and Products

There is one final piece of notation related to numbers that we need to introduce: a

simple way of expressing the sum or product of a collection of numbers We’ll start with

the compact summation notation that allows us to express the result of adding many

numbers:

Definition 2.13 (Summation notation)

Let x1, x2, , x n be a sequence of n numbers We write ∑ n

i=1 x i (usually read as “the sum for i equals 1 to n of x i ”) to denote the sum of the x i s:

n

i=1 x i := x1+ x2+· · ·+ x n

The variable i is called the index of summation or the index variable.

Note that ∑0i=1 x i = 0: when you add nothing together, you end up with zero.

Here are a few very simple examples:

Example 2.10 (Some simple summations)

Let a1= 2, a2= 4, a3= 8, and a4= 16, and let b1= 1, b2= 2, b3= 3, and b4= 4 Then

We can interpret this summation notation as if it expressed a for loop, as shown

in Figure 2.6 The for loop interpretation might help make the “empty sum” more

intuitive: the value of ∑0

i=1 x i = 0 is simply 0 because result is set to 0 in line 1, and it never changes, because n = 0 (and therefore line 3 is never executed).

In general, instead of just adding x i in the ith term of the sum, we can add any

ex-pression involving the index of summation (We can also start the index of summation

at a value other than 1: to denote the sum x j + x j+1+· · ·+ x n, we write ∑n

i=j x i.) Here are

a few examples:

Trang 37

Example 2.11 (Some sums)

Let a1= 2, a2= 4, a3= 8, and a4= 16 Then

∑4i=1 (a i+ 1) = (2 + 1) + (4 + 1) + (8 + 1) + (16 + 1) = 34

Example 2.12 (Some more sums)

Problem: As above, let a1 = 2, a2 = 4, a3 = 8, and a4 = 16 What are the values of the

following expressions?

1 ∑4i=1 i2 2 ∑4i=2 i2 3 ∑4i=1 (a i + i2) 4 ∑4i=15

Solution: Here are the values of these sums:

We will very occasionally consider an infinite sequence of numbers x1, x2, , x i, ;

we may write ∑∞

i=1 x ito denote the infinite sum of these numbers

Example 2.13 (An infinite sum)

Define x i := 1/2i , so that x1 = 1/2, x2 = 1/4, x3 = 1/8, and so forth We can write

i=1x ito denote 1/2 + 1/4 + 1/8 + 1/16 +· · · The value of this summation is 1: each

term takes the sum halfway closer to 1

While the for loop in Figure 2.6 would run forever if we tried to apply it to an infinite

summation, the idea remains precisely the same: we successively add the value of

each term to the result variable (We will discuss this type of infinite sum in detail in

Section 5.2.2, too.)

Reindexing summations

Just as in a for loop, the “name” of the index variable in a summation doesn’t

mat-ter, as long as it’s used consistently For example, both ∑5

i=1 a iand ∑5

j=1 a jdenote the

value of a1+ a2+ a3+ a4+ a5

We can also rewrite a summation by reindexing it (also known as using a change of

index or a change of variable), by adjusting both the limits of the sum (lower and upper)

and what’s being summed while ensuring that, overall, exactly the same things are

being added together

Trang 38

Example 2.14 (Shifting by two)

The sums ∑n

i=3 i and ∑ n−2

j=1 (j + 2) are equal, because both express 3 + 4 + 5 +· · ·+ n (We have applied the substitution j := i−2 to get from the first summation to the second.)

Example 2.15 (Counting backward)

The following two summations have the same value:

summa-We can sum any expression that depends on the index variable—including

sum-mations These summations are called double summations or, more generally, nested summations Just as with nested loops in programs, the key is to read “from the inside

out” in simplifying a summation Here are two examples:

Example 2.16 (A double sum)

Let’s compute ∑6

i=1

h

i j=15i

Observe that, for any fixed value of i≥ 0, the value of ∑i

j=1 5 is just 5i, because we are summing i different copies of the number 5 Therefore

Example 2.17 (A slightly more complicated double sum)

Problem: What is ∑6i=1

h

i j=1 ji?

Solution: Observe that the inner sum (∑ i

j=1 j) has the following value, for each

Trang 39

1 2 3 4

1 7 5 6 5

2 5 5 1 7

3 3 5 8 3 (a) A small table with some arbitrarily chosen numbers.

“row-wise” and

“column-wise.”

When you’re programming and need

to write two nested loops, it sometimes

ends up being easier to write the loops

with one variable in the outer loop

rather than the other variable

Sim-ilarly, it may turn out to be easier to

think about a nested sum by

revers-ing the summation—that is, swapprevers-ing

which variable is the “outer”

summa-tion and which is the “inner.” If we have

any sequence a i,j of numbers indexed by two variables i and j, then ∑ n

i=1n j=1 a i,jand

n j=1n i=1 a i,jhave precisely the same value

Here are two examples of reversing the order of a double summation, for the tables

shown in Figure 2.7:

Problem-solving tip:

When you’re ing at a complicated double summation, try reversing it; it may be much easier

look-to analyze the other way around.

Example 2.18 (A simple sum)

Consider the table in Figure 2.7(a) Write a i,j to denote the element in the ith row and

jth column of the table Then the sum of elements in the table is, by summing the

i=1 the sum of elements in row i = 23 + 18 + 19 = 60

And, by summing the column-sums, the sum of elements in the table is also

j=1 the sum of elements in column j = 15 + 15 + 15 + 15 = 60

Example 2.19 (A double sum, reversed)

Problem: Let n = 8 What is the value of the following sum?

Solution: We are computing the sum of all the values contained in the table in

Fig-ure 2.7(b) The hard way to add up all of these values is by computing the row

sums, and then adding them all up (The given equation expresses this hard way.)

The easier way is reverse the summation, and to instead compute

For any value of j, observe that ∑ n

i=1(−1)i· ⌈2j⌉is actually zero! (This value is just(⌈2j⌉)n

2+ (− ⌈2j⌉)n

2.) In other words, every column sum in the table is zero Thusthe value of the entire summation is ∑n

j=10, which is just 0

Trang 40

Note that computing the sum from Example 2.19 when n = 100 or n = 100,000 remains

just as easy if we use the column-based approach: as long as n is an even number,

every column sum is 0, and thus the entire summation is 0 (The row-based approach

is ever-more painful to use as n gets large.)

Here’s one more example—another view of the double sum ∑6

i=1i j=1 j from

Exam-ple 2.17—where reversing the summation makes the calculation simExam-pler:

i=1i j=1 j.

We seek the sum

of all entries in the table.

Example 2.20 (A double sum, redone)

The value of ∑6

i=1i j=1 j is the sum of all the numbers in the table in Figure 2.8 We

solved Example 2.17 by first computing ∑i

j=1 j, which is the sum of the numbers in the ith row We then summed these values over the six different values of i to get 56.

Alternatively, we can compute the desired sum by looking at columns instead of

rows The sum of the table’s elements is also ∑6j=1h∑6i=j ji, where ∑6i=j j is the sum of

the numbers in the jth column Because there are a total of (7j) terms in ∑6i=j j, the

sum of the numbers in the jth column is precisely j·(7−j) (For example, the 4th

column’s sum is 4·(7−4) = 4·3 = 12.) Thus the overall summation can be written as

The ∑ notation allows us to express repeated addition of a sequence of numbers;

there is analogous notation to represent repeated multiplication of numbers, too:

The summation and product notation have a secret mnemonic to help you remember what each means:

“Σ” is the Greek letter Sigma, which starts with the same letter as the word

sum And “Π” is

the Greek letter Pi, which starts with the same letter as

the word product.

Definition 2.14 (Product notation)

Let x1, x2, , x n be a sequence of n numbers We write ∏ n

i=1 x i (usually read as “the product for i equals 1 to n of x i ”) to denote the product of the x i s:

There are direct analogues between the notions regarding ∑ and corresponding

notions for ∏: the for loop interpretation (Figure 2.9), infinite products, reindexing,

and nested products One slight difference worthy of note: the value of ∏0i=1 x iis 1;

when we multiply by nothing, we’re multiplying by one

Example 2.21 (Some products)

Here are a few simple products:

∏4i=1 i = 1·2·3·4 = 24

∏4i=0 i = 0·1·2·3·4 = 0

∏4i=1 i2 = 12·22·32·42 = 576

∏4i=15 = 5·5·5·5 = 625

Ngày đăng: 26/04/2018, 13:52

TỪ KHÓA LIÊN QUAN

TRÍCH ĐOẠN

TÀI LIỆU CÙNG NGƯỜI DÙNG

TÀI LIỆU LIÊN QUAN