vault backup: 2026-02-27 11:26:12

This commit is contained in:
Jan Meyer
2026-02-27 11:26:12 +01:00
parent 3a25dd842c
commit 9d27b267ec
3 changed files with 7 additions and 6 deletions

View File

@@ -3,8 +3,8 @@
"autoCommitMessage": "vault backup: {{date}}", "autoCommitMessage": "vault backup: {{date}}",
"commitMessageScript": "", "commitMessageScript": "",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0, "autoSaveInterval": 2,
"autoPushInterval": 0, "autoPushInterval": 30,
"autoPullInterval": 0, "autoPullInterval": 0,
"autoPullOnBoot": false, "autoPullOnBoot": false,
"autoCommitOnlyStaged": false, "autoCommitOnlyStaged": false,
@@ -19,11 +19,11 @@
"syncMethod": "merge", "syncMethod": "merge",
"mergeStrategy": "none", "mergeStrategy": "none",
"customMessageOnAutoBackup": false, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false, "autoBackupAfterFileChange": true,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",
"differentIntervalCommitAndPush": false, "differentIntervalCommitAndPush": true,
"changedFilesInStatusBar": false, "changedFilesInStatusBar": false,
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,

View File

@@ -183,7 +183,7 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "7a0e7b37bd89861d", "active": "197c8e18c8d8ef8c",
"lastOpenFiles": [ "lastOpenFiles": [
"DAS/Set Theory.md", "DAS/Set Theory.md",
"DAS/Functions.md", "DAS/Functions.md",

View File

@@ -24,4 +24,5 @@ A function is _surjective_ if every element $y in Y$ has _at minimum_ one matchi
- $forall y in Y, exists x in X : f(x) = y$ - $forall y in Y, exists x in X : f(x) = y$
### 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$