Implikationen
Generelle Kennzeichnung von Implikationen
Implikationen sind spezielle mathematische Aussagen, deren Typ sich kurz wie folgt darstellen bzw. beschreiben lässt:
Wenn
a
{\displaystyle a}
dann
b
{\displaystyle b}
.
Aus
a
{\displaystyle a}
folgt
b
{\displaystyle b}
.
a
{\displaystyle a}
impliziert
b
{\displaystyle b}
.
b
{\displaystyle b}
ist eine Folgerung aus
a
{\displaystyle a}
.
Unter der Voraussetzung, dass
a
{\displaystyle a}
gilt, gilt auch
b
{\displaystyle b}
.
a
{\displaystyle a}
ist hinreichend dafür, dass
b
{\displaystyle b}
gilt.
a
⇒
b
{\displaystyle a \Rightarrow b}
Die Aussage
a
{\displaystyle a}
heißt in der Implikation
a
⇒
b
{\displaystyle a \Rightarrow b}
Voraussetzung, die Aussage
b
{\displaystyle b}
wird Behauptung genannt.
Beispiele
Implikation 1: Satz zur Teilbarkeit durch 3
Wenn die Quersumme
a
¯
{\displaystyle \overline{a}}
einer natürlichen Zahl
a
{\displaystyle a}
durch
3
{\displaystyle 3}
teilbar ist, dann ist auch die Zahl
a
{\displaystyle a}
durch
3
{\displaystyle 3}
teilbar.
In Formelsprache:
∀
a
∈
N
:
3
|
a
¯
⇒
3
|
a
{\displaystyle \forall a \in \mathbb{N}: 3|\overline{a} \Rightarrow 3|a}
Voraussetzung:
3
|
a
¯
{\displaystyle 3|\overline{a}}
Behauptung:
3
|
a
{\displaystyle 3|a}
Implikation 2: Satz zur Teilbarkeit von Summen
Für alle natürlichen Zahlen
a
,
b
,
t
{\displaystyle a,b,t}
gilt:
Wenn
t
{\displaystyle t}
die Zahlen
a
{\displaystyle a}
und
b
{\displaystyle b}
teilt, dann teilt
t
{\displaystyle t}
auch die Summe
a
+
b
{\displaystyle a+b}
.
In Formelsprache:
∀
a
,
b
,
t
∈
N
:
{\displaystyle \forall a,b,t \in \mathbb{N}:}
t
|
a
∧
t
|
b
⇒
t
|
(
a
+
b
)
{\displaystyle t|a \land t|b \Rightarrow t|(a+b)}
Voraussetzung: Wir haben zwei Voraussetzungen die durch das logische und zu einer Voraussetzung zusammengefasst werden:
V1 :
t
|
a
{\displaystyle t|a}
V2 :
t
|
b
{\displaystyle t|b}
V:
t
|
a
∧
t
|
b
{\displaystyle t|a \land t|b}
t
|
(
a
+
b
)
{\displaystyle t|(a+b)}
Implikation 3: Nebenwinkelsatz
Wenn
α
{\displaystyle \alpha}
und
β
{\displaystyle \beta}
Nebenwinkel sind, dann ist die Summe ihrer Größen
180
∘
{\displaystyle 180^\circ}
In anderer Formulierung ohne wenn-dann:
Nebenwinkel ergänzen sich zu
180
∘
{\displaystyle 180^\circ}
α
{\displaystyle \alpha}
und
β
{\displaystyle \beta}
sind Nebenwinkel
α
{\displaystyle \alpha}
und
β
{\displaystyle \beta}
sind supplementär.
Implikation 4: Scheitelwinkelsatz
Wenn die beiden Winkel
α
{\displaystyle \alpha}
und
β
{\displaystyle \beta}
Scheitelwinkel sind, dann haben sie dieselbe Größe.
alternative Formulierung ohne wenn-dann:
Scheitelwinkel haben dieselbe Größe. oder
Scheitelwinkel sind kongruent zueinander.
α
{\displaystyle \alpha}
und
β
{\displaystyle \beta}
sind Scheitelwinkel
|
α
|
=
|
β
|
{\displaystyle |\alpha|=|\beta|}
bzw.
α
≅
β
{\displaystyle \alpha \cong \beta}
Implikation 5: Nonsens
Wenn die Gerade
g
{\displaystyle g}
durch keinen der Eckpunkte des Dreiecks
A
B
C
¯
{\displaystyle \overline{ABC}}
geht und jede der drei Seiten
A
B
¯
,
B
C
¯
,
A
C
¯
{\displaystyle \overline{AB}, \overline{BC}, \overline{AC}}
geht, dann ist
2
{\displaystyle \sqrt{2}}
eine rationale Zahl.
nkoll
(
A
,
B
,
C
)
∧
A
,
B
,
C
∉
g
∧
g
∩
A
B
¯
≠
∅
∧
g
∩
B
C
¯
≠
∅
∧
g
∩
A
C
¯
≠
∅
{\displaystyle \text{nkoll}(A,B,C) \land A,B,C \not\in g \land g \cap \overline{AB} \not= \empty \land g \cap \overline{BC} \not= \empty \land g \cap \overline{AC} \not= \empty}
∃
n
,
m
∈
N
:
n
m
=
2
{\displaystyle \exist n,m \in \mathbb{N}: \frac{n}{m} = \sqrt{2}}
Implikation 6: Satz des Thales