✦ ✧ ✦ ✧ ✦
✦ ✧ ✦ ✧ ✦
✦ ✧ ✦ ✧ ✦
✦ ✧ ✦ ✧ ✦
Retour aux exercices

Exercice 6

Implication - Contraposée - Négation Niveau : Moyen

6 Étude d'une implication

On considère l'implication suivante :

$P(a,b) : a + b + ab + 1 = 0 \Rightarrow (a = -1 \text{ ou } b = -1)$
1.

Déterminer l'implication contraposée de $P(a,b)$.

✅ Solution

Contraposée : $P'(a,b) : (a \neq -1 \text{ et } b \neq -1) \Rightarrow a + b + ab + 1 \neq 0$

(On utilise $\neg(A \text{ ou } B) \equiv \neg A \text{ et } \neg B$)

2.

Déterminer la négation de $P(a,b)$.

✅ Solution

Négation :

$\neg P(a,b) : a + b + ab + 1 = 0 \text{ et } a \neq -1 \text{ et } b \neq -1$

(On utilise $\neg(A \Rightarrow B) \equiv A \text{ et } \neg B$)
et $\neg(a = -1 \text{ ou } b = -1) \equiv a \neq -1 \text{ et } b \neq -1$

3.

Montrer que $P(a,b)$ est une implication vraie.

✅ Solution
Étape 1 : $a + b + ab + 1 = 0$
Étape 2 : $a + 1 + b + ab = 0$
Étape 3 : $(a+1) + b(a+1) = 0$
Étape 4 : $(a+1)(1+b) = 0$
Étape 5 : $a+1 = 0$ ou $b+1 = 0$
Étape 6 : $a = -1$ ou $b = -1$

Conclusion : L'implication $P(a,b)$ est vraie.

7 Étude d'une implication avec quantificateurs

On considère l'implication suivante :

$P : \forall x \in [0,+\infty[, \forall y \in [1,+\infty[ :$
$\left(\sqrt{x} + \sqrt{y} - 1 = \frac{1}{2}(x + y + 1)\right) \Rightarrow (x = 1 \text{ et } y = 2)$
1.

Écrire $P$ sans utiliser le connecteur $\Rightarrow$.

✅ Solution
$\forall x \in [0,+\infty[, \forall y \in [1,+\infty[ :$
$\left(\sqrt{x} + \sqrt{y} - 1 \neq \frac{1}{2}(x + y + 1)\right) \text{ ou } (x = 1 \text{ et } y = 2)$

(On utilise $A \Rightarrow B \equiv \neg A \text{ ou } B$)

2.

Déterminer la négation de $P$.

✅ Solution
$\exists x \in [0,+\infty[, \exists y \in [1,+\infty[ :$
$\left(\sqrt{x} + \sqrt{y} - 1 = \frac{1}{2}(x + y + 1)\right) \text{ et } (x \neq 1 \text{ ou } y \neq 2)$

(On utilise $\neg(\forall) \equiv \exists$ et $\neg(A \Rightarrow B) \equiv A \text{ et } \neg B$)

3.

Déterminer l'implication contraposée de $P$.

✅ Solution
$\forall x \in [0,+\infty[, \forall y \in [1,+\infty[ :$
$(x \neq 1 \text{ ou } y \neq 2) \Rightarrow \left(\sqrt{x} + \sqrt{y} - 1 \neq \frac{1}{2}(x + y + 1)\right)$
4.

Déterminer la valeur de vérité de $P$.

✅ Solution

Valeur de vérité : Vrai

Étape 1 : $\sqrt{x} + \sqrt{y} - 1 = \frac{1}{2}(x + y + 1)$
Étape 2 : $2\sqrt{x} + 2\sqrt{y} - 2 = x + y + 1$
Étape 3 : $x - 2\sqrt{x} + 1 + y - 2\sqrt{y} + 1 = 0$
Étape 4 : $(\sqrt{x} - 1)^2 + (\sqrt{y} - 1)^2 = 0$
Étape 5 : $\sqrt{x} = 1$ et $\sqrt{y} = 1$
Étape 6 : $x = 1$ et $y = 1$

Mais $y \in [1,+\infty[$ donc $y=1$ convient, donc $x=1$ et $y=1$.

Or la conclusion est $x=1$ et $y=2$, donc $P$ est fausse car $y=1$ est un contre-exemple.

Conclusion : $P$ est Fausse.