Translating English sentences into Logic Flashcards

1
Q

What must you always remember to do when translating english into logic?

A

Use a key

Never use pronouns ‘she’ in the key as this is ambiguous. Use names

A = Daphne is a dog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Equivalent English words for operators

What are the synonyms for

And, Not, Or, If… then, If and only if, Conclusion.

A
  • And: but, also, as well, too, moreover, in addition, additionally…
  • Not: it is not the case that, neither .. nor, un- …
  • Or: Either .. or, alternatively, unless …
  • If.. then: if, only if, conditional on, when, only when, in case
  • If and only if: when and only when, just in case.
  • Conclusion: so, hence, thus, therefore, it follows that …
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What must we do if a sentence has multiple binary connectives?

A

We must use brackets to make it unambiguous

A proper sentence of formal logic is well formed. (A -> B) & C

An improper sentence of formal logic is ill formed. A -> B & C

Every well formed sentence has exactly one main operator.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disambiguate A -> B & C

A

Potential 1: (A -> B) & C

This sentence is a conjunction with & as its main operator. The conditional is a sub sentence, enclosed in brackets.

Potential 2: A -> (B & C)

This sentence is a conditional with -> as it’s main operator. The conjunction is a sub sentence.

In logic the main operator is always outside the bracket.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Translate this into Logic

“If Hannah and Mary visit the Museum then Jane will either go fishing or she will play the guitar”

A

Key: H: Hannah will visit the Museum
M: Mary will visit the Museum

F: Jane will go fishing

G: Jane will play the guitar

(H & M) -> (F v G)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Is ∼A -> B ambiguous?

Explain why/ why not

A

It is not

Convention is that ∼ negates the unit exactly to the right of it. If this unit is in brackets then the whole thing is negated.

In this sentence A is negated and -> is the main operator

It is different from ∼(A -> B) where the the main operator is ∼

How well did you know this?
1
Not at all
2
3
4
5
Perfectly