generated from smyalygames/quartz
Quartz sync: May 27, 2025, 9:02 AM
All checks were successful
/ Deploy to Cloudflare Pages (push) Successful in 1m27s
All checks were successful
/ Deploy to Cloudflare Pages (push) Successful in 1m27s
This commit is contained in:
parent
4e21d27851
commit
d2ce8dfbec
@ -1 +1,13 @@
|
||||
# Question
|
||||
# Question
|
||||
What is the initial topology?
|
||||
# Answer
|
||||
Given a set $X$ and an indexed family $(Y_{i})_{i \in I}$ of [[Topological Space|topological spaces]] with functions
|
||||
$$f_{i} : X \to Y_{i},$$
|
||||
the initial topology $\tau$ on $X$ is the [[Weakest Topology|weakest topology]] on $X$ such that
|
||||
$$f_{i} : (X, \tau) \to Y_{i}$$
|
||||
is [[Continuous|continuous]].
|
||||
|
||||
> [!info] Indexed Family
|
||||
> An indexed family here means like an index in programming, such as 0, 1, 2, 3.
|
||||
> For example here $Y_{1}, Y_{2}, Y_{3}, \dots$
|
||||
|
||||
|
3
content/Revision/Real Analysis/Question 12.md
Normal file
3
content/Revision/Real Analysis/Question 12.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Question
|
||||
What is the product topology?
|
||||
# Answer
|
15
content/Revision/Real Analysis/Question 13.md
Normal file
15
content/Revision/Real Analysis/Question 13.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Question
|
||||
What is a measure? Easy examples?
|
||||
# Answer
|
||||
It is pretty much self explanatory with the name for what it is supposed to do.
|
||||
|
||||
But a [[Measure|measure]] on a set $X$ (*maybe not required:* with $\Sigma$ as a [[Sigma-Algebra|sigma-algebra]] over $X$)is a function $\mu : M \to [0,\infty]$, such that:
|
||||
1. **Non-negativity:** for all $E \in \Sigma,\ \mu(E) \geq 0$. (*maybe not required*)
|
||||
2. $\mu(\emptyset) = 0$
|
||||
3. **Countable additivity:** $\mu(\cup_{n=1}^{\infty} A_{n}) = \sum_{n=1}^{\infty}\mu(A_{n})$ (for pairwise disjoint $A_{n} \in M$)
|
||||
|
||||
Then we say that $X$ is a measure space.
|
||||
|
||||
> [!note]
|
||||
> You may also want to take a look at [[Measurable|measurable]]
|
||||
## Easy Examples
|
3
content/Revision/Real Analysis/Question 14.md
Normal file
3
content/Revision/Real Analysis/Question 14.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Question
|
||||
Define the Lebesgue integral of a extended non-negative measurable function.
|
||||
# Answer
|
Loading…
x
Reference in New Issue
Block a user