This commit is contained in:
Oscar Plaisant 2024-12-26 11:25:36 +01:00
parent 602a41e7f8
commit 805e4ba565
17 changed files with 80 additions and 39 deletions

View File

@ -5,7 +5,6 @@
"enabledCssSnippets": [
"pdf_darkmode",
"query_header_title",
"tasks",
"tabs",
"hide_excalibrain_ui",
"tabs_on_multiple_rown",
@ -20,7 +19,18 @@
"general_interface",
"latex_mathjax",
"breadcrumbs",
"day_planner"
"day_planner",
"[ui] Ultra Compact Tab Header",
"Daily Note Outline",
"Tasks - Compact",
"tasks",
"[editor] Typography fixes",
"Calendar",
"Custom Frames",
"Custom Frames - Duotone",
"Excalidraw - Compact",
"MySnippets",
"Omnisearch"
],
"interfaceFontFamily": "CMU Bright,CMU Sans Serif,FiraCode Nerd Font",
"textFontFamily": "CMU Sans Serif,FiraCode Nerd Font,CMU Serif",

View File

@ -11,5 +11,6 @@
"obsidian-day-planner",
"obsidian-hider",
"lazy-plugins",
"mysnippets-plugin"
"mysnippets-plugin",
"obsidian-custom-frames"
]

View File

@ -1012,5 +1012,14 @@
],
"key": "/"
}
],
"omnisearch:show-modal": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "O"
}
]
}

View File

@ -535,7 +535,7 @@
"selection": "all",
"default_depth": 5,
"no_path_message": "",
"show_controls": true,
"show_controls": false,
"merge_fields": false,
"field_group_labels": [
"ups",

View File

@ -9,7 +9,7 @@
"openInCenter": false,
"zoomLevel": 0.95,
"forceIframe": false,
"customCss": "/* hide info clutter and ad banner */\n#classify--info-area,\n.adsbygoogle {\n\tdisplay: none !important\n}"
"customCss": "/* hide info clutter and ad banner */\n#classify--info-area,\n.adsbygoogle {\n display: none !important\n}\n\n/* invert colors */\n* {\n filter: invert(1);\n}"
},
{
"url": "https://github.com/OsKaR31415/cours",
@ -44,17 +44,6 @@
"forceIframe": false,
"customCss": ""
},
{
"url": "https://www.nuitdelinfo.com/",
"displayName": "compteur NDLI",
"icon": "",
"hideOnMobile": true,
"addRibbonIcon": true,
"openInCenter": false,
"zoomLevel": 1,
"forceIframe": false,
"customCss": ""
},
{
"url": "hhtps://www.flaticon.com",
"displayName": "flaticons",

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,11 @@
"downrankedFoldersFilters": [],
"ignoreDiacritics": true,
"ignoreArabicDiacritics": false,
"indexedFileTypes": [],
"indexedFileTypes": [
"txt",
"qmd",
""
],
"displayTitle": "",
"PDFIndexing": false,
"officeIndexing": false,
@ -23,7 +27,7 @@
"showPreviousQueryResults": true,
"simpleSearch": false,
"tokenizeUrls": false,
"fuzziness": "1",
"fuzziness": "2",
"weightBasename": 3,
"weightDirectory": 2,
"weightH1": 1.5,
@ -36,7 +40,7 @@
"weight": 2.5
}
],
"httpApiEnabled": false,
"httpApiEnabled": true,
"httpApiPort": "51361",
"httpApiNotice": true,
"welcomeMessage": "1.21.0",

View File

@ -1,5 +1,5 @@
{
"snippets_file": "def : > [!definition] \ndéf : > [!définition] \nddef : > [!definition] Définition\\n> $end$\\n^definition\nddéf : > [!définition] Définition\\n> $end$\\n^definition\n\ndem : > [!démonstration]- Démonstration$end$\nprop : > [!proposition]+ \\n> $end$\ncor : > [!corollaire] $end$\n\nquery : > [!query]\nnote : > [!note]\nquestion : > [!question]\nimportant : > [!important]\nexemple : > [!example] Exemple$end$\\n> \ninfo : > [!info] \ntodo : > [!todo] \ndone : > [!done] \nwarning : > [!warning] \nattention : > [!attention] \ntldr : > [!tldr] \nexercice : > [!tldr] Exercice\nidea : > [!idea] \n\navantages : > [!check] Avantages\ninconvenients : > [!fail] Inconvénients\ninconvénients : > [!fail] Inconvéninents\n\npc : > [!check] Avantages\\n> $end$\\n^pros\\n\\n> [!fail] Inconvénients\\n> \\n^cons\nps : > [!error] Problèmes\\n> $ens$\\n^problems\\n\\n> [!idea] Solutions\\n> \\n^solutions\n\nfm : ---\\n$end$\\n---\nalias : ---\\nalias: [ \"$end$\" ]\\n---\n\nev : [[espace vectoriel]]\nevs : [[espace vectoriel|espaces vectoriels]]\nkev : $\\mathbf{K}$-[[espace vectoriel]]\nrev : $\\mathbb{R}$-[[espace vectoriel]]\nrevs : $\\mathbb{R}$-[[espace vectoriel|espaces vectoriels]]\n\nsg : [[sous-groupe]]\nem : [[espace métrique]]\n\nqdef : ::: {.callout-note icon=false}\\n## Définition\\n\\n$end$\\n:::\nqnote : ::: {.callout-note}\\n## $end$\\n\\n:::\nqtip : ::: {.callout-tip}\\n## $end$\\n\\n:::\n\n",
"snippets_file": "def : > [!definition] \ndéf : > [!définition] \nddef : > [!definition] Définition\\n> $end$\\n^definition\nddéf : > [!définition] Définition\\n> $end$\\n^definition\n\ndem : > [!démonstration]- Démonstration$end$\nprop : > [!proposition]+ \\n> $end$\ncor : > [!corollaire] $end$\n\nquery : > [!query]\nnote : > [!note]\nquestion : > [!question]\nimportant : > [!important]\nexemple : > [!example] Exemple$end$\\n> \ninfo : > [!info] \ntodo : > [!todo] \ndone : > [!done] \nwarning : > [!warning] \nattention : > [!attention] \ntldr : > [!tldr] \nexercice : > [!tldr] Exercice\nidea : > [!idea] \n\navantages : > [!check] Avantages\ninconvenients : > [!fail] Inconvénients\ninconvénients : > [!fail] Inconvéninents\n\npc : > [!check] Avantages\\n> $end$\\n^pros\\n\\n> [!fail] Inconvénients\\n> \\n^cons\nps : > [!error] Problèmes\\n> $ens$\\n^problems\\n\\n> [!idea] Solutions\\n> \\n^solutions\n\nfm : ---\\n$end$\\n---\nalias : ---\\nalias: [ \"$end$\" ]\\n---\n\nev : [[espace vectoriel]]\nevs : [[espace vectoriel|espaces vectoriels]]\nsev: [[sous espace vectoriel]]\nkev : $\\mathbf{K}$-[[espace vectoriel]]\nrev : $\\mathbb{R}$-[[espace vectoriel]]\nrevs : $\\mathbb{R}$-[[espace vectoriel|espaces vectoriels]]\n\nsg : [[sous-groupe]]\nem : [[espace métrique]]\nemes: [[espace mesurable]]\nemé: [[espace mesuré]]\n\nqdef : ::: {.callout-note icon=false}\\n## Définition\\n\\n$end$\\n:::\nqnote : ::: {.callout-note}\\n## $end$\\n\\n:::\nqtip : ::: {.callout-tip}\\n## $end$\\n\\n:::\n\n",
"snippets": [
"def : > [!definition] ",
"déf : > [!définition] ",
@ -30,11 +30,14 @@
"alias : ---\\nalias: [ \"$end$\" ]\\n---",
"ev : [[espace vectoriel]]",
"evs : [[espace vectoriel|espaces vectoriels]]",
"sev: [[sous espace vectoriel]]",
"kev : $\\mathbf{K}$-[[espace vectoriel]]",
"rev : $\\mathbb{R}$-[[espace vectoriel]]",
"revs : $\\mathbb{R}$-[[espace vectoriel|espaces vectoriels]]",
"sg : [[sous-groupe]]",
"em : [[espace métrique]]",
"emes: [[espace mesurable]]",
"emé: [[espace mesuré]]",
"qdef : ::: {.callout-note icon=false}\\n## Définition\\n\\n$end$\\n:::",
"qnote : ::: {.callout-note}\\n## $end$\\n\\n:::",
"qtip : ::: {.callout-tip}\\n## $end$\\n\\n:::"

View File

@ -130,6 +130,11 @@
--callout-color: 54, 140, 243; /* same blue as h1 headings */
--callout-icon: feather;
}
/* même les liens sont bleus pour les définitions */
.callout[data-callout="definition"] > .callout-title > .callout-title-inner > a,
.callout[data-callout="définition"] > .callout-title > .callout-tiltle-inner > a {
color: inherit;
}
.callout[data-callout="démonstration"], .callout[data-callout="Démonstration"]{
/* démonstrations (expecially in maths) */

View File

@ -1,4 +1,4 @@
body {
aody {
/* font SIZES */
/*--font-ui-normal: ...*/
@ -51,11 +51,11 @@ a.tag {
/* ⣏⡱ ⣏⡱ ⡎⢱ ⣏⡱ ⣏⡉ ⣏⡱ ⢹⠁ ⡇ ⣏⡉ ⢎⡑ */
/* ⠇ ⠇⠱ ⠣⠜ ⠇ ⠧⠤ ⠇⠱ ⠸ ⠇ ⠧⠤ ⠢⠜ */
.markdown-source-view .metadata-container {
margin: 0;
padding: 0;
font-size: var(--font-adaptative-normal);
}
/*.markdown-source-view .metadata-container {*/
/* margin: 0;*/
/* padding: 0;*/
/* font-size: var(--font-adaptative-normal);*/
/*}*/
/*┏━┓╻ ╻ ╻┏━╸╻┏┓╻┏━┓*/
/*┣━┛┃ ┃ ┃┃╺┓┃┃┗┫┗━┓*/

View File

@ -6,7 +6,7 @@ example tasks priorities for day planner coloring :
- [x] #task high ⏫ ✅ 2024-10-01
- [x] #task highest 🔺 ✅ 2024-10-01
- [ ] #task avancer les TDs
- [x] #task avancer les TDs ✅ 2024-12-25
- [x] #task récupérer cours CELENE et maj obsidian ✅ 2024-10-21
- 12:00 - 13:30 trajet Tours-Blois
- 18:00 - 20:30 batterie

View File

@ -1,5 +1,5 @@
# Todo
- [ ] #task inscription aux commissons consultatives 🔼 📅 2024-12-19
- [x] #task inscription aux commissons consultatives 🔼 📅 2024-12-19 ✅ 2024-12-25
# I did
> [!smallquery]- Modified files

View File

@ -7,7 +7,7 @@
- soirée branchée **moderne**
- startup devenue un gros groupe
- moyenne d'âge 28/30 ans
- [ ] #task #s/art/magie: tourner une vidéo
- [x] #task #s/art/magie: tourner une vidéo ✅ 2024-12-25
# I did

View File

@ -1,14 +1,29 @@
---
up: "[[distance]]"
sibling: "[[norme induite]]"
tags: "#s/maths/algèbre"
up:
- "[[distance]]"
- "[[partie d'un espace métrique]]"
sibling:
- "[[norme induite]]"
tags:
- "#s/maths/algèbre"
---
> [!definition] distance induite
> [!definition] [[distance induite]]
> Soit $(X, d)$ un [[espace métrique]]
> Soit $A$ une partie de $X$
> On appelle **distance induite** l'application $d_{A} : A\times A \to \mathbb{R}$ définie par :
> $\forall x, y \in A, \quad d_{A}(x, y) = d(x, y)$
^definition
# Propriétés
> [!proposition]+
> Soit $(X, d)$ un [[espace métrique]]
> Soit $A\subset X$ et $d_{A}$ la distance induite par la restriction de $d$ sur $A$
> Alors
> $(A, d_{A})$ est un [[espace métrique]]
> ---
> Autrement dit, toute [[partie d'un espace métrique]] forme un espace métrique avec la distance induite par cette restriction
^toute-partie-forme-un-espace-metrique

View File

@ -1,6 +1,7 @@
up:: [[norme]]
title:: "$d(x, y) = \|y - x\|$"
#s/maths/algèbre
---
up: "[[norme]]"
tags: "#s/maths/algèbre"
---
> [!definition] Distance
> Soit $X$ un ensemble

View File

@ -156,7 +156,7 @@ up::[[groupe]]
> $o(\text{mouvement d'une face}) = 4$
> $o(\text{PLL U}) = 3$
> $o(\text{RU'}) = 63$
> - [ ] #task $o(\text{RU}) = ?$ 📅 2024-10-01
> - [x] #task $o(\text{RU}) = ?$ 📅 2024-10-01 ✅ 2024-12-25
> [!example] Exemple sur le [[groupe du rubik's cube]]
> > Comme le groupe du rubik's cube est un sous-groupe de $\mathfrak{S}_{48}$, aucune permutation n'a pour ordre $53$ (puisque 53 est premier avec 48 et supérieur à 48)

View File

@ -19,3 +19,7 @@ show-attributes: [field]
field-groups: [downs]
depth: [0, 0]
```
# Propriétés
![[distance induite#^toute-partie-forme-un-espace-metrique]]