-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchapter1.html
More file actions
38 lines (38 loc) · 2.06 KB
/
chapter1.html
File metadata and controls
38 lines (38 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>chapter1</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="plausible-reasoning">Plausible Reasoning</h1>
<p><span class="math inline">\(\leftarrow\)</span> <a href="./index.html">Back to Chapters</a></p>
<h2 id="proof-of-1.13">Proof of 1.13</h2>
<p>if <span class="math inline">\(\overline{B} = AD\)</span> then <span class="math inline">\(A\overline{B}=\overline{B}\)</span>:</p>
<p><span class="math inline">\(\overline{B} = AD\)</span></p>
<p><span class="math inline">\(A\overline{B} = AAD\)</span></p>
<p><span class="math inline">\(A\overline{B} = AD\)</span></p>
<p><span class="math inline">\(A\overline{B} = \overline{B}\)</span></p>
<p><span class="math inline">\(\square\)</span></p>
<p>if <span class="math inline">\(\overline{B} = AD\)</span> then <span class="math inline">\(B\overline{A}=\overline{A}\)</span>:</p>
<p><span class="math inline">\(\overline{B} = AD\)</span></p>
<p><span class="math inline">\(A+\overline{B} = A+AD\)</span></p>
<p><span class="math inline">\(A+\overline{B} = A\)</span> using <a href="https://proofwiki.org/wiki/Absorption_Laws_(Boolean_Algebras)">absorption laws</a>, which can be proved with a truth table</p>
<p><span class="math inline">\(\overline{A}B = \overline{A}\)</span></p>
<p><span class="math inline">\(\square\)</span></p>
</body>
</html>