mbp-oskar.lan 2025-5-29:21:7:46

This commit is contained in:
oskar
2025-05-29 21:07:47 +02:00
parent 65cf12c502
commit 594ca3809d
2 changed files with 14 additions and 11 deletions

View File

@@ -1,16 +1,19 @@
---
alias: "distributive"
aliases:
- distributive
up:
- "[[loi de composition interne]]"
tags:
- "#s/maths/algèbre"
---
up::[[structure algébrique]]
title::"$*$ _distributive sur_ $\bot$ ssi :", " - $a*(b \bot c) = (a*b)\bot (a*c)$ (distributivité à droite)", " - $(b \bot c)*a = (b*a) \bot (c*a)$ (distributivité à gauche)"
#s/maths/algèbre
----
Soit $E$ un ensemble muni de deux [[loi de composition interne]] : $*$ et $\bot$ :
La loi $*$ est _distributive_ par rapport à $\bot$ ssi :
$\forall(a,b,c)\in E^3,$
$a*(b\bot c) = (a*b)\bot(a*c)$ (distributivité à droite)
$(a\bot b)*c = (a*c)\bot(b*c)$ (distributivité à gauche)
> [!definition] Définition
> Soit $E$ un ensemble muni de deux [[loi de composition interne]] : $*$ et $\bot$ :
> La loi $*$ est _distributive_ par rapport à $\bot$ ssi :
> $\forall(a,b,c)\in E^3,$
> $a*(b\bot c) = (a*b)\bot(a*c)$ (distributivité à droite)
> $(a\bot b)*c = (a*c)\bot(b*c)$ (distributivité à gauche)
^definition
# Exemple