from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions

20
interprétation.md Normal file
View File

@@ -0,0 +1,20 @@
#maths/logique
----
Tout application $I$ attribuant une valeur de vérité aux [[proposition|propositions]] $P$ d'un système logique : $I(P)\in\{V, F\}$
# Définition
Soit $L$ l'ensemble des énoncés correspondant à un système logique donné
On appelle interprétation sur $L$ toute application $I$ assiciant une valeur de vérité $\{\mathbb{V, F}\}$, aux énoncés de $L$ :
$$\begin{aligned}
I :& L \rightarrow \{\mathbb{V, F}\}\\
& \Phi \mapsto I(\Phi)\\
\end{aligned}$$
Ici, $I(\Phi)$ est le [[sens]] de $\Phi$ dans l'interprétation $I$.
# Exemple
La proposition :
> l'eau bout à 212 degrés
Dépend de l'interprétation (°F ou °C ? quelle pression ?)