TN Online TestSamacheer Kalvi · 1–12

Discrete Mathematics — Key Definitions, Truth Tables & Laws

Discrete Mathematics — Key Definitions, Truth Tables & Laws

Binary operation

\(*\) is a binary operation on \(S\) if \(*\,:\,S\times S\to S\); i.e. \(a*b\in S\) for all \(a,b\in S\) (closure).

Properties (operation \(*\) on \(S\), identity \(e\))

The identity, if it exists, is unique; the inverse (under associativity) is unique.

Boolean matrices (entries \(\in\{0,1\}\))

Join: \((A\lor B)_{ij}=\max(a_{ij},b_{ij})\). Meet: \((A\land B)_{ij}=\min(a_{ij},b_{ij})\). Identity for join \(=\) null matrix \(O\); identity for meet \(=\) all-ones matrix \(U\).

Modular arithmetic

\(a\equiv b\ (\mathrm{mod}\ n)\iff n\mid(a-b)\). On \(\mathbb{Z}_n\): \(a+_n b=\) remainder of \((a+b)\) mod \(n\); \(\quad a\times_n b=\) remainder of \((a\times b)\) mod \(n\).

Truth table — negation

\[\begin{array}{c|c} p & \lnot p\\ \hline T & F\\ F & T \end{array}\]

Truth tables — binary connectives

\[\begin{array}{c|c|c|c|c|c|c} p & q & p\land q & p\lor q & p\to q & p\leftrightarrow q & p\veebar q\\ \hline T & T & T & T & T & T & F\\ T & F & F & T & F & F & T\\ F & T & F & T & T & F & T\\ F & F & F & F & T & T & F \end{array}\]

Conditional and its consequences

Classification

Laws of logical equivalence

Duality

Swap \(\land\leftrightarrow\lor\) and \(T\leftrightarrow F\) (variables and negations unchanged) to obtain the dual of a statement.

Solved MCQs → Practice test →

More for this chapter

Solved MCQsAnswers + explanations
Practice TestInteractive · instant score
Study NotesConcepts & methods
Book Back AnswersQuick answer key