Advertisement
Guest User

Untitled

a guest
Apr 6th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.43 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{amsmath}
  4.  
  5. \begin{document}
  6.  
  7. \[
  8.  f(x) =
  9.    \begin{cases}
  10.      1    & \text{if } x \in U \\
  11.      F(x) & \text{if } x \notin U.
  12.    \end{cases}
  13. \]
  14. If~$T$ is open in $[0,1]$ then
  15. \[
  16.  f^{-1}[T] =
  17.    \begin{cases}
  18.      \big(F^{-1}[T] \cap X \big)\cup U & \text{if } 1 \in T \\
  19.      F^{-1}[T] \cap V                  & \text{if } 1 \notin T,
  20.    \end{cases}
  21. \]
  22.  
  23. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement