Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Datenstrukturen und Algorithm Skript
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cemal, Mevludin
Datenstrukturen und Algorithm Skript
Commits
db0412f0
Commit
db0412f0
authored
3 years ago
by
Florian Unger
Browse files
Options
Downloads
Patches
Plain Diff
small updates
parent
94adacce
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
102_Asymptotische_Schranken.tex
+8
-9
8 additions, 9 deletions
102_Asymptotische_Schranken.tex
with
8 additions
and
9 deletions
102_Asymptotische_Schranken.tex
+
8
−
9
View file @
db0412f0
...
@@ -209,13 +209,13 @@ die Motivation für die folgende Alternativdefinition:
...
@@ -209,13 +209,13 @@ die Motivation für die folgende Alternativdefinition:
\subsection
{
Definition der asymptotischen Schranken über den Limes
}
\subsection
{
Definition der asymptotischen Schranken über den Limes
}
Wir erinnern uns an die Definition des Limes superior bzw Limes inferior:
Wir erinnern uns an die Definition des Limes superior bzw Limes inferior:
\begin{definition}
[Limes superior und Limes inferior]
\begin{definition}
[Limes superior und Limes inferior]
Sei
$
g
:
\mathbb
{
N
}
\rightarrow
\mathbb
{
R
}^
+
$
eine positive Funktion. Wir definieren
Sei
$
f
:
\mathbb
{
N
}
\rightarrow
\mathbb
{
R
}^
+
$
eine positive Funktion. Wir definieren
\[
\[
\limsup
_{
n
\rightarrow
\infty
}
g
(
n
)
:
=
\inf
_{
n
_
0
\in
\mathbb
{
N
}}
\sup
_{
n
\ge
n
_
0
}
g
(
n
)
\limsup
_{
n
\rightarrow
\infty
}
f
(
n
)
:
=
\inf
_{
n
_
0
\in
\mathbb
{
N
}}
\sup
_{
n
\ge
n
_
0
}
g
(
n
)
\]
\]
und analog
und analog
\[
\[
\liminf
_{
n
\rightarrow
\infty
}
g
(
n
)
:
=
\sup
_{
n
_
0
\in
\mathbb
{
N
}}
\inf
_{
n
\ge
n
_
0
}
g
(
n
)
\liminf
_{
n
\rightarrow
\infty
}
f
(
n
)
:
=
\sup
_{
n
_
0
\in
\mathbb
{
N
}}
\inf
_{
n
\ge
n
_
0
}
g
(
n
)
\]
\]
\end{definition}
\end{definition}
Für uns der größte Vorteil ist, dass unter den gegebenen Umständen sowohl der Limes superior als auch der Limes inferior
Für uns der größte Vorteil ist, dass unter den gegebenen Umständen sowohl der Limes superior als auch der Limes inferior
...
@@ -238,8 +238,9 @@ Damit können wir nicht nur Kriterien für asymptotisches Wachstum benennen, son
...
@@ -238,8 +238,9 @@ Damit können wir nicht nur Kriterien für asymptotisches Wachstum benennen, son
\begin{lemma}
\begin{lemma}
Seien
$
f, f', g, g', h:
\mathbb
{
N
}
\rightarrow
\mathbb
{
R
}^
+
$
.
Seien
$
f, f', g, g', h:
\mathbb
{
N
}
\rightarrow
\mathbb
{
R
}^
+
$
.
\begin{labeling}
{
Multiplikation
\ \
}
\begin{labeling}
{
Multiplikation
\ \
}
\item
[Addition]
Seien
$
f
\in
\mathcal
{
O
}
(
g
)
$
und
$
f'
\in
\mathcal
{
O
}
(
g'
)
$
. Dann ist
$
f
+
f'
\in
\mathcal
{
O
}
(
g
)
\item
[Addition]
Seien
$
f
\in
\mathcal
{
O
}
(
g
)
$
und
$
f'
\in
\mathcal
{
O
}
(
g'
)
$
. Dann ist
$
f
+
f'
\in
\mathcal
{
O
}
(
m
)
$
, wobei
\cup
\mathcal
{
O
}
(
g'
)
$
.
$
m
(
n
)
=
\text
{
max
}
(
g
(
n
)
, g'
(
n
))
$
die Funktion in Abhängigkeit von
$
g
$
und
$
g'
$
ist, welche Elementweise das Maximum
nimmt.
\item
[Subtraktion]
Seien
$
f, f'
\in
\mathcal
{
O
}
(
g
)
$
. Dann gilt
$
f
-
f'
\in
\mathcal
{
O
}
(
g
)
$
.
\item
[Subtraktion]
Seien
$
f, f'
\in
\mathcal
{
O
}
(
g
)
$
. Dann gilt
$
f
-
f'
\in
\mathcal
{
O
}
(
g
)
$
.
\item
[Multiplikation]
Seien
$
f
\in
\mathcal
{
O
}
(
g
)
$
und
$
f'
\in
\mathcal
{
O
}
(
g'
)
$
. Dann gilt
$
ff'
\in
\item
[Multiplikation]
Seien
$
f
\in
\mathcal
{
O
}
(
g
)
$
und
$
f'
\in
\mathcal
{
O
}
(
g'
)
$
. Dann gilt
$
ff'
\in
\mathcal
{
O
}
(
gg'
)
$
.
\mathcal
{
O
}
(
gg'
)
$
.
...
@@ -247,10 +248,8 @@ Damit können wir nicht nur Kriterien für asymptotisches Wachstum benennen, son
...
@@ -247,10 +248,8 @@ Damit können wir nicht nur Kriterien für asymptotisches Wachstum benennen, son
\end{labeling}
\end{labeling}
\label
{
lemma:asymptotische
_
rechenregeln
}
\label
{
lemma:asymptotische
_
rechenregeln
}
\end{lemma}
\end{lemma}
Zur Additionsregel sei angemerkt, dass sie durch die Transitivitätsregel meist weiter vereinfachen lässt. Wachsen
Zur Additionsregel sei angemerkt, dass in vielen praktischen Fällen meist
$
g
\in
\mathcal
{
O
}
(
g'
)
$
oder andersherum gilt.
$
g
$
und
$
g'
$
gleich schnell, also
$
g
\in
\Theta
(
g'
)
$
, so ist
$
\mathcal
{
O
}
(
g
)
=
\mathcal
{
O
}
(
g'
)
$
. Wächst o.B.d.A.
$
g'
$
stärker
Dann kann man
$
m
$
einfach durch
$
g'
$
(bzw
$
g
$
) ersetzen.
als
$
g
$
, also
$
g
\in
\mathcal
{
O
}
(
g'
)
$
, so ist
$
\mathcal
{
O
}
(
g
)
\cup
\mathcal
{
O
}
(
g'
)
=
\mathcal
{
O
}
(
g'
)
$
. Nur für den
seltenen Fall, das
$
g
\notin
\mathcal
{
O
}
(
g'
)
$
und
$
g'
\notin
\mathcal
{
O
}
(
g
)
$
bleibt es bei der Meingenvereinigung.
\begin{proof}
\begin{proof}
Wir betrachten zur Veranschaulichung die Transitivität genauer.
Wir betrachten zur Veranschaulichung die Transitivität genauer.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment