Commit d1f4e3fc authored by Claude Meny's avatar Claude Meny

Update textbook.fr.md

parent 49126c0a
Pipeline #7764 canceled with stage
...@@ -673,6 +673,40 @@ and we write :<br> ...@@ -673,6 +673,40 @@ and we write :<br>
an we write :<br> an we write :<br>
*$`\mathbf{P\;\;OR\;\;Q\;\;OR\;\;R}`$*<br> *$`\mathbf{P\;\;OR\;\;Q\;\;OR\;\;R}`$*<br>
[ES] _¿Demostración de la primera equivalencia en forma de animación o un menú desplegable?_<br>
[FR] _Démonstration de la première équivalence sous forme d'animation, ou d'un menu déroulant?_<br>
[EN] _Demonstration of the first equivalence in the form of an animation, or a drop-down menu?_
| $`\;P\;`$ | $`\;Q\;`$ | $`\;R\;`$ | $`\quad P\;OR\;Q\quad `$ | $`\quad (P\;OR\;Q)\;OR\;R\quad `$ |
| :---: | :---: | :---: | :---: | :---: |
| V | V | V | V | V |
| V | V | F | V | V |
| V | F | V | V | V |
| V | F | F | V | V |
| F | V | V | V | V |
| F | V | F | V | V |
| F | F | V | F | V |
| F | F | F | F | F |
and
| $`\;P\;`$ | $`\;Q\;`$ | $`\;R\;`$ | $`\quad Q\;OR\;R\quad `$ | $`\quad P\;OR\;(Q\;OR\;R)\quad `$ |
| :---: | :---: | :---: | :---: | :---: |
| V | V | V | V | V |
| V | V | F | V | V |
| V | F | V | V | V |
| V | F | F | F | V |
| F | V | V | V | V |
| F | V | F | V | V |
| F | F | V | V | V |
| F | F | F | F | F |
<br>
[ES] _¿Demostración de la segunda equivalencia en forma de ejercicio de autoevaluación (menú de autodesplazamiento) en la parte "más allá"?_<br>
[FR] _Démonstration de la deuxième équivalence sous forme d'un exercice d'autoévaluation (menu autoréroulant) dans la partie au-delà?_<br>
[EN] _Demonstration of the second equivalence in the form of a self-assessment exercise (drop-down menu) in the beyond part?_
------------------------- -------------------------
*[Math_Logic-190] Distributividad / distributivité / distributivity* *[Math_Logic-190] Distributividad / distributivité / distributivity*
...@@ -680,3 +714,8 @@ an we write :<br> ...@@ -680,3 +714,8 @@ an we write :<br>
[ES] (¡ auto-transl !) Para cualquier aserción lógica $`P`$ :<br> [ES] (¡ auto-transl !) Para cualquier aserción lógica $`P`$ :<br>
[FR] Pour toute assertion logique $`P`$ :<br> [FR] Pour toute assertion logique $`P`$ :<br>
[EN] (auto-transl !) For any logical statement $`P`$ :<br> [EN] (auto-transl !) For any logical statement $`P`$ :<br>
à terminer
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment