vault backup: 2026-02-27 11:26:12
This commit is contained in:
8
.obsidian/plugins/obsidian-git/data.json
vendored
8
.obsidian/plugins/obsidian-git/data.json
vendored
@@ -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,
|
||||||
|
|||||||
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@@ -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",
|
||||||
|
|||||||
@@ -25,3 +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$
|
||||||
Reference in New Issue
Block a user