qbao775 commited on
Commit
be1663a
1 Parent(s): aed381c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -44,19 +44,19 @@ Alice is happy.
44
  Alice is not happy.
45
  ```
46
 
47
- The expected answer for the following example is they are logically equivalent which is 1. Use constraposition law `(A <=> not not A)` to show that following example is true.
48
  ```
49
  Alice is happy.
50
  Alice is not sad.
51
  ```
52
 
53
- The expected answer for the following example is they are logically inequivalent which is 0. Use double negation law `(If A then B <=> not A or B)` to show that following example is false. The `or` in `not A or B` refer to the the meaning of `otherwise` in natural language.
54
  ```
55
  If Alan is kind, then Bob is clever.
56
  Alan is kind or Bob is clever.
57
  ```
58
 
59
- The expected answer for the following example is they are logically equivalent which is 1. Use constraposition law `(If A then B <=> not A or B)` to show that following example is true. The `or` in `not A or B` refer to the the meaning of `otherwise` in natural language.
60
  ```
61
  If Alan is kind, then Bob is clever.
62
  Alan is not kind or Bob is clever.
 
44
  Alice is not happy.
45
  ```
46
 
47
+ The expected answer for the following example is they are logically equivalent which is 1. Use double negation law `(A <=> not not A)` to show that following example is true.
48
  ```
49
  Alice is happy.
50
  Alice is not sad.
51
  ```
52
 
53
+ The expected answer for the following example is they are logically inequivalent which is 0. Use implication law `(If A then B <=> not A or B)` to show that following example is false. The `or` in `not A or B` refer to the the meaning of `otherwise` in natural language.
54
  ```
55
  If Alan is kind, then Bob is clever.
56
  Alan is kind or Bob is clever.
57
  ```
58
 
59
+ The expected answer for the following example is they are logically equivalent which is 1. Use implication law `(If A then B <=> not A or B)` to show that following example is true. The `or` in `not A or B` refer to the the meaning of `otherwise` in natural language.
60
  ```
61
  If Alan is kind, then Bob is clever.
62
  Alan is not kind or Bob is clever.