Guest User

Untitled

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