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
+24
View File
@@ -0,0 +1,24 @@
---
alias: [ "positive" ]
---
up:: [[forme bilinéaire]]
title:: "$b(x, x) \geq 0$"
#maths/algèbre
---
> [!definition] Forme bilinéaire positive
> Soit $E$ un $\mathbb{R}$-[[espace vectoriel]]
> Soit $b$ une [[forme bilinéaire]] sur $E^{2} \to \mathbb{R}$
> $b$ est **positive** ssi : $\boxed{\forall x \in \mathbf{K}, \quad b(x,x) \geq 0}$
>
> > [!info] Note
> > On ne peut pas avoir $b(x, y) \geq 0$ pour tout $(x, y)$, puisque si $b(x, y) \geq 0$, alors $b(-x, y) < 0$.
> >
> > Cependant, comme $b(-x, -x) = b(x, x)$, c'est possible pour un seul vecteur.
>
> > [!info] Ensemble des scalaires
> > $E$ doit être sur $\mathbb{R}$ (ou sur un [[corps]] muni d'une [[relation d'ordre totale]]), pour que $\geq$ existe.
^definition