Question

In: Statistics and Probability

Find the proof of the following ((a ∧ b) ∨ (c ∧ d)), (a → e),...

Find the proof of the following

((a ∧ b) ∨ (c ∧ d)), (a → e), (b → f), (c → f), (d → e) ⊢ e

Solutions

Expert Solution

¬ (not)

∧ (and)

∨ (or)

→ (implies)

↔ (if and only if)

The

meaning can be calculated using the standard truth tables.

A B ¬A A ∧ B A ∨ B A → B A ↔ B

1 1 0 1 1 1 1

1 0 0 0 1 0 0

0 1 1 0 1 1 0

0 0 1 0 0 1 1

Double negation ¬(¬p) ≡ p
Excluded middle p ∨ ¬p ≡ Tr ue
Contradiction p ∧ ¬p ≡ F al se
Identity laws Tr ue ∧ p ≡ p
F al se ∨ p ≡ p
Idempotent laws p ∧ p ≡ p
p ∨ p ≡ p
Commutative laws p ∧ q ≡ q ∧ p
p ∨ q ≡ q ∨ p
Associative laws (p ∧ q)∧r ≡ p ∧(q ∧r )
(p ∨ q)∨r ≡ p ∨(q ∨r )
Distributive laws p ∧(q ∨r ) ≡ (p ∧ q)∨(p ∧r )
p ∨(q ∧r ) ≡ (p ∨ q)∧(p ∨r )
DeMorgan’s laws ¬(p ∧ q) ≡ (¬p)∨(∧q)
¬(p ∨ q) ≡ (¬p)∧(∧q)
Conjunction introduction. If you know A, and you know B, you can conclude A ∧B.
Conjunction elimination If you know A ∧B, then A.
Negation elimination If ¬(¬A) is true, then so is A.
Negation introduction If you assumed A, and you arrived at a contradiction,
then you can say ¬A is true.
Disjunction introduction If A is true, then A ∨B is true.
Disjunction elimination If you know A ∨B, and you know B is false, then A is true.
Implication introduction If you assume A, and arrive at B, you can conclude A → B.
Modus Ponens If you know A → B is true, and you know A is true,
you can conclude B.
Modus Tollens If you know A → B, and you know ¬B,
you can conclude ¬A.
Law of syllogism If you know A → B, and you know B →C,
you can conclude A →C.
Universal elimination If you know ∀xP(x), you can conclude P(c)
for an arbitrary c in the universe of discourse.
Universal introduction If you know P(c) for an arbitrary c
in the universe of discourse, you can conclude ∀xP(x).
Existential introduction If you know P(c) for a specific c
in the universe of discourse, you can conclude ∃xP(x).
Existential elimination If you know ∃xP(x), you can conclude P(c)
for a specific c in the universe of discourse.

By using this you can prove these results.


Related Solutions

Consider the cross: A/a; b/b; C/c; D/d; E/e x A/a; B/b; c/c; D/d; e/e a) what...
Consider the cross: A/a; b/b; C/c; D/d; E/e x A/a; B/b; c/c; D/d; e/e a) what proportion of the progeny will phenotypically resemble the first parent? b) what proportion of the progeny will genotypically resemble neither parent?
Given the following knowledge base: a <- b^c. b <- d^e. b <- g^e. c <-...
Given the following knowledge base: a <- b^c. b <- d^e. b <- g^e. c <- e. d. e. ƒ <- a^g. Which of the following would be the trace of resolved atoms assuming a bottoms-up proof procedure? Select one: a. {a,b,c,e,g} b. {a,b,c,e,d} c. {g,e,b,e,c,a} d. None of these options Constraint Satisfaction Problem (CSP) is consists of a set of _________________. Select one: a. Variables, heuristics, and solutions b. Variables, domains, and backtracking c. Variables, domains, and constraints d....
Find A, B, C, D, E such that the rule Af(a − 2h) + Bf(a −...
Find A, B, C, D, E such that the rule Af(a − 2h) + Bf(a − h) + Cf(a) + Df(a + h) + Ef(a + 2h) approximates f"'(a) with the error O(h^p) for the largest order of convergence p. What is this p equal to? Please be clear and show all steps, thanks!
Find A, B, C, D, E such that the rule Af(a − 2h) + Bf(a −...
Find A, B, C, D, E such that the rule Af(a − 2h) + Bf(a − h) + Cf(a) + Df(a + h) + Ef(a + 2h) approximates f"'(a) with the error O(h^p) for the largest order of convergence p. What is this p equal to? Please be clear and show all steps, thanks!
For the relation R(A,B,C,D,E) with the following Functional Dependencies: A → B, A → C, BC...
For the relation R(A,B,C,D,E) with the following Functional Dependencies: A → B, A → C, BC → D, AC → E, CE → A, list all non-trivial FDs following from the above.    Generate all possible keys for R. Check whether R is in 3NF. If it is in 3NF, explain the criteria you used. If it is not in 3NF, convert it into 3NF, showing the new relations and their FDs.
Let A = {a, b, c, d} and B = {b, d, e}. Write out all...
Let A = {a, b, c, d} and B = {b, d, e}. Write out all of the elements of the following sets. (a) B ∩ ∅ (b) A ∪ B (c) (A ∩ B) × B (d) P(A\B) (e) {X ∈ P(A) | |X| ≤ 3}
Consider the following relational schema and set of functional dependencies. S(A,B,C,D,E,F,G) D → E E →...
Consider the following relational schema and set of functional dependencies. S(A,B,C,D,E,F,G) D → E E → B C → FG BE → AC Is the decomposition of S into S1(E,G,F) and S2(A,B,C,D,G) a lossless join decomposition? Choose one of the following queries as your answer: SELECT ’lossy’; SELECT ’lossless’;
What are the values of a, b, c, d, and e after the following statements? int...
What are the values of a, b, c, d, and e after the following statements? int a = 5, b = 2, c = 8, d = 7, e = 4; int x = c - b + a; a = a + x - d; b = c * d - x; c = e + a / 2; d = x - c * a; e = x + d - c;
Find the value of a : b : c : d, if a : b = 2 : 3, b : c = 4 : 5 and c : d = 6 : 7.
Find the value of a : b : c : d, if a : b = 2 : 3, b : c = 4 : 5 and c : d = 6 : 7.
Find the constants a, b, c, d, e, r0, r1 for the ellipse r =15/(3−2cosθ) and...
Find the constants a, b, c, d, e, r0, r1 for the ellipse r =15/(3−2cosθ) and sketch the graph.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT