1 / 23

A Harder Example - Logical Rule Application

An example of applying a logical rule in a complex scenario, showing step-by-step branching and ordering strategy. Click for more!

vicentej
Download Presentation

A Harder Example - Logical Rule Application

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Harder Example (PvQ)>R -[(P>R)&(Q>R)] (PvQ)>R | (P>R)&(Q>R)

  2. A Harder Example (PvQ)>R -[(P>R)&(Q>R)] (PvQ)>R | (P>R)&(Q>R)

  3. A Harder Example (-&) Rule -(A&B) -A -B (PvQ)>R -[(P>R)&(Q>R)] (PvQ)>R | (P>R)&(Q>R)

  4. A Harder Example 1 (-&) Rule -(A&B) -A -B (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R)

  5. A Harder Example 1 (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R)

  6. A Harder Example 1 (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) (->) Rule -(A>B) A -B

  7. A Harder Example 1 2 (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) (->) Rule -(A>B) A -B P -R

  8. A Harder Example 1 2 (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) (->) Rule -(A>B) A -B P -R

  9. A Harder Example 1 2 3 (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) (->) Rule -(A>B) A -B P -R Q -R

  10. A Harder Example 1 2 3 (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R

  11. A Harder Example 1 2 3 (>) Rule A>B -A B (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R

  12. A Harder Example 1 2 3 (>) Rule A>B -A B (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R THE RESULT OF APPLYINGA RULE MUST APPEAR ONEVERY OPEN BRANCH BELOW THE PLACE IT IS APPLIED.

  13. A Harder Example 1 2 3 4 (>) Rule A>B -A B -(PvQ) R -(PvQ) R (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R THE RESULT OF APPLYINGA RULE MUST APPEAR ONEVERY OPEN BRANCH BELOW THE PLACE IT IS APPLIED.

  14. A Harder Example 1 2 3 4 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R

  15. A Harder Example 1 2 3 4 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R

  16. A Harder Example 1 2 3 4 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R (-v) Rule -(AvB) -A -B

  17. A Harder Example 1 2 3 4 5 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R (-v) Rule -(AvB) -A -B -P -Q

  18. A Harder Example 1 2 3 4 5 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R (-v) Rule -(AvB) -A -B -P -Q -(AvB) = -A&-B

  19. A Harder Example 1 2 3 4 5 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R (-v) Rule -(AvB) -A -B -P -Q

  20. A Harder Example 1 2 3 4 5 6 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R (-v) Rule -(AvB) -A -B -P -Q -P -Q

  21. A Harder Example 1 2 3 4 5 6 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) P -R Q -R -P -Q * -P -Q *

  22. A Harder Example 5 1 2 3 4 6 -(PvQ) R * -(PvQ) R * (PvQ)>R -[(P>R)&(Q>R)] -(P>R) -(Q>R) (PvQ)>R | (P>R)&(Q>R) VALID P -R Q -R -P -Q * -P -Q *

  23. Ordering Strategy It is best to do non-branching steps first. For more click here

More Related