9
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 23 Jul 2023
9 points (100.0% liked)
math
274 readers
1 users here now
Interesting news and discussion centered around Mathematics
founded 1 year ago
MODERATORS
Oh I think I'm starting to get it. You're converting whether or not the proposition is true into a conditional, not the proposition itself. I don't think
(a OR b) -> c = ~(a OR b) OR c
is valid, I think it needs to be written such that it communicatesThe proposition (a OR b) -> c is true if the following conditional ~(a OR b) OR c is true.
It would be more clear in the opposite order too,If the conditional ~(a OR b) OR c is true, then the proposition (a OR b) -> c is also true.
Without a set of data, you have my first truth table, so you can't actually say whether or not (a OR b) -> c is true. However, the conditional has an associated complete truth table. They're not equivalent. I can prove that they're not equivalent by giving you another conditional that satisfies (a OR b) -> c:
~(A or B or C) or C
which simplifies toC
. The truth tables are different, soc != ~(a OR b) OR c
however in your notation,(a OR b) -> c = ~(a OR b) OR c
, which means the way I solved it would be written(a OR b) -> c = c
. I'm going to switch to double equals for clarity: