Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $((aimplies b) land (cimplies a)) implies (c implies b)$
  2.  
  3. documentclass{article}
  4.  
  5. usepackage{amsmath}
  6. usepackage{mathabx}
  7.  
  8. begin{document}
  9. % from egreg's solution
  10. $((a implies b) land (c implies a)) (c implies b)$
  11. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement