summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-16 11:31:16 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-16 11:31:48 +0100
commit0a9cabc6e0f4063d7662cf71cd981ff25feee6f0 (patch)
tree20ab26710d7f2e4832ae33b36a125a733aa953e3
parent0b7c804af8ceb95b2d59513015754fe4347aea79 (diff)
chore: add new paper draft.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--drafts/d01/paper.tex53
1 files changed, 53 insertions, 0 deletions
diff --git a/drafts/d01/paper.tex b/drafts/d01/paper.tex
new file mode 100644
index 0000000..eaa69a0
--- /dev/null
+++ b/drafts/d01/paper.tex
@@ -0,0 +1,53 @@
+% AUTHOR: Amlal El Mahrouss
+% PURPOSE: D01: The T-Function.
+
+\documentclass[11pt, a4paper]{article}
+\usepackage{graphicx}
+\usepackage{listings}
+\usepackage{amsmath,amssymb,amsthm}
+\usepackage{xcolor}
+\usepackage{hyperref}
+\usepackage[margin=0.5in,top=1in,bottom=1in]{geometry}
+
+\title{The T-Function.}
+\author{Amlal El Mahrouss\\\texttt{amlal@nekernel.org}}
+\date{February 2026}
+
+\begin{document}
+
+\bf \maketitle
+
+\begin{center}
+ \rule[0.01cm]{17cm}{0.01cm}
+\end{center}
+
+\section{Abstract}
+This paper covers a function $\Theta(\Delta t)$, which we will use to solve a set of lemmas in $\mathbb{C}$.
+
+\section{Definitions}
+
+\subsection{Definition of $\Theta(\Delta t)$}
+Let the T-Function:
+$\Theta(\Delta t, \Delta\phi)=\frac{\Delta\phi}{\Delta t}$
+such that $\Theta(\Delta t) \in \mathbb{C}$ if and only if $\Theta(\Delta t, \Delta\phi) > \frac{\Delta\phi}{\Delta t}$
+
+\subsection{Lemma 1}
+
+Proof for $\Theta(\Delta t, \Delta\phi) > \frac{\Delta\phi}{\Delta t}$ when $\forall \Delta t = 4i, \quad \Delta\phi = \ln(e \times i)$ then
+\begin{equation}
+ \Theta(\Delta t, \Delta\phi) > \frac{\Delta\phi}{{\Delta t}}
+\end{equation}
+Hence $ (\Theta(\Delta t, \Delta\phi) \times \Delta t) < \Delta\phi$
+For every $\Theta(\Delta t, \Delta\phi) \times \Delta t \in \mathbb{C}$, we assign $\ln(e \times i)$ to $\ln (e(i \times t))$, and then assign the result to a variable $y$. And we then multiply by $\Delta t$ from both sides:
+
+\begin{equation}
+ y = |\Theta(\Delta t, \Delta\phi) \times \Delta (n \times i)| > \ln (e \times (i \times t))
+\end{equation}
+Hence
+
+\begin{equation}
+ \forall y \in \mathbb{C}, \quad y > \ln(e \times i)
+\end{equation}
+This completes the proof.
+
+\end{document}