fixed live pull issue
This commit is contained in:
@@ -21,7 +21,8 @@ def index():
|
|||||||
@app.route("/api/vault-update") #webhook for vault updated
|
@app.route("/api/vault-update") #webhook for vault updated
|
||||||
def update_vault():
|
def update_vault():
|
||||||
# TODO SECURE THIS WITH SECRETTTTT or auth header
|
# TODO SECURE THIS WITH SECRETTTTT or auth header
|
||||||
print(build.public_vault(PRIVATE_VAULT_DIR, PUBLIC_VAULT_DIR))# initialize the public notes from the private repo
|
build.obsidian_vault(PRIVATE_VAULT_DIR) # initialize the private obsidian repo
|
||||||
|
build.public_vault(PRIVATE_VAULT_DIR, PUBLIC_VAULT_DIR)# initialize the public notes from the private repo
|
||||||
return "vault-rebuilt"
|
return "vault-rebuilt"
|
||||||
@app.route ("/<filename>") # renders a filename if not otherwise specified
|
@app.route ("/<filename>") # renders a filename if not otherwise specified
|
||||||
def render_post(filename):
|
def render_post(filename):
|
||||||
|
|||||||
79
content/Homework.md
Normal file
79
content/Homework.md
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
#public
|
||||||
|
# Homework
|
||||||
|
|
||||||
|
Questions (P7.)
|
||||||
|
1. a
|
||||||
|
1. A. True
|
||||||
|
2. B. Order does not matter in sets
|
||||||
|
2. MISSISSIPPI
|
||||||
|
3.
|
||||||
|
1. $\subseteq$
|
||||||
|
2. $\in$
|
||||||
|
3. $\subseteq$
|
||||||
|
4. $\in$
|
||||||
|
5. $\in$ x wrong $\emptyset$ is a $\subseteq$ of all sets
|
||||||
|
6. $\subseteq$
|
||||||
|
4. 9.
|
||||||
|
1. a) $\{S_4, S_5, S_9\}$
|
||||||
|
2. b) **??**
|
||||||
|
3. c) quadrillion
|
||||||
|
4. d)
|
||||||
|
1. F
|
||||||
|
2. T (if order does not matter)
|
||||||
|
3. T
|
||||||
|
4. F
|
||||||
|
5. T
|
||||||
|
6. T
|
||||||
|
7. F
|
||||||
|
8. F
|
||||||
|
9. F
|
||||||
|
10. T
|
||||||
|
11. F
|
||||||
|
12. F
|
||||||
|
13. T
|
||||||
|
14. F
|
||||||
|
15. T
|
||||||
|
16. T
|
||||||
|
5. 10.
|
||||||
|
1. $D_1=\{1\}, D_2=\{1,2\}, D_{10}=\{1,2,5\}$
|
||||||
|
2. b)
|
||||||
|
1. T
|
||||||
|
2. F
|
||||||
|
3. T
|
||||||
|
4. T
|
||||||
|
5. T?
|
||||||
|
6. F
|
||||||
|
7. T
|
||||||
|
8. F
|
||||||
|
9. F
|
||||||
|
10. F
|
||||||
|
11. F
|
||||||
|
12. T
|
||||||
|
3. c) $|D_{10}|=3$, $|D_{19}|=2$
|
||||||
|
4. D) $|\mathcal{D}|=9$
|
||||||
|
|
||||||
|
|
||||||
|
| Questions | Answer |
|
||||||
|
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
|
||||||
|
| 1. <br> 1. (a) True or false? {red, white, blue} = {white, blue, red}. <br> 2. (b) What is wrong with this statement: Red is the first element of the set {red, white, blue}? | a. True<br>b. Order does not matter in sets |
|
||||||
|
| 2. Which has the larger cardinality? The set of letters in the word MISSISSIPPI or the set of letters in the word FLORIDA ? | MISSIPPI |
|
||||||
|
| 3. Fill in the blank with the appropriate symbol, ∈ or ⊆. <br> 1. (a) {1, 2, 3} {1, 2, 3, 4} <br> 2. (b) 3 {1, 2, 3, 4} <br> 3. (c) {3} {1, 2, 3, 4} <br> 4. (d) {𝑎} {{𝑎}, {𝑏}, {𝑎, 𝑏}} <br> 5. (e) ∅ {{𝑎}, {𝑏}, {𝑎, 𝑏}} <br> 6. (f) {{𝑎}, {𝑏}} {{𝑎}, {𝑏}, {𝑎, 𝑏}} | |
|
||||||
|
| 9. Let 𝑆1 = {𝑜, 𝑛, 𝑒}, 𝑆2 = {𝑡, 𝑤, 𝑜}, 𝑆3 = {𝑡, ℎ, 𝑟, 𝑒, 𝑒}, and so on. <br> 1. (a) Find all 𝑘 ∈ {1, 2, . . . , 10} with \|𝑆𝑘\| = 4. <br> 2. (b) Find distinct indices 𝑗, 𝑘 ∈ ℕ with 𝑆𝑗 = 𝑆𝑘. <br> 3. (c) Find the smallest value of 𝑘 ∈ ℕ with 𝑎 ∈ 𝑆𝑘. <br> 4. (d) Let 𝒮 = {𝑆𝑘}40 𝑘=1. Determine whether the following statements are true or false. <br> 1. (i) 𝑆13 = {𝑛, 𝑒, 𝑖, 𝑡, ℎ, 𝑒, 𝑟} <br> 2. (ii) {𝑛, 𝑒, 𝑡} ⊆ 𝑆20 <br> 3. (iii) 𝑆1 ∈ 𝒮 <br> 4. (iv) 𝑆3 ⊆ 𝒮 <br> 5. (v) ∅ ∈ 𝒮 <br> 6. (vi) ∅ ⊂ 𝒮 <br> 7. (vii) ∅ ⊆ 𝒮 <br> 8. (viii) 𝑆1 ⊆ 𝑆11 <br> 9. (ix) 𝑆1 ⊆ 𝑆21 <br> 10. (x) 𝑆1 ⊂ 𝑆21<br> 11. (xi) {𝑛, 𝑖, 𝑒} ∈ 𝒮 <br> 12. (xii) {{𝑓, 𝑜, 𝑢, 𝑟}} ⊆ 𝒮 <br> 13. (xiii) 𝑢 ∈ 𝑆40 <br> 14. (xiv) 𝒫(𝑆9) ⊆ 𝒫(𝑆19) <br> 15. (xv) {𝑠, 𝑖} ∈ 𝒫(𝑆6) <br> 16. (xvi) 𝑤 ∈ 𝒫(𝑆2) | |
|
||||||
|
| 10. For 𝑘 ∈ {1, 2, . . . , 20}, let 𝐷𝑘 = {𝑥 ∣ 𝑥 is a prime number which divides 𝑘} and let 𝒟 = {𝐷𝑘 ∣ 𝑘 ∈ {1, 2, . . . , 20}}.<br> 1. (a) Find 𝐷1, 𝐷2, 𝐷10, and 𝐷20. <br> 2. (b) True or False: <br> 1. (i) 𝐷2 ⊂ 𝐷10 <br> 2. (ii) 𝐷7 ⊆ 𝐷10 <br> 3. (iii) 𝐷10 ⊂ 𝐷20 <br> 4. (iv) ∅ ∈ 𝒟 <br> 5. (v) ∅ ⊂ 𝒟 <br> 6. (vi) 5 ∈ 𝒟 <br> 7. (vii) {5} ∈ 𝒟 <br> 8. (viii) {4, 5} ∈ 𝒟 <br> 9. (ix) {{3}} ⊆ 𝒟 <br> 10. (x) 𝒫(𝐷9) ⊆ 𝒫(𝐷6) <br> 11. (xi) 𝒫({3, 4}) ⊆ 𝒟 <br> 12. (xii) {2, 3} ∈ 𝒫(𝐷12) <br> 3. (c) Find \|𝐷10\| and \|𝐷19\|. <br> 4. (d) Find \|𝒟\| | |
|
||||||
|
# Unit 1
|
||||||
|
## Krish Hw 2
|
||||||
|
1. A = {1, 2, 3}, B = {2, 3, 4} and C = {1, 2, 4}. List the elements of the specified set
|
||||||
|
1. (a) A ∩ B; | {2,3}
|
||||||
|
2. (b) A ∪ B; | {1,2,3,4}
|
||||||
|
3. (c) C\A; | {1}
|
||||||
|
4. (d) A ∪ (B ∩ C); | {2,1,3}
|
||||||
|
5. (e) (A ∩ C) ∪ (B ∩ C); | {1,2,4}
|
||||||
|
6. (f) A × B; | {(1,2),(1,3),(1,4),(2,3),(2,2),(2,4),(3,2),(3,3),(3,4)}
|
||||||
|
7. (g) B × A; | {(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2) ,(4,3)}
|
||||||
|
8. (h) (A × B) ∩ (B × A). | {(2,2),(3,3)}
|
||||||
|
2. $M_2$ = {2, 4, 6, 8, 10, · · · } and $M_3$ = {3, 6, 9, 12, 15, · · · }. Find:
|
||||||
|
1. (a) $M_2$ ∩ $M_3$;
|
||||||
|
1. $M_6$
|
||||||
|
2. (b) $M_3 \backslash M_2$
|
||||||
|
1. $\{x|x=6k-3 \space\forall\space k \in\mathbb{N}\}$
|
||||||
|
|
||||||
157
content/Unit 1 Sets and Logic.md
Normal file
157
content/Unit 1 Sets and Logic.md
Normal file
@@ -0,0 +1,157 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- Math-301
|
||||||
|
- Math
|
||||||
|
- School
|
||||||
|
- notes
|
||||||
|
- Spring-25
|
||||||
|
- public
|
||||||
|
Slides: "[[Wed 1-7.pdf]]"
|
||||||
|
Topic: Sets and Logic
|
||||||
|
Unit: 1.1 - 1.6
|
||||||
|
---
|
||||||
|
# 1.1 Basic definitions
|
||||||
|
A set is a collection of objects. The objects in a set are called its elements or members.
|
||||||
|
> Let A={a,b,c}.
|
||||||
|
> $a\in A$ -- means *a* is an element of *A*
|
||||||
|
> $d \notin A$ -- means *d* is not an element of *A*
|
||||||
|
|
||||||
|
**Def**. the [[Cardinality]] of a finite set `S`, demoted `|S|`. is the number of elements in `S`.
|
||||||
|
In the example, `|A| = 3`.
|
||||||
|
|
||||||
|
### Notation for some sets of numbers
|
||||||
|
> Natural numbers: $\mathbb{N}$ = {1,2,3,...}
|
||||||
|
> Whole Numbers: $\mathbb{W}$ = {0,1,2,3,...}
|
||||||
|
> The set of integers: $\mathbb{Z}$ = {...-3,-2,-1,0,1,2,3,} = {0,1,-1,2,-2,3,-3...}
|
||||||
|
> Rational Numbers: $\mathbb{Q}$ = $\{\frac{a}{b}\vert a,b\in\mathbb{Z},b\neq0\}$
|
||||||
|
> Set of real numbers: $\mathbb{R}$
|
||||||
|
---
|
||||||
|
## 2 subsets
|
||||||
|
|
||||||
|
- Let *A* and *B* be sets. We say that *B* is a [[subset]] of *A*, if every element of *B* is also an element of *A*, denoted $B\subseteq A$
|
||||||
|
- Two sets are [[equal]], denoted $A = B$, if $A\subseteq B$ and $B\subseteq A$
|
||||||
|
>Ex. Let *A* = $\{x\vert x\in\mathbb{Z}\hspace{7px}and\hspace{7px}0\lt x\lt6\}$.
|
||||||
|
>We see that $A=\{1,2,3,4,5\}$.
|
||||||
|
>Note: $1\in A, 4\in A$, but $6\notin A$.
|
||||||
|
>$\{1,3,5\}\subseteq A,\{2\}\subseteq A$, but $\{2\}\notin A$
|
||||||
|
>{2,4,6}$\subsetneq A$ since $6 \notin A$
|
||||||
|
>|A| = 5.
|
||||||
|
>Ex. $\mathbb{N}\subseteq \mathbb{W} \subseteq \mathbb{Z} \subseteq \mathbb{Q} \subseteq \mathbb{R}$
|
||||||
|
|
||||||
|
[[Proper subset]]: $B\subset A$ if $B\subseteq A$ and $B\neq A$
|
||||||
|
|
||||||
|
### Intervals of $\mathbb{R}$
|
||||||
|
> (a,b) = {x$\in \mathbb{R}$ | a < x < b}, where $-\infty\le a \le b \le\infty$
|
||||||
|
> \[a,b] = {x$\in \mathbb{R}$ | a $\le$ x $\le$ b}, where $-\infty\lt a \le b \lt\infty$
|
||||||
|
> \[a,b) = \{x$\in \mathbb{R}$ | a $\le$ x < b}, where $-\infty\lt a \lt b \le\infty$
|
||||||
|
> \(a,b] = \{x$\in \mathbb{R}$ | a $\lt$ x $\le$ b}, where $-\infty\le a \lt b \lt\infty$
|
||||||
|
|
||||||
|
## 3. Collections of Sets
|
||||||
|
The elements of a set may themselves be sets, and so is is a collections of sets
|
||||||
|
> Ex. $\mathcal{C}$ = { {1}, {1, 2}, {1, 2, 3} }. Note that
|
||||||
|
> {1} $\in \mathcal{C}$, {1,2} $\notin\mathcal{C}$, {1,2,3} $\in\mathcal{C}$ **??**
|
||||||
|
> {1} $\subsetneq\mathcal{C}$ since $1\notin\mathcal{C}$
|
||||||
|
> {{1}, {1,2}} $\subseteq\mathcal{C}$
|
||||||
|
> {{1}, {1,2}} $\notin\mathcal{C}$.
|
||||||
|
|
||||||
|
### Indexed Collection of Sets
|
||||||
|
Let `I` be a set. Suppose $S_i$ is a set for each `i` $\in$ `I`.
|
||||||
|
Then we say that $\{S_i\}_{i\in I}$ = $\{S_i|i\in I\}$ Is called a [[collection of sets indexed]] by `I`.
|
||||||
|
> Ex. Let $S_n$ = (n-1, n) for each $n\in\mathbb{N}$. Then
|
||||||
|
> $\{S_n\}_{n=1}^{3}$ = {$S_1,S_2,S_3$} = $\{(0,1), (1,2), (2,3)\}$
|
||||||
|
> $\{S_n\}_{n\in\mathbb{N}}$ = $\{(0,1), (1,2), (2,3),...\}$
|
||||||
|
|
||||||
|
## 4. The Empty Set
|
||||||
|
Let `E` be a set with no elements. Then for any Set `A`, we have `E`$\subseteq$`A` [[(Vacuously True)]].
|
||||||
|
If `E'` is another set with no elements, then `E`$\subseteq$`E'` `E'`$\subseteq$`E`
|
||||||
|
So `E`=`E'` Therefore, there is a unique set with no elements. We call it the [[empty set]], denoted by $\emptyset$ = {}.
|
||||||
|
**Property: For every set `A`, $\emptyset\subseteq$`A`.**
|
||||||
|
|
||||||
|
## 5. The Power Set of a Set
|
||||||
|
the [[power set]] of a set `S` is the collection of all subsets of `S` and is denoted $\wp(S)$.
|
||||||
|
> $\wp(S) = \{A | A \subseteq S\}$.
|
||||||
|
|
||||||
|
>Ex. Let $A$ = $\{a,b,c\}$. Then
|
||||||
|
>$\wp(A)\{\emptyset\,\{a\},\{b\},\{c\},\{a,b\},\{a,c\},\{b,c\},\{a,b,c\}\}$
|
||||||
|
>Note: |$\wp(A)$ = 8 = $2^3$ = $2^{|A|}$.
|
||||||
|
|
||||||
|
## 6. Summarizing example
|
||||||
|
Consider the set:
|
||||||
|
> $S = \{1,2,\emptyset,\{a,b\}\}$. Then
|
||||||
|
> $2\in S, 2\subsetneq S$
|
||||||
|
> ${2}\notin S, 2\subseteq S$
|
||||||
|
> > $\emptyset, 2\subsetneq S$
|
||||||
|
|
||||||
|
|
||||||
|
# 1.2 Set Operations
|
||||||
|
## 1 Intersections and Unions
|
||||||
|
>Let `A` and `B` be sets. The [[Intersection]] of `A` and `B` is the set.
|
||||||
|
>$A\cap B$ {X | x $\in$ A and x $\in$ B}
|
||||||
|
>![[Pasted image 20260114205835.png]]
|
||||||
|
|
||||||
|
The [[Union]] of `A` and `B` is the set
|
||||||
|
> $A \cup B$ = {x | $\in$ a A or x $\in$ B } ## "Or" is the "Inclusive or"
|
||||||
|
> ![[Pasted image 20260114210548.png]]
|
||||||
|
|
||||||
|
> Ex. Let `A`={0,2,4,6,8}, `B`={0,3,6,9}, and C={1,2,3,4,5,6,8,9}. Then
|
||||||
|
> (a) $A\cap B$ = {0,6}
|
||||||
|
> (b) $A\cup B = \{0,2,4,6,8,3,9\}=\{0,2,3,4,6,8,9\}$
|
||||||
|
> (c) $B\cap C$ = {3}
|
||||||
|
> (d) $A\cup(B\cap C) = \{0,2,3,4,6,8\}$
|
||||||
|
> (e) $(A\cup B)\cap C = \{2,3,4\}$
|
||||||
|
> Note: $A\cup(B\cap C)\neq(A\cup B)\cap C$
|
||||||
|
|
||||||
|
**Def. We say that two sets A and B and [[disjoint]] if $A\cap B=\emptyset$**
|
||||||
|
![[Pasted image 20260115174934.png]]
|
||||||
|
> **Theorem. Let `A` and `B` be finite sets.**
|
||||||
|
> (a) $|A\cup B|=|A|+|B|-|A\cup B|$
|
||||||
|
> ![[Pasted image 20260115175142.png]]
|
||||||
|
> (b) if `A` and `B` and disjoint then $|A\cup B| = |A| + |B|$
|
||||||
|
> ![[Pasted image 20260115175132.png]]
|
||||||
|
> (c) If $A\subseteq B, then |A|\leq|B|$
|
||||||
|
## 2 Arbitrary Collections
|
||||||
|
Let $\mathcal{C}=\{S_i|i\in I\}$ be a collection of sets indexed by a set `I` (Assume $I\neq0$.) Then the [[Intersection]] of $\mathcal{C}$ is defined as
|
||||||
|
> $\cap\mathcal{C}=\cap_{i\in I} S_i=\{x|x\in S_i$ for all $i\in I\}$.
|
||||||
|
|
||||||
|
The [[Union]] of the collection $\mathcal{C}$ is the set
|
||||||
|
>$\cup\mathcal{C}=$ $\cup_{i\in I}S_i=\{x|x\in S_i$ for at least one $i\in I\}$
|
||||||
|
|
||||||
|
For a finite collection of sets indeed by $I=\{1,2 ... , n\}$
|
||||||
|
we often write the intersection and unions of $\mathcal{C}=\{S_1,S_2, ... ,S_n\}$ as
|
||||||
|
> $\cap_{i=1}^n S_i = S_1\cap S_2\cap S_3\cap ... \cap S_n$
|
||||||
|
> $\cup_{i\in I}^n S_i=S_1\cup S_2\cup ... \cup S_n$
|
||||||
|
|
||||||
|
Def. Let $\{\S_i|i\in I\}$ be an indexed collection of sets.
|
||||||
|
> (a) The collection is [[Mutually disjoint]] if for all $i,j\in I$, if $S_i\neq S_j, then S_I =\cap S_j\space\emptyset$
|
||||||
|
> Equivalently: for all $i,j\in I$, $S_i=S_j\space or\space S_i\cap S_j=\emptyset$
|
||||||
|
> (b) The collection is [[nested]] if for all $i,j\in I$, $S_i\subseteq S_j$ or $S_j\subseteq S_i$
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
$S=\{x\in\mathbb{W}|x\notin M_{5}, x\in M_3\}$
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
> $B_n$ = $\{x\in\mathbb{R}\space\vert\space |x| < n\}$
|
||||||
|
|
||||||
|
$B_1$ = (-1,1)
|
||||||
|
$B_2$ = (-2,2)
|
||||||
|
$B_3$ =(-3, 3)
|
||||||
|
|
||||||
|
|
||||||
|
> [!note] incluse vs exclusion
|
||||||
|
$[-1,1]\neq (-1,1)$ where $n=\mathbb{R}$
|
||||||
|
let $A$ = $(-1,1)$
|
||||||
|
let $B$ = $[-1,1]$
|
||||||
|
$A\subseteq B$
|
||||||
|
$A\neq B$
|
||||||
|
|
||||||
|
| Q | P | A |
|
||||||
|
| ------------------ | ---------------------- | ------------------ |
|
||||||
|
| Mutually disjoint? | $B_n\subseteq B_{n+1}$ | False |
|
||||||
|
| Nested?<br> | $B_n\subseteq B_{n+1}$ | True |
|
||||||
|
| Intersect | $B\cap B_n$ | $B_1$ |
|
||||||
|
| Union<br> | $B\cup B_n$ | $(-\infty,\infty)$ |
|
||||||
Reference in New Issue
Block a user