• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

If everyone else gets to ask for math help...

notfred

Lifer
so do I, so help me with this problem 🙂

Give a formal proof of the following tautology:
(A implies B) implies ((B implies C) implies (A or B implies C))

I haven't even tried it yet, thought I'd just see if anyone else wanted to do my homework for me 😛
 
Originally posted by: notfred
No one? Prior's thread has 10 replies. I feel so unloved 🙁

I thought you were going to bitch about people who asked for Maths help!

Well I think I did something like this before in my 1st year. Can't be assed to find it but then it would probably be wrong as my maths is cack 🙁

Koing

 
(A implies B) implies ((B implies C) implies (A or B implies C))

I don't get what the question is but isn't that last fact kind of usless give B implies C
 
Looking at that makes my head hurt just thinking about it.

BTW, do your own work. At least try it before you attempt to get people to do it for you. 😉
 
Originally posted by: Spencer278
(A implies B) implies ((B implies C) implies (A or B implies C))

I don't get what the question is but isn't that last fact kind of usless give B implies C

Do you even know what a tautology is?
 
Lets hope the formatting isn't screwed up.

(A implies B) implies ((B implies C) implies (A or B implies C))


A | B | C | A->B | B->C | AvB | (AvB)->C | (B->C)->((AvB)->C) | (A->B)->((B->C)->((AvB)->C)
-------------------------------------------------------------------------------------------
T | T | T | T | T | T | T | T | T
T | T | F | T | F | T | F | T | T
T | F | T | F | T | T | T | T | T
T | F | F | F | T | T | F | F | T
F | T | T | T | T | T | T | T | T
F | T | F | T | F | T | F | T | T
F | F | T | T | T | F | T | T | T
F | F | F | T | T | F | T | T | T

Edit: Yup, screwed up. It looks perfect in NOTEPAD 😉
 
Originally posted by: notfred
so do I, so help me with this problem 🙂

Give a formal proof of the following tautology:
(A implies B) implies ((B implies C) implies (A or B implies C))

I haven't even tried it yet, thought I'd just see if anyone else wanted to do my homework for me 😛

man 2 years since my last class on that... couldn't help ya here... barely remember the hypo and disjunctive syllogism law.s
 
Originally posted by: Kyteland
Lets hope the formatting isn't screwed up.

(A implies B) implies ((B implies C) implies (A or B implies C))


A | B | C | A->B | B->C | AvB | (AvB)->C | (B->C)->((AvB)->C) | (A->B)->((B->C)->((AvB)->C)
-------------------------------------------------------------------------------------------
T | T | T | T | T | T | T | T | T
T | T | F | T | F | T | F | T | T
T | F | T | F | T | T | T | T | T
T | F | F | F | T | T | F | F | T
F | T | T | T | T | T | T | T | T
F | T | F | T | F | T | F | T | T
F | F | T | T | T | F | T | T | T
F | F | F | T | T | F | T | T | T

Edit: Yup, screwed up. It looks perfect in NOTEPAD 😉


Truth table, is that what you wanted?
 
Originally posted by: Kyteland
Lets hope the formatting isn't screwed up.

(A implies B) implies ((B implies C) implies (A or B implies C))


A | B | C | A->B | B->C | AvB | (AvB)->C | (B->C)->((AvB)->C) | (A->B)->((B->C)->((AvB)->C)
-------------------------------------------------------------------------------------------
T | T | T | T | T | T | T | T | T
T | T | F | T | F | T | F | T | T
T | F | T | F | T | T | T | T | T
T | F | F | F | T | T | F | F | T
F | T | T | T | T | T | T | T | T
F | T | F | T | F | T | F | T | T
F | F | T | T | T | F | T | T | T
F | F | F | T | T | F | T | T | T

Edit: Yup, screwed up. It looks perfect in NOTEPAD 😉

I think he wanted something more formal than a truth table.
 
Like this?

(A->B)->((B->C)->((AvB)->C)
!(A->B)v((B->C)->((AvB)->C) : by the rule x->y == !xvy
!(!AvB)v((B->C)->((AvB)->C) : by the rule x->y == !xvy
!(!AvB)v(!(B->C)v((AvB)->C) : by the rule x->y == !xvy
!(!AvB)v(!(B->C)v(!(AvB)vC) : by the rule x->y == !xvy
!(!AvB)v(!(!BvC)v(!(AvB)vC) : by the rule x->y == !xvy
(A^!B)v(!(!BvC)v(!(AvB)vC) : by the rule !(xvy) == (!x^!y)
(A^!B)v((B^!C)v(!(AvB)vC) : by the rule !(xvy) == (!x^!y)
(A^!B)v((B^!C)v((!A^!B)vC) : by the rule !(xvy) == (!x^!y)
(A^!B)v(B^!C)v(!A^!B)v(C) : Simplified parenthesis
(!B)v(B^!C)v(C) : by the rule (x^y)v(!x^y) == y
!!(!BvC)v(B^!C) : by the rule !!x == x
!(B^!C)v(B^!C) : by the rule !(xvy) == (!x^!y)
T : by the rule !xvx == T

Edit: And what the hell do you mean by "more formal than a truth table"? Truth tables are a valid method of proof. His question never stated to prove it only using logical axioms or equivalences.
 
Originally posted by: Kyteland
Like this?

(A->B)->((B->C)->((AvB)->C)
!(A->B)v((B->C)->((AvB)->C) : by the rule x->y == !xvy
!(!AvB)v((B->C)->((AvB)->C) : by the rule x->y == !xvy
!(!AvB)v(!(B->C)v((AvB)->C) : by the rule x->y == !xvy
!(!AvB)v(!(B->C)v(!(AvB)vC) : by the rule x->y == !xvy
!(!AvB)v(!(!BvC)v(!(AvB)vC) : by the rule x->y == !xvy
(A^!B)v(!(!BvC)v(!(AvB)vC) : by the rule !(xvy) == (!x^!y)
(A^!B)v((B^!C)v(!(AvB)vC) : by the rule !(xvy) == (!x^!y)
(A^!B)v((B^!C)v((!A^!B)vC) : by the rule !(xvy) == (!x^!y)
(A^!B)v(B^!C)v(!A^!B)v(C) : Simplified parenthesis
(!B)v(B^!C)v(C) : by the rule (x^y)v(!x^y) == y
!!(!BvC)v(B^!C) : by the rule !!x == x
!(B^!C)v(B^!C) : by the rule !(xvy) == (!x^!y)
T : by the rule !xvx == T

Edit: And what the hell do you mean by "more formal than a truth table"? Truth tables are a valid method of proof. His question never stated to prove it only using logical axioms or equivalences.

truth tables are a valid method but many professors (at this stage in the game) won't accept them as a proof.
 
Back
Top