MacBook-Pro-de-Oscar.local 2025-9-9:16:51:4
This commit is contained in:
2
.obsidian/appearance.json
vendored
2
.obsidian/appearance.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"theme": "system",
|
||||
"cssTheme": "Minimal",
|
||||
"baseFontSize": 25,
|
||||
"baseFontSize": 24.5,
|
||||
"enabledCssSnippets": [
|
||||
"pdf_darkmode",
|
||||
"query_header_title",
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"lineWidth": 40,
|
||||
"lineWidthWide": 50,
|
||||
"maxWidth": 98,
|
||||
"textNormal": 25,
|
||||
"textNormal": 24.5,
|
||||
"textSmall": 18,
|
||||
"imgGrid": false,
|
||||
"imgWidth": "img-default-width",
|
||||
|
@@ -1,10 +0,0 @@
|
||||
---
|
||||
up:
|
||||
- "[[M1 LOGOS . logique]]"
|
||||
tags:
|
||||
- s/fac
|
||||
- s/maths/logique
|
||||
---
|
||||
# 1. Le calcul booléen
|
||||
author:: [[George Boole]]
|
||||
[[calcul booléen]]
|
@@ -9,10 +9,19 @@ tags:
|
||||
- ? est-ce que les formules sont non-ambigües ? (une même formule donne toujours lieu à la même interprétation)
|
||||
- p oui, par théorème
|
||||
|
||||
# Chapitres
|
||||
# 1 - Calculer
|
||||
1. [[M1 LOGOS . logique . calculer]]
|
||||
## 1.1 - Le calcul booléen
|
||||
author:: [[George Boole]]
|
||||
[[calcul booléen]]
|
||||
|
||||
# Bibliographie
|
||||
## 1.2 - Formules
|
||||
[[formule logique]]
|
||||
|
||||
## 1.3 - Evaluation
|
||||
|
||||
|
||||
# 2 - Bibliographie
|
||||
[page du cours de logique](https://webusers.imj-prg.fr/~antoine.chambert-loir/enseignement/2025-26/logique/index.xhtml)
|
||||
|
||||
livres de logique :
|
||||
|
@@ -15,10 +15,10 @@ up:
|
||||
> - si $v \in V$ alors $[v] \in \mathcal{F}_{v}$
|
||||
> - si $f \in F_{v}$ alors $\neg f \in \mathcal{F}_{v}$
|
||||
> - si $f_1, f_2 \in F_{v}$ alors :
|
||||
> - $(f_1 \vee f_2) \in \mathcal{F}_{v}$ ou, autrement : $[\vee f_1 f_2] \in \mathcal{F}_{v}$
|
||||
> - $(f_1 \wedge f_2) \in \mathcal{F}_{v}$ ou, autrement : $[\wedge f_1 f_2] \in \mathcal{F}_{v}$
|
||||
> - $(f_1 \implies f_2) \in \mathcal{F}_{v}$ ou, autrement : $[\implies f_1 f_2] \in \mathcal{F}_{v}$
|
||||
> - $(f_1 \iff f_2) \in \mathcal{F}_v$ ou, autrement : $[\iff f_1 f_2] \in \mathcal{F}_{v}$
|
||||
> - $[\vee f_1 f_2] \in \mathcal{F}_{v}$ sous entendu $(f_1 \vee f_2)$
|
||||
> - $[\wedge f_1 f_2] \in \mathcal{F}_{v}$ sous entendu $(f_1 \wedge f_2)$
|
||||
> - $[\implies f_1 f_2] \in \mathcal{F}_{v}$ sous entendu $(f_1 \implies f_2)$
|
||||
> - $[\iff f_1 f_2] \in \mathcal{F}_{v}$ sous entendu $(f_1 \iff f_2)$
|
||||
|
||||
# Propriétés
|
||||
|
||||
@@ -39,5 +39,19 @@ up:
|
||||
> - dans 5. 6. 7. et 8. $f_1$ et $f_2$ sont uniques et déterminés
|
||||
|
||||
> [!proposition]+
|
||||
> On définit une fonction $p$ qui à un symbole associe un poids :
|
||||
> $p(0) = p(1) = p(v) = -1$ pour tout $v \in V$
|
||||
> $p(\neg) = 0$
|
||||
> $p(\wedge) = p(\vee) = p(\implies) = p(\iff) = 1$
|
||||
> $p(\emptyset) = 0$
|
||||
> Puis par réccurence, avec $m = [a_1, \dots ,a_{n}]$ avec $a_{i} \in V \cup L$
|
||||
> $p(m) = p(a_1) + \cdots + p(a_{n})$
|
||||
>
|
||||
> A a alors le théorème suivant :
|
||||
> Un mot $f$ est une formule si et seulement si on a :
|
||||
> 1. $p(f) = -1$
|
||||
> 2. pour tout préfixe $f'$ de $f$, $f' \neq f$ on a $p(f') \geq 0$
|
||||
>
|
||||
> > [!corollaire]
|
||||
> > Un préfixe $f'$ d'une formule $f$ (tel que $f' \neq f$) n'est pas uen formule.
|
||||
|
||||
|
Reference in New Issue
Block a user