summaryrefslogtreecommitdiffhomepage
path: root/source/dn001.07/paper.tex
blob: 10e187f7dc4205006b4fa8606009a17d13183834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% AUTHOR: Amlal El Mahrouss
% PURPOSE: Lemmas for Integrals.

\documentclass[11pt, a4paper]{article}
\usepackage{graphicx}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{hyperref}
\usepackage{amsfonts}
\usepackage[margin=0.5in,top=1in,bottom=1in]{geometry}

\title{Lemmas for Integrals.}
\author{Amlal El Mahrouss\\amlal@nekernel.org}
\date{February 2026}

\begin{document}
\maketitle

\begin{center}
	\rule[0.01cm]{17cm}{0.01cm}
\end{center}

\section{Definitions}

We assume that $u \in \mathbb{R}, \quad \forall u \in \mathbb{R} : u < \pi, \quad 0 < u < \pi$

\begin{equation}
	I_{1} = \int_{u_{0}}^{u} S(t) dt, \quad t = u, \quad u > 0
\end{equation}
where $u > 0, \quad u \in \mathbb{R}$, let $S : (0, \pi) \to \mathbb{R}$.

\end{document}