25 lines
		
	
	
		
			547 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			547 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| aliases:
 | |
|   - partie positive
 | |
| ---
 | |
| up::[[programmation.fonction|fonction]]
 | |
| sibling:: [[partie négative d'une fonction]]
 | |
| #s/maths/analyse 
 | |
| 
 | |
| > [!definition] [[partie positive d'une fonction]]
 | |
| > Soit l'application $f : E \to \mathbb{R}$
 | |
| > On note $f^{+}$ la **partie positive** de $f$, définie par :
 | |
| > $f^{+}(x) := \begin{cases} f(x) & \text{si } x\geq 0\\ 0 & \text{sinon} \end{cases}$
 | |
| ^definition
 | |
| 
 | |
| # Propriétés
 | |
| 
 | |
| > [!proposition]+ 
 | |
| > - $|f| = f^{+} + f^{-}$
 | |
| > - $f = f^{+} - f^{-}$
 | |
| > 
 | |
| > (voir [[partie négative d'une fonction]])
 | |
| 
 | |
| # Exemples
 | |
| 
 |