Delna urejenost \((A, \le)\), podmnožica \(B \subseteq A\)
Na \(\mathbb{R}^2\) definiramo relacijo \(\preceq\) takole:
\[ (x_1,y_1)\preceq(x_2,y_2) \Leftrightarrow x_1 \leq x_2 {\rm\;in\;} y_1 \leq y_2. \]
Refleksivnost: \((x_1, y_1) \preceq (x_1, y_1) \iff x_1 \le x_1 \land y_1 \le y_1\) velja
Antisimetričnost:
\[ \begin{aligned} (x_1, y_1) \preceq (x_2, y_2) \land (x_2, y_2) \preceq (x_1, y_1) &\Rightarrow x_1 \le x_2 \land y_1 \le y_2 \land x_2 \le x_1 \land y_2 \le y_1 \\ &\Rightarrow x_1 = x_2 \land y_1 = y_2 \\ &\Rightarrow (x_1, y_1) = (x_2, y_2) \end{aligned} \]
Tranzitivnost:
\[ \begin{aligned} (x_1, y_1) \preceq (x_2, y_2) \land (x_2, y_2) \preceq (x_3, y_3) &\Rightarrow x_1 \le x_2 \land y_1 \le y_2 \land x_2 \le x_3 \land y_2 \le y_3 \\ &\Rightarrow x_1 \le x_3 \land y_1 \le y_3 \\ &\Rightarrow (x_1, y_1) \preceq (x_3, y_3) \end{aligned} \]
(Neusmerjen) graf \(G = (V, E)\)
graph G {
a -- b
a -- c
b -- c
a -- d
c -- d
b -- e
e -- f
f -- d
a -- g
c -- g
f -- g
}
stopnja vozlišča \(u\): \(d_G(u) = d(u) = |\lbrace e \in E \mid u \in e \rbrace|\)
maksimalna stopnja grafa \(G\): \(\Delta = \max_{u \in V} d_G(u)\)
minimalna stopnja grafa \(G\): \(\delta = \min_{u \in V} d_G(u)\)
graf je regularen, če imajo vsa vozlišča enako stopnjo
graf je dvodelen, če lahko zapišemo \(V = A + B\), tako da velja, da za vsako povezavo \(\lbrace u, v \rbrace \in E\) velja \(u \in A\) in \(v \in B\)
grafa \(G_1 = (V_1, E_1)\) in \(G_2 = (V_2, E_2)\) sta izomorfna, če obstaja bijektivna preslikava \(f : V_1 \to V_2\), za katero velja
\[ \forall u, v \in V_1: (\{u, v\} \in E_1 \iff \{f(u), f(v)\} \in E_2) \]
Dan je graf \(G=(V,E)\), kjer je \(V = \lbrace 1,2,3,4,5 \rbrace\) in \(E = \lbrace \lbrace 1,2 \rbrace, \lbrace 1,4 \rbrace, \lbrace 1,5 \rbrace, \lbrace 2,3 \rbrace, \lbrace 2,4 \rbrace, \lbrace 3,4 \rbrace, \lbrace 4,5 \rbrace \rbrace\).
graph G {
1 -- 2
1 -- 4
1 -- 5
2 -- 3
2 -- 4
3 -- 4
4 -- 5
}
Graf ni dvodelen, saj vsebuje lihe cikle (trikotniki, petkotnik).
Na zabavi se je zbralo \(13\) ljudi. Vsak je s seboj prinesel \(3\) darila, ki bi jih rad izmenjal s tremi drugimi udeleženci zabave. Ali je to izvedljivo? Predstavi kot problem iz teorije grafov in ga reši.
Ali sta spodnja grafa izomorfna?
Ali sta spodnja grafa izomorfna?
Ali sta spodnja grafa izomorfna? Nasvet: v vsakem od grafov preštej cikle dolžine \(4\).
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing