Advertisement
ikegami

Untitled

Jan 22nd, 2021 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Lets define terms again:
  2.  
  3. P = A +1/+1 counter was placed on Nadir
  4. Q = A 1/1 blue creature token was created
  5.  
  6. X = 1 mana was paid
  7. Y = Counters can be placed
  8. Z = Tokens can be created
  9.  
  10. The scenario you proposed:
  11.  
  12. X
  13. ¬Y
  14. Z
  15.  
  16. If the cost is payed, as much as possible must be done. As such, this statement must be true:
  17.  
  18. X → ( (¬Y ∧ ¬P) ∨ (Y ∧ P) ) ∧ ( (¬Z ∧ ¬Q) ∨ (Z ∧ Q) )
  19.  
  20. Since X, we know the following must be true:
  21.  
  22. ( (¬Y ∧ ¬P) ∨ (Y ∧ P) ) ∧ ( (¬Z ∧ ¬Q) ∨ (Z ∧ Q) )
  23.  
  24. Since ¬Y, and since Z, we know the following must be true:
  25.  
  26. ¬P ∧ Q
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement