I hope this helps!Translating Statements into Logical Formulas

In summary, the statement "if you are a comedian then you are funny." is equivalent to the statement "all comedians are funny", and is expressed as ##C(x) \implies F(x)## in logic. This does not say anything about non-comedians.
  • #1
Miike012
1,009
0
Is the statement "if you are a comedian then you are funny." equivalent to what is defined in part (a)?
 

Attachments

  • DiscMQ.jpg
    DiscMQ.jpg
    4.7 KB · Views: 315
Physics news on Phys.org
  • #2
"You" is singular because "a comedian" is singular, so it is applying to a single person. One single person is funny if they are a comedian.

Hint: the correct translation is very short.
 
  • #3
"You" in this case means "a person", i.e. "any person" (hint: any ##{}\approx\forall## ;-))
 
  • #4
The statements says all comedians are funny. The reason why I am asking the question is because to me the symbolic expression in the paint document which expresses that "All comedians are funny" implies that if you are a comedian then you must be funny.

So what I am saying, that "all comedians are funny" and "if you are a comedian then you are funny" are equivalent.

After all the logical expression is referring to all people in that world that are comedians which is exemplified in the sentence "if you are a comedian then you are funny."

That is what I am thinking and to me my logic makes sense but I am obviously work.
 
Last edited:
  • #5
Here is another explanation of what I am thinking.

First assume that all comedians are funny.

Now Let the set P consist of all people and let C consist of n elements, none of which are equal to each other. If
The set C consists of all comedians in P, then there must only be n people that are comedians.

Now I will construct a set c such that c = {c1,c2,...,cm}. I will define set c to contain comedians therefore if cm is a person and a comedian then it will belong to the set c.
Because c is a subset of P, m must be equal to n, or c must be comprised of n comedians. I can conclude that c and C are equal.

where C denotes "all comedians are funny."
and c denotes "if you are a comedian then you are funny."

I think I know where I am getting confused. Because I am constructing the set of comedians in my mind I am pretending that I am asking everyone the question "Are you a comedian" then they answer yes or no. If yes then I add them to the group of "Funny" if no then I ignore them.
However what I am doing is constructing the set that already "exists". What I should do is not construct the set but already assume that the set exists.
I bet none of what I just said makes any sense.
 
Last edited:
  • #6
I think you were getting a bit carried away in your second post, so let me reply to the first one instead :)

Miike012 said:
The statements says all comedians are funny. The reason why I am asking the question is because to me the symbolic expression in the paint document which expresses that "All comedians are funny" implies that if you are a comedian then you must be funny.

So what I am saying, that "all comedians are funny" and "if you are a comedian then you are funny" are equivalent.
Correct. This is how in mathematical logic we express a statement like "all X are Y". You cannot express this directly, because you would have to say something like "Let ##C## be the set of all comedians. Then ##\forall x \in C, F(x)##. Unfortunately, in logic, a for-all symbol always runs over the entire universe - in this case, all people, so once you write ##\forall x## you imply ##\forall x \in X## and the qualification over ##C## is invalid.

Instead, you know that if you find a comedian, then (s)he must be funny. This is one of the things that the implication ##C(x) \implies F(x)## expresses. Also, note that the statement does not say anything about what happens when x is not a comedian. We are not saying that all non-comedians are funny too, or aren't funny. Otherwise, you would need to express this additional information.
Just for your understanding, it may be helpful to compare the following statements and trying to translate them to a logical formula:
(1) "All comedians are funny." (the original statement)
(2) "All comedians, and comedians only, are funny."
(3) "All funny people are comedians."

If you have learned about truth tables, you may want to try drawing those too and look at the differences:
Code:
C(x)  F(x)   (1): C(x)->F(x)   (2): ...    (3): ...
  T      T              ...
  T      F
  F      T
  F      F
 

1. What is "logic expression"?

Logic expression refers to a statement or equation that represents a logical relationship between two or more variables, usually using symbols such as AND, OR, and NOT. It is commonly used in computer programming and mathematics to represent logical operations.

2. How is "logic expression" translated into English?

Logic expressions are translated into English by breaking down the symbols and operations into words and phrases that convey the same logical meaning. For example, the symbol "&" might be translated as "and" and the symbol "!" might be translated as "not".

3. Why is it important to be able to express logic in English?

Translating logic expressions into English allows for easier understanding and communication of complex logical relationships. It also allows for easier troubleshooting and debugging in programming, as well as clearer explanations of mathematical concepts.

4. What are some common keywords used in English when expressing logic?

Some common keywords used in English when expressing logic include "and", "or", "not", "if", "then", "else", "implies", "equivalent", "for all", and "there exists". These keywords are used to represent logical operations such as conjunction, disjunction, negation, implication, and quantification.

5. Are there any rules or conventions for translating logic into English?

Yes, there are some general rules and conventions for translating logic into English. For example, the order of operations is typically represented by parentheses in logic expressions, but in English, the words "not" and "and" are usually applied first, followed by "or". Additionally, the use of parentheses and proper punctuation is important for maintaining the correct logical meaning when translating into English.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
350
Replies
11
Views
805
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
5K
Replies
3
Views
843
  • Math Proof Training and Practice
Replies
19
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
40
Views
6K
  • Set Theory, Logic, Probability, Statistics
Replies
21
Views
2K
Back
Top