vault backup: 2026-02-27 12:42:31

This commit is contained in:
Jan Meyer
2026-02-27 12:42:31 +01:00
parent 169ad4631c
commit 6b75052bf2
2 changed files with 7 additions and 21 deletions

View File

@@ -10,20 +10,6 @@
{ {
"id": "e815710c82d8b872", "id": "e815710c82d8b872",
"type": "leaf", "type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "DAS/Functions.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Functions"
}
},
{
"id": "9bb2d002d5fe1179",
"type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -35,8 +21,7 @@
"title": "Logic" "title": "Logic"
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -68,7 +53,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "Logic",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -89,7 +74,8 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@@ -183,10 +169,10 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "9bb2d002d5fe1179", "active": "e815710c82d8b872",
"lastOpenFiles": [ "lastOpenFiles": [
"DAS/Set Theory.md",
"DAS/Functions.md", "DAS/Functions.md",
"DAS/Set Theory.md",
"DAS/Logic.md", "DAS/Logic.md",
"mathe/notation.md", "mathe/notation.md",
"Studium.md", "Studium.md",

View File

@@ -25,4 +25,4 @@ A function is _surjective_ if every element $y in Y$ has _at minimum_ one matchi
### Bijectivity ### Bijectivity
A function is _bijective_ if every element $y in Y$ has _exactly_ one matching $x in X$ (it is _injective_ and _surjective_) A function is _bijective_ if every element $y in Y$ has _exactly_ one matching $x in X$ (it is _injective_ and _surjective_)
- $forall y in Y, exists excl x in X : f(x) = y$ - $forall y in Y, exists excl x in X : f(x) = ySymbol$