Discrete Mathematical Structures
eBook - ePub

Discrete Mathematical Structures

A Succinct Foundation

B. V. Senthil Kumar, Hemen Dutta

Share book
  1. 262 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Discrete Mathematical Structures

A Succinct Foundation

B. V. Senthil Kumar, Hemen Dutta

Book details
Book preview
Table of contents
Citations

About This Book

This book contains fundamental concepts on discrete mathematical structures in an easy to understand style so that the reader can grasp the contents and explanation easily. The concepts of discrete mathematical structures have application to computer science, engineering and information technology including in coding techniques, switching circuits, pointers and linked allocation, error corrections, as well as in data networking, Chemistry, Biology and many other scientific areas. The book is for undergraduate and graduate levels learners and educators associated with various courses and progammes in Mathematics, Computer Science, Engineering and Information Technology. The book should serve as a text and reference guide to many undergraduate and graduate programmes offered by many institutions including colleges and universities. Readers will find solved examples and end of chapter exercises to enhance reader comprehension.

Features



  • Offers comprehensive coverage of basic ideas of Logic, Mathematical Induction, Graph Theory, Algebraic Structures and Lattices and Boolean Algebra
  • Provides end of chapter solved examples and practice problems
  • Delivers materials on valid arguments and rules of inference with illustrations
  • Focuses on algebraic structures to enable the reader to work with discrete structures

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Discrete Mathematical Structures an online PDF/ePUB?
Yes, you can access Discrete Mathematical Structures by B. V. Senthil Kumar, Hemen Dutta in PDF and/or ePUB format, as well as other popular books in Computer Science & Operating Systems. We have over one million books available in our catalogue for you to explore.

Information

Publisher
CRC Press
Year
2019
ISBN
9780429624308
Edition
1

1

Logics and Proofs

1.1 Introduction

In this chapter, we discuss propositional logic and various methods of proving validity of propositions. The concept of logic has many applications in computer science to develop computer programs, to verify the logic of program and also in electronics to design circuits.

1.2 Proposition

A proposition (or statement) is a declarative sentence which is true or false, but not both. Consider, for example,
  • (i) The year 2000 is a leap year.
  • (ii) 5 + 3 = 7.
  • (iii) x = 1 is a solution of x3 = 1.
  • (iv) Close the door.
In the above, (i)–(iii) are propositions, whereas (iv) is not a proposition. Moreover, (i) and (iii) are true, while (ii) is false.

1.3 Compound Propositions

Many propositions are composite, that is, composed of subpropositions and various connectives discussed in the next section. Such composite propositions are called compound propositions. A...

Table of contents