Guest User

Untitled

a guest
Apr 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1.  
  2. \documentclass[12pt,a4paper,draft]{article} % change 'draft' to 'final' before final printing
  3. \usepackage[T1]{fontenc} %non-English hyphenation (orddeling)
  4. \usepackage[utf8]{inputenc} %lets you write Danish letters in the tex-file:
  5. % remember to erase the ones you aren't using! it depends on your editor which one you need
  6. \usepackage[danish]{babel} %change 'danish' to 'english' if writing in English
  7. \usepackage{amsmath,amsfonts,amssymb,amsthm} %AMS' packages for symbols, theorems etc.
  8. \usepackage[final]{graphicx} %for including figures (\includegraphics)
  9. \usepackage{showkeys} %shows labels/references when in draft mode (you choose between 'draft' and 'final' in \documentclass). You may want to add notref and notcite: \usepackage[notref,notcite]{showkeys}
  10. \usepackage{mathtools}
  11.  
  12. %\bibliographystyle{alpha} %if you're using BibTeX, you set the bibliographystyle here
  13.  
  14. %\frenchspacing %tells LaTeX not to insert extra space at the end of sentences
  15.  
  16. %Below are some styles for definitions, theorems, etc. defined.
  17. %Uncomment either the Danish or the English version to use them:
  18.  
  19. %Danish version:
  20. \theoremstyle{plain}
  21. \newtheorem{saetn}{S�tning}[section]
  22. \newtheorem{prop}[saetn]{Proposition}
  23. \newtheorem{lemma}[saetn]{Lemma}
  24. \newtheorem{kor}[saetn]{Korollar}
  25. \theoremstyle{definition}
  26. \newtheorem{defi}[saetn]{Definition}
  27. \newtheorem{bem}[saetn]{Bem�rkning}
  28. \newtheorem{eks}[saetn]{Eksempel}
  29. \newtheorem{obs}[saetn]{Observation}
  30. %
  31. %English version:
  32. %\theoremstyle{plain}
  33. %\newtheorem{thm}{Theorem}[section]
  34. %\newtheorem{prop}[thm]{Proposition}
  35. %\newtheorem{lemma}[thm]{Lemma}
  36. %\newtheorem{cor}[thm]{Corollary}
  37. %\theoremstyle{definition}
  38. %\newtheorem{defi}[thm]{Definition}
  39. %\newtheorem{rem}[thm]{Remark}
  40. %\newtheorem{ex}[thm]{Example}
  41. %\newtheorem{obs}[thm]{Observation}
  42. %
  43.  
  44. %Examples of handy use of \newcommand, \renewcommand and \DeclareMathOperator.
  45. %Uncomment to use them:
  46. \newcommand{\N}{\mathbb N} %the natural numbers
  47. \newcommand{\Z}{\mathbb Z} %the integers
  48. \newcommand{\Q}{\mathbb Q} %the rational numbers
  49. \newcommand{\R}{\mathbb R} %the real numbers
  50. \newcommand{\C}{\mathbb C} %the complex numbers
  51. \newcommand{\E}{\mathbb E}
  52. \newcommand{\K}{\mathbb K}
  53. \newcommand{\F}{\mathbb F}
  54. \newcommand{\B}{\mathbb B}
  55. \newcommand{\D}{\mathbb D}
  56. \newcommand{\h}{\mathbb H}
  57. \renewcommand{\epsilon}{\varepsilon} %so that \epsilon makes a proper epsilon
  58. \renewcommand{\phi}{\varphi} %so that \phi makes a proper phi
  59. %\DeclareMathOperator{\Aut}{Aut} %just as an example: $\Aut(G)$ for the automorphism group of $G$
  60.  
  61.  
  62. %If you want to make diagrams with \xymatrix. Uncomment both lines to use it:
  63. \input xy
  64. \xyoption{all}
  65.  
  66. %To make the title, uncomment the following three lines:
  67. \title{TITLEN} %The title
  68. \author{Sine Vestergård Jensen} %Your name
  69. %\date{} %The date is optional. Default is \today.
  70. %You must also uncomment \maketitle (which is right after \begin{document}).
  71.  
  72. \begin{document}
  73. \subsection*{Problem 1}
  74. Lad $(X, \E, \mu)$ være sandsynligheds rum, da er $\mu$ sandsynligheds mål på målrummet $(X, \E)$.
  75.  
  76. \subsubsection*{a} Lad $A,B \in \E$ være sådan at $\mu (A) = \mu (B) = 1.$ Vis at den symmetriske difference $A \triangle B$ tilhører $\E$ og vis at $ \mu (A \triangle B)=0$. \\
  77.  
  78. Da vi ved at $A,B \in \E$ må der gælde følgende
Add Comment
Please, Sign In to add comment