Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Assume x > y # Antecedent assumption
  2.  
  3. Then x ≥ ⌊x⌋ # By definition
  4.  
  5. Then x ≥ z # By definition
  6.  
  7. Then ⌊x⌋≥ z # Also by definition
  8.  
  9. Let z = ⌊y⌋ # By assumption & definition since ∀z ∈ ℤ, y ∈ ℝ and ℤ ∈ ℝ
  10.  
  11. Then ⌊x⌋ ≥ ⌊y⌋ # Substitution
  12.  
  13. Then x > y ⇒ ⌊x⌋ ≥ ⌊y⌋ # Introduce implication
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement