Can anyone give me some examples of this rule of inference

58 Views Asked by At

This is the rule, and I'm not sure about the case yet. I would like to see some text examples.

$p \lor q$

$p\rightarrow r$

$q \rightarrow r$


$r$

1

There are 1 best solutions below

2
On

You are given:

  1. the sky is red or the ocean is yellow
  2. if the sky is red then crocodiles are mammals
  3. if the ocean is yellow then crocodiles are mammals

From these three you conclude that crocodiles are mammals

Makes sense?