eduroam-prg-sg-1-45-234.net.univ-paris-diderot.fr 2025-9-23:14:30:53
This commit is contained in:
2
.obsidian/plugins/extended-graph/data.json
vendored
2
.obsidian/plugins/extended-graph/data.json
vendored
@@ -100,7 +100,7 @@
|
|||||||
"repelStrength": 10,
|
"repelStrength": 10,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 30,
|
"linkDistance": 30,
|
||||||
"scale": 1.2819571475504155,
|
"scale": 1.3789045049491058,
|
||||||
"close": true
|
"close": true
|
||||||
},
|
},
|
||||||
"states": [
|
"states": [
|
||||||
|
3
.obsidian/snippets/custom_callouts.css
vendored
3
.obsidian/snippets/custom_callouts.css
vendored
@@ -129,6 +129,9 @@
|
|||||||
/*--callout-color: 77, 149, 247;*/
|
/*--callout-color: 77, 149, 247;*/
|
||||||
--callout-color: 54, 140, 243; /* same blue as h1 headings */
|
--callout-color: 54, 140, 243; /* same blue as h1 headings */
|
||||||
--callout-icon: feather;
|
--callout-icon: feather;
|
||||||
|
border: 2pt solid;
|
||||||
|
border-color: rgba(var(--callout-color), 0.5);
|
||||||
|
border-radius: 5pt;
|
||||||
}
|
}
|
||||||
/* même les liens sont bleus pour les définitions */
|
/* même les liens sont bleus pour les définitions */
|
||||||
.callout[data-callout="definition"] > .callout-title > .callout-title-inner > a,
|
.callout[data-callout="definition"] > .callout-title > .callout-title-inner > a,
|
||||||
|
17
.obsidian/snippets/headers.css
vendored
17
.obsidian/snippets/headers.css
vendored
@@ -1,22 +1,27 @@
|
|||||||
|
|
||||||
.cm-header-1 {
|
.cm-header-1,
|
||||||
|
.cm-header-1 span a{
|
||||||
color: #1b9419;
|
color: #1b9419;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-header-2,
|
.cm-header-2,
|
||||||
.cm-header-2 {
|
.cm-header-2 span a{
|
||||||
color: #2967b3 !important;
|
color: #2967b3 !important;
|
||||||
}
|
}
|
||||||
.cm-header-3 {
|
.cm-header-3,
|
||||||
|
.cm-header-3 span a{
|
||||||
color: #c9893a;
|
color: #c9893a;
|
||||||
}
|
}
|
||||||
.cm-header-4 {
|
.cm-header-4,
|
||||||
|
.cm-header-4 span a {
|
||||||
color: #6c9abb;
|
color: #6c9abb;
|
||||||
}
|
}
|
||||||
.cm-header-5 {
|
.cm-header-5,
|
||||||
|
.cm-header-5 span a {
|
||||||
color: #9d85c8;
|
color: #9d85c8;
|
||||||
}
|
}
|
||||||
.cm-header-6 {
|
.cm-header-6,
|
||||||
|
.cm-header-6 span a {
|
||||||
color: #789278;
|
color: #789278;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
up:
|
|
||||||
tags:
|
|
||||||
aliases:
|
|
||||||
---
|
|
@@ -9,4 +9,14 @@ aliases:
|
|||||||
> [!definition] Définition
|
> [!definition] Définition
|
||||||
> On définit $\mathscr{F}$ le filtre de Fréchet par :
|
> On définit $\mathscr{F}$ le filtre de Fréchet par :
|
||||||
> $A \in \mathscr{F}$ si $X - A$ est fini
|
> $A \in \mathscr{F}$ si $X - A$ est fini
|
||||||
^definition
|
^definition
|
||||||
|
|
||||||
|
# Démonstration que c'est bien un filtre
|
||||||
|
|
||||||
|
1. $X - X = \emptyset$ est bien fini
|
||||||
|
2. soient $A, B \in \mathscr{F}$ on a :
|
||||||
|
$X - (A \cap B) = (X-A) \cup (X-B)$
|
||||||
|
or la réunion de deux ensembles finis est finie d'où il suit que $A \cap B \in \mathscr{F}$
|
||||||
|
3. Soit $A \in \mathscr{F}$ avec $A \subseteq B$
|
||||||
|
$X - B \subseteq X - A$ or on sait que $X - A$ est fini, et qu'une partie d'un ensemble fini est finie, d'où on a que $X - B$ est fini et donc que $B \in \mathscr{F}$
|
||||||
|
|
||||||
|
@@ -29,4 +29,10 @@ aliases:
|
|||||||
|
|
||||||
# Exemples
|
# Exemples
|
||||||
|
|
||||||
## [[filtre de fréchet]]
|
## 1 - [[filtre de fréchet]]
|
||||||
|
## 2 - ?
|
||||||
|
|
||||||
|
Soit $X$ un [[structure de topologie|espace topologique]] (par exemple $X \subseteq \mathbb{R}^{n}$ ou bien un [[espace métrique]])
|
||||||
|
$\mathscr{F}_{x} = \{ \text{voisinage de } x \}$ est un filtre non-[[filtre#^filtre-trivial|trivial]]
|
||||||
|
|
||||||
|
- i $V$ est voisinage de $x$ $\iff \begin{cases} \exists \varepsilon > 0,\quad B(x, \varepsilon) \subseteq V \end{cases}$
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
aliases:
|
aliases:
|
||||||
- topologie
|
- topologie
|
||||||
|
- espace topologique
|
||||||
up:
|
up:
|
||||||
- "[[structure algébrique]]"
|
- "[[structure algébrique]]"
|
||||||
tags:
|
tags:
|
||||||
@@ -8,7 +9,7 @@ tags:
|
|||||||
---
|
---
|
||||||
|
|
||||||
> [!definition] [[structure de topologie]]
|
> [!definition] [[structure de topologie]]
|
||||||
> On appelle **topologie** sur $X$ un ensemble $\mathcal{O}$ de parties de $X$ qui seront les ouverts, tel que :
|
> On appelle **topologie** sur $X$ un ensemble $\mathcal{O} \subseteq \mathcal{P}(X)$ de parties de $X$ qui seront les ouverts, tel que :
|
||||||
> - $\emptyset \in \mathcal{O}$
|
> - $\emptyset \in \mathcal{O}$
|
||||||
> - $X \in \mathcal{O}$
|
> - $X \in \mathcal{O}$
|
||||||
> - $\mathcal{O}$ est stable par réunion quelconque
|
> - $\mathcal{O}$ est stable par réunion quelconque
|
||||||
|
@@ -12,8 +12,8 @@ tags: "#s/maths/analyse"
|
|||||||
> $\forall \varepsilon >0, \quad \exists n_0 \in N, \quad \forall n \geq n_0, \quad d(u_{n}, l) < \varepsilon$
|
> $\forall \varepsilon >0, \quad \exists n_0 \in N, \quad \forall n \geq n_0, \quad d(u_{n}, l) < \varepsilon$
|
||||||
^definition
|
^definition
|
||||||
|
|
||||||
> [!definition] [[suite convergente]] dans un [[espace topologique]]
|
> [!definition] [[suite convergente]] dans un [[structure de topologie]]
|
||||||
> Soit $(E, \mathscr{T})$ un [[espace topologique]]
|
> Soit $(E, \mathscr{T})$ un [[structure de topologie]]
|
||||||
> Soit $(u_{n}) \in E^{\mathbb{N}}$
|
> Soit $(u_{n}) \in E^{\mathbb{N}}$
|
||||||
> $(u_{n})$ **converge vers** $l \in E$ $\iff$ $\forall V \in \mathcal{V}(l),\quad \exists N \in \mathbb{N},\quad \forall n \geq N,\quad u_{n} \in V$
|
> $(u_{n})$ **converge vers** $l \in E$ $\iff$ $\forall V \in \mathcal{V}(l),\quad \exists N \in \mathbb{N},\quad \forall n \geq N,\quad u_{n} \in V$
|
||||||
>
|
>
|
||||||
|
@@ -8,7 +8,7 @@ tags:
|
|||||||
---
|
---
|
||||||
|
|
||||||
> [!definition] Définition
|
> [!definition] Définition
|
||||||
> Soit $(E, \mathscr{T})$ un [[espace topologique]]
|
> Soit $(E, \mathscr{T})$ un [[structure de topologie]]
|
||||||
> Soit $x \in E$ et $V \subset E$
|
> Soit $x \in E$ et $V \subset E$
|
||||||
> On dit que $V$ est un **voisinage** de $x$ si et seulement si il existe un ouvert $O \in \mathscr{T}$ tel que $x \in O$ et $O \subset V$.
|
> On dit que $V$ est un **voisinage** de $x$ si et seulement si il existe un ouvert $O \in \mathscr{T}$ tel que $x \in O$ et $O \subset V$.
|
||||||
> On note $\mathcal{V}(x)$ l'ensemble des voisinages de $x$.
|
> On note $\mathcal{V}(x)$ l'ensemble des voisinages de $x$.
|
||||||
|
Reference in New Issue
Block a user