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
18195b4f
Commit
18195b4f
authored
Jun 3, 2020
by
Florian Unger
Browse files
Options
Downloads
Patches
Plain Diff
addedd Thomas' comment on a preorder
parent
b4fdbb0e
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
203_Untere_Schranke_Sortieralgorithmen.tex
+4
-3
4 additions, 3 deletions
203_Untere_Schranke_Sortieralgorithmen.tex
with
4 additions
and
3 deletions
203_Untere_Schranke_Sortieralgorithmen.tex
+
4
−
3
View file @
18195b4f
...
...
@@ -22,7 +22,8 @@ bestimmen. Das impliziert, dass die Elemente eine sogenannte totale Quasiordnung
Insbesondere erfüllt jede totale Ordnung (also beispielsweise die normale Ordnung auf den ganzen oder reellen Zahlen)
die Axiome der totalen Quasiordnung.
Für eine ``echte'' Quasiordnung betrachten wir
$
X
=
\{
x,y,z
\}
$
, mit
$
\leq
$
definiert durch
$
y
\leq
x
$
,
$
y
\leq
z
$
,
$
x
\leq
z
$
und
$
z
\leq
x
$
.
Nun sind
$
x
$
und
$
z
$
``gleich'', wir benutzen das Symbol
$
x
\equiv
z
$
.
Nun sind
$
x
$
und
$
z
$
``gleich'', wir benutzen das Symbol
$
x
\equiv
z
$
. Formaler aufgeschrieben:
$
x
\leq
z
\land
z
\leq
x
\Longrightarrow
x
\equiv
z
$
.
Für ein praktisches Beispiel können wir Spielkarten anschauen, die wir allein nach den numerischen Werten ordnen. Dann
ist mit
$
x
=
$
Herz 8,
$
y
=
$
Herz 7 und
$
z
=
$
Pik 8 klar, dass
$
x
\equiv
z
$
, aber nicht unbedingt
$
x
=
z
$
, wie es bei
...
...
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