|
|||||||
| Vorlesung | Übung | FAQ-Seite | Glossar | Quiz | Visualisierung |
|---|
| Version: | 1.06 |
|---|---|
| Letzte Aktualisierung: | 6. April 2001 |
| A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | Ü | U | V | W | Z |
|---|
| A | [zum Glossar-Anfang] |
|---|
| B | [zum Glossar-Anfang] |
|---|
| Gesetz für true: |
true = x OR (NOT x)
true = NOT false |
| Gesetz für false: |
false = (NOT x) AND x
false = NOT true |
| Involutionsgesetz: | NOT (NOT x) = x |
| Kommutativ-Gesetz: |
x AND y = y AND x
x OR y = y OR x |
| Assoziativ-Gesetz: |
x AND (y AND z) = (x AND y) AND z
x OR (y OR z) = (x OR y) OR z |
| Idempotenz-Gesetz: |
x AND x = x
x OR x = x |
| Neutralitätsgesetz: |
x OR false = x
x AND true = x |
| Absorptions-Gesetz: |
x AND (x OR y) = x
x OR (x AND y) = x |
| Distributiv-Gesetz: |
x AND (y OR z) = (x AND y) OR (x AND z)
x OR (y AND z) = (x OR y) AND (x OR z) |
| DeMorgan's Gesetz: |
NOT (x AND y) = (NOT x) OR (NOT y)
NOT (x OR y) = (NOT x) AND (NOT y) |
| C | [zum Glossar-Anfang] |
|---|
| D | [zum Glossar-Anfang] |
|---|
| E | [zum Glossar-Anfang] |
|---|
| F | [zum Glossar-Anfang] |
|---|
| G | [zum Glossar-Anfang] |
|---|
| H | [zum Glossar-Anfang] |
|---|
| I | [zum Glossar-Anfang] |
|---|
| K | [zum Glossar-Anfang] |
|---|
| L | [zum Glossar-Anfang] |
|---|
| M | [zum Glossar-Anfang] |
|---|
| N | [zum Glossar-Anfang] |
|---|
| O | [zum Glossar-Anfang] |
|---|
| P | [zum Glossar-Anfang] |
|---|
| Q | [zum Glossar-Anfang] |
|---|
| R | [zum Glossar-Anfang] |
|---|
Zwei Elemente a und b aus M stehen in
Relation R zueinander (Kurzschreibweise: a R b),
wenn gilt, dass das Tupel (a,b) ein Element von R
ist.
Zur Ausführung dieser Zugehörigkeitsüberprüfung lässt sich eine
entsprechende Operation R: M x M -> boolean definieren.
| S | [zum Glossar-Anfang] |
|---|
| T | [zum Glossar-Anfang] |
|---|
| Ü | [zum Glossar-Anfang] |
|---|
| U | [zum Glossar-Anfang] |
|---|
| V | [zum Glossar-Anfang] |
|---|
| W | [zum Glossar-Anfang] |
|---|
| Z | [zum Glossar-Anfang] |
|---|