Chapitre 23 | BTS | Mathématiques
Dernière mise à jour : 21 juin 2026
UNION ↔ \(A\cup B\), INTERSECT ↔ \(A\cap B\), EXCEPT ↔ \(A\setminus B\).Inclusion : \(A\subseteq B\) si tout élément de \(A\) appartient à \(B\). Cardinal \(|A|\) : nombre d'éléments.
Produit cartésien : \(A\times B=\{(a,b)\mid a\in A,\ b\in B\}\), avec \(|A\times B|=|A|\times|B|\) (couples ordonnés).
Application \(f:A\to B\) : tout \(a\in A\) a exactement une image. Injective (images distinctes), surjective (tout \(b\) a un antécédent), bijective (les deux).
Avec remise (ordonné) : \(n^k\). Pascal : \(\binom{n}{k}=\binom{n-1}{k-1}+\binom{n-1}{k}\), \(\binom{n}{k}=\binom{n}{n-k}\), \(\sum_k\binom{n}{k}=2^n\).
| Situation | Ordre | Remise | Nombre |
|---|---|---|---|
| Permutations | Oui | Non | \(n!\) |
| Arrangements \(A_n^k\) | Oui | Non | \(\dfrac{n!}{(n-k)!}\) |
| Combinaisons \(\binom{n}{k}\) | Non | Non | \(\dfrac{n!}{k!(n-k)!}\) |
| Tirage avec remise | Oui | Oui | \(n^k\) |
❌ Écrire \(\overline{A\cup B}=\bar A\cup\bar B\).
✅ Par De Morgan : \(\overline{A\cup B}=\bar A\cap\bar B\) (l'union devient intersection).
❌ Additionner \(|A|+|B|\) quand \(A\) et \(B\) ne sont pas disjoints.
✅ Retrancher l'intersection : \(|A\cup B|=|A|+|B|-|A\cap B|\).
❌ Confondre arrangement et combinaison.
✅ Se demander si l'ordre compte : oui → \(A_n^k\) ; non → \(\binom{n}{k}\).