Guest User

Untitled

a guest
May 16th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. documentclass[teal]{beamer}
  2. setbeamertemplate{navigation symbols}{}
  3. %usepackage{beamerthemeshadow}
  4. usepackage{color}
  5. usepackage{amssymb}
  6. usepackage{amsmath,amssymb,amsthm}
  7. usepackage{amsfonts}
  8. usepackage{mathptmx}
  9. usepackage{amssymb}
  10. usepackage[mathscr]{euscript}
  11. usepackage{mathrsfs}
  12. usepackage{amsthm}input{amssym.def}
  13. %usetheme{Montpellier}%
  14. usetheme{PaloAlto}
  15. setbeamercolor{frametitle}{fg=black,bg=cyan!60}
  16. %setbeamercolor{title}{fg=blue,bg=yellow}
  17. beamertemplateshadingbackground{cyan!25}{teal!50}
  18. definecolor{exam}{rgb}{0.0,0.30,0.0}
  19. definecolor{rem}{rgb}{0.50,0.00,0.50}
  20. definecolor{thm}{rgb}{0.40,0.00,0.00}
  21. definecolor{primary}{rgb}{0.60,0.70,0.89}
  22. newcommand{lcb}{overline{mathcal{L}}}
  23. newcommand{rb}{overline{mathcal{R}}}
  24. newcommand{hb}{overline{mathcal{H}}}
  25. newcommand{jcb}{overline{mathcal{J}}}
  26. newcommand{db}{overline{mathcal{D}}}
  27. newcommand{lc}{mathcal{L}}
  28. newcommand{rc}{mathcal{R}}
  29. newcommand{hc}{mathcal{H}}
  30. newcommand{jc}{mathcal{J}}
  31. newcommand{dc}{mathcal{D}}
  32. newcommand{ec}{mathcal{eta}}
  33. newcommand{lp}{mathcal{L}^+}
  34. newcommand{rp}{mathcal{R}^+}
  35. newcommand{hp}{mathcal{H}^+}
  36. newcommand{dpp}{mathcal{D}^+}
  37. newcommand{jp}{mathcal{J}^+}
  38. newcommand{ld}{mathcal{L}^{bullet}}
  39. newcommand{rd}{mathcal{R}^{bullet}}
  40. newcommand{hd}{mathcal{H}^{bullet}}
  41. newcommand{dd}{mathcal{D}^{bullet}}
  42. newcommand{jd}{mathcal{J}^{bullet}}
  43. newcommand{red}{mathbf{R}e^{bullet}}
  44. newcommand{lzd}{mathbf{LZ}^{bullet}}
  45. newcommand{rzd}{mathbf{RZ}^{bullet}}
  46. newcommand{lzp}{mathbf{LZ}^{+}}
  47. newcommand{rzp}{mathbf{RZ}^{+}}
  48. newcommand{slp}{mathbf{SL}^{+}}
  49. newcommand{vb}{mathbf{B}}
  50. newcommand{vd}{mathbf{D}}
  51. newcommand{vi}{mathbf{I}}
  52. newcommand{vn}{mathbf{N}}
  53. newcommand{vln}{mathbf{LN}}
  54. newcommand{vrn}{mathbf{RN}}
  55. newcommand{vlp}{mathbf{L}^{+}}
  56. newcommand{vrp}{mathbf{R}^{+}}
  57. newcommand{bi}{mathbf{BI}}
  58. newcommand{lbi}{mathbf{LBI}}
  59. newcommand{rbi}{mathbf{RBI}}
  60. beamersetuncovermixins{opaqueness<1>{25}}{opaqueness<2->{15}}
  61. begin{document}
  62. title{A study}
  63. author{Hiren Garai}
  64. date{}
  65. begin{frame}
  66. begin{block}{begin{center} huge textbf{A study}
  67. end{center}}
  68. end{block}
  69. begin{center}
  70. textcolor{blue}{Hiren Garai} \
  71. textcolor{black}{small{Department of Mathematics
  72. }}
  73. end{center}
  74. end{frame}
  75. section{Introduction}
  76. begin{frame} frametitle{Introduction}
  77. beamertemplateshadingbackground{white}{white}
  78. %beamertemplateshadingbackground{blue!25}{blue!50}
  79. Functional Analysis is mainly concerned with the structure of infinite dimensional vector spaces and transformations, which are frequently called operators between such spaces.
  80. In the sixities, 2-metric spaces were introduced by G"ahler cite{Ga 1}, cite{Ga 2}.
  81. begin{Definition} Let $X$ be a nonempty set, and let $R$ be the set of all reals and ${R^+}$ be the set of positive reals. A function $d : X times X times X implies {R^+} cup {{0}}$ satisfying:
  82. begin{itemize}
  83. item[(D1)] ; For distinct points $x, y,in X$, there is $z in X$, such that $d(x,y,z) neq 0.$
  84. item[(D2)] ; $d(x,y,z) = 0 $ if two of the triple $x,y,z in X$ are equal.
  85. item[(D3)] ; $d(x,y,z) = d(x,z,y) = cdots $ (symmetry in all three variables).
  86. item[(D4)] ; $d(x,y,z) leq d(x,y,a) + d(x,a,z) + d(a,y,z), , forall x,y,z,a in X. $
  87. end{itemize}
  88. is called a $2$-metric, on $X.$ The set $X$ equipped with such a 2-metric is called a textit{$2$-metric space.}
  89. end{Definition}
  90. end{Document}
  91.  
  92. documentclass{beamer}
  93.  
  94.  
  95. %input{amssym.def}
  96.  
  97. begin{document}
  98. begin{frame}
  99.  
  100. ${ 0 }$
  101.  
  102. end{frame}
  103. end{document}
Add Comment
Please, Sign In to add comment