SlideShare ist ein Scribd-Unternehmen logo
1 von 81
Downloaden Sie, um offline zu lesen
Mix-Automatic
Sequences (LATA 2013)
2013上半期オフライン論文読み/紹介し会
新屋良磨@東工大D1
(2013/7/12)
読み手の紹介
しんやりょうま@sinya8282
東工大首藤研D1
首藤研のテーマはP2Pや分散システム
僕は形式言語(オートマトン)やってます
正規表現が好きです
Mix-Automatic
Sequences (LATA 2013)
2013上半期オフライン論文読み/紹介し会
新屋良磨@東工大D1
Automatic Sequences?
無限列 “Sequence” に対するクラス
形式言語理論は有限長文字列の(無限)
集合,つまり“言語”が元々の対象
Automatic sequenceは無限長文字列に対
する興味から始まった.
発表の流れ
Introduction to Thue-Morse seqeunce.
Introduction to Automatic Sequences
Automatic Sequences and Zip-Specifications
(LICS’12)
Mix-Automatic Sequences (LATA’13)
Introduction to Thue-Morse
sequence
Thue (1863–1922)
5 / 55
Marston Morse (1892–1977)
Thue-Morse Seqeunce
Thue (1863–1922)
5 / 55
Marston Morse (1892–1977)
Axel Thue
(1863-1922)
Maston Morse
(1892-1977)
Thue-Morse Seqeunce
Definition (1)
Thue-Morse sequence is defined as
Thue-Morse Seqeunce
Definition (1)
Thue-Morse sequence is defined as
to construct magic squares.
The Thue–Morse word
that a binary word is a word over the alphabet {0, 1}.
ition 1.1. The Thue-Morse word t = t0t1t2 · · · is the bina
→ {0, 1} defined recursively by: t0 = 0; and for n ≥ 0, t2n =
= ¯tn, where ¯a = 1 − a for a ∈ {0, 1}. (See Figure 1.1.)
t = t0 t1 t2 t3 · · · tm · · · t2m t2m+1 · · ·
= 0 1 1 0 · · · a · · · a ¯a · · · .
Figure 1.1: The Thue-Morse word t. Here a ∈ {0, 1}.
Thue-Morse Seqeunce
Definition (1)
Thue-Morse sequence is defined as
to construct magic squares.
The Thue–Morse word
that a binary word is a word over the alphabet {0, 1}.
ition 1.1. The Thue-Morse word t = t0t1t2 · · · is the bina
→ {0, 1} defined recursively by: t0 = 0; and for n ≥ 0, t2n =
= ¯tn, where ¯a = 1 − a for a ∈ {0, 1}. (See Figure 1.1.)
t = t0 t1 t2 t3 · · · tm · · · t2m t2m+1 · · ·
= 0 1 1 0 · · · a · · · a ¯a · · · .
Figure 1.1: The Thue-Morse word t. Here a ∈ {0, 1}.
1 The Thue–Morse word
call that a binary word is a word over the alphabet {0, 1}.
finition 1.1. The Thue-Morse word t = t0t1t2 · · · is the binary
N → {0, 1} defined recursively by: t0 = 0; and for n ≥ 0, t2n =
+1 = ¯tn, where ¯a = 1 − a for a ∈ {0, 1}. (See Figure 1.1.)
t = t0 t1 t2 t3 · · · tm · · · t2m t2m+1 · · ·
= 0 1 1 0 · · · a · · · a ¯a · · · .
Figure 1.1: The Thue-Morse word t. Here a ∈ {0, 1}.
ample. Here are the first forty letters of the Thue–Morse word,
t = 0110100110010110100101100110100110010110 · · ·
Thue-Morse Seqeunce
Definition (2)
Then, Thue-Morse sequence is defined as
Definition (3)
For every , let denote the sum
of the digits in the binary expansion of .
Then, Thue-Morse sequence is defined as
Thue-Morse Seqeunce
ホワイトボードで!
他にも定義は一杯(らしい).
「円周率 やネイピア数 並の普遍的存在」
Thue-Morse Seqeunce
by Jeffrey Shallit (Shallit先生)
Sequenceにおける「繰り返し」
Definition
A square is a string of the form for some string .
Sequenceにおける「繰り返し」
Definition
A square is a string of the form for some string .
A word is square-free if it contains no subword that is
square.
Sequenceにおける「繰り返し」
Definition
A square is a string of the form for some string .
A word is square-free if it contains no subword that is
square.
An overlap is a string of the form for some
string and some single letter .
Sequenceにおける「繰り返し」
Definition
A square is a string of the form for some string .
A word is square-free if it contains no subword that is
square.
An overlap is a string of the form for some
string and some single letter .
A word is overlap-free if it contains no subword that is
overlap.
Sequenceにおける「繰り返し」
Definition
A square is a string of the form for some string .
A word is square-free if it contains no subword that is
square.
An overlap is a string of the form for some
string and some single letter .
A word is overlap-free if it contains no subword that is
overlap.
(証明は省略.結構ややこしい)
Thue-Morse sequence is overlap-free.
Fact
Sequenceにおける「繰り返し」
ホワイトボードで!
Theorem
There are no square-free binary strings of length
Sequenceにおける「繰り返し」
Sequenceにおける「繰り返し」
文字が2種類の場合は,square-freeな
sequenceは存在しない.
では文字が3種類の場合は?
Sequenceにおける「繰り返し」
文字が2種類の場合は,square-freeな
sequenceは存在しない.
では文字が3種類の場合は?
「square-freeでなるべく長い文字列を生成するバックトラックベース
のプログラムを動かすとどうも止まらないっぽい.」らしい
Question
Does there exists a square-free sequence
over the alphabet
Avoidability in words という分野の芽吹き
Question
Does there exists a square-free sequence
over the alphabet
Axel Thue (1863–1922)
5 / 55
Axel Thue
存在する.
Thue-Morse sequence を
使って構成できる.
Avoidability in words という分野の芽吹き
ホワイトボードで!
Theorem (Thue)
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
For n ≥ 1, define cn to be the number of 1’s between the n-th
and (n + 1)-th occurence of 0 in the Thue-Morse sequence t.
Then the seqeunce c = 210201 · · · is a square-free sequence
over the alphabet Σ3.
Avoidability in words という分野の芽吹き
Avoidability in words という分野の芽吹き
最近でも色々activeに研究されてるらしい.
詳しくはShallit先生による解説スライド 
“The Ubiquitous Thue-Morse Sequence” を
チェック!
https://cs.uwaterloo.ca/~shallit/Talks/green3.pdf
おまけ: Thue-Morse sequenceと級数
CHAPTER 1. THE THUE–MORSE W
f. Note that d2 satisfies the following recurrence relations: d2(0)
n) = d2(n); and d2(2n + 1) = d2(n) + 1. Since d2(n) mod 2 satisfie
recurrences defining tn, we have tn = d2(n) mod 2.
rcise 1.1. If t = t0t1t2 · · · is the Thue-Morse word, show that
n≥0
(−1)tn
xn
= (1 − x)(1 − x2
)(1 − x4
)(1 − x8
) · · · .
rcise 1.2 ([AS1999]). Let t = t0t1t2 · · · be the Thue-Morse word
n = (−1)tn
for n ≥ 0. Compute the following.
1
2
s0
3
4
s1
5
6
s2
· · ·
2i + 1
2i + 2
si
· · · .
Definition(3)から成り立つことが自明.
数列
は収束するか?
Thue-Morse sequenceを使って解く
おまけ: Thue-Morse sequenceと級数
∞
n≥0
2n + 1
2n + 2
sn
=
1
2
s0
3
4
s1
· · ·
2n + 1
2n + 2
sn
· · ·
where sn = (−1)tn
.
先ほどの数列の極限は
とThue-Morse sequenceによる級数で表現可能.
と置いて, について求める.
∞
n≥0
2n + 1
2n + 2
sn
=
1
2
s0
3
4
s1
· · ·
2n + 1
2n + 2
sn
· · ·
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
.
て求める.
おまけ: Thue-Morse sequenceと級数
おまけ: Thue-Morse sequenceと級数
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
.
PQ =
1
2
∞
n≥0
n
n + 1
sn
=
1
2
∞
n≥0
2n + 1
2n + 2
s2n+1 ∞
n≥1
2n
2n + 1
sn
=
1
2
·
Q
P
.
おまけ: Thue-Morse sequenceと級数
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
.
PQ =
1
2
∞
n≥0
n
n + 1
sn
=
1
2
∞
n≥0
2n + 1
2n + 2
s2n+1 ∞
n≥1
2n
2n + 1
sn
=
1
2
·
Q
P
.
よって   となり   .
おまけ: Thue-Morse sequenceと級数
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
.
PQ =
1
2
∞
n≥0
n
n + 1
sn
=
1
2
∞
n≥0
2n + 1
2n + 2
s2n+1 ∞
n≥1
2n
2n + 1
sn
=
1
2
·
Q
P
.
よって   となり   .
ところでこの
は何?有理数?無理数?
∞
n≥0
2n + 1
2n + 2
sn
=
1
2
s0
3
4
s1
· · ·
2n + 1
2n + 2
sn
·
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
.
PQ =
1
2
∞
n≥0
n
n + 1
sn
=
1
2
∞
n≥0
2n + 1
2n + 2
s2n+1 ∞
n≥1
2n
2n + 1
sn
=
1
2
·
Q
P
.
おまけ: Thue-Morse sequenceと級数
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
.
PQ =
1
2
∞
n≥0
n
n + 1
sn
=
1
2
∞
n≥0
2n + 1
2n + 2
s2n+1 ∞
n≥1
2n
2n + 1
sn
=
1
2
·
Q
P
.
よって   となり   .
ところでこの
は何?有理数?無理数?
∞
n≥0
2n + 1
2n + 2
sn
=
1
2
s0
3
4
s1
· · ·
2n + 1
2n + 2
sn
·
where sn = (−1)tn
.
P = (∗), Q =
∞
n≥0
2n
2n + 1
sn
.
PQ =
1
2
∞
n≥0
n
n + 1
sn
=
1
2
∞
n≥0
2n + 1
2n + 2
s2n+1 ∞
n≥1
2n
2n + 1
sn
=
1
2
·
Q
P
.
_人人人人人人人人_
> 解けたら25$ <
 ̄Y^Y^Y^Y^Y^Y^Y ̄
  by Shallit先生
おまけ: Thue-Morse sequenceとチェス
FIDEの公式ルール (50手ルール):
以下の条件を満たすとき、どちらか一方のプレーヤーの要求によりゲームはその場でド
ローとなる。
・過去50手の間、白・黒ともにポーンが動かず、またどの駒も取られていないとき。
・(自分の手番の場合は)これから指す自分の着手の結果、上の条件が満たされるとき。
 スコアシートにその手をあらかじめ記入し、確かにその手を指す意思があることを示さ
 なければならない。
チェスには「無限手数ゲーム」を防ぐための
ルールがいくつかある.
チェスには「無限手数ゲーム」を防ぐための
ルールがいくつかある.
FIDEの公式ルール (千日手):
相手の手で同一局面が3回生じたとき、または自分の次の手で同一
局面が3回生じるときに引き分けとなる。ただし自動的に引き分け
になるのではなく、自分の手番の時に指摘しなければならない。
公式戦では、審判員(アービター)に申し立てる必要がある。
おまけ: Thue-Morse sequenceとチェス
実質的には50手ルールだけがあれば無限手数
ゲームは起きない(引き分け要求した場合).
千日手ルールだけの場合でも無限手数ゲーム
は起きない(引き分け要求した場合).
千日手ルールを「同手順が3回
連続したら」に緩めた場合は?
おまけ: Thue-Morse sequenceとチェス
Can an infinite game of chess occur under this
The question was answered by Max Euwe, the
(and world champion from 1935–1937) in 192
Figure: Max Euwe (1901–19
可能だよ!
Thue-Morse sequence を
使って構成できるよ!
Max Euwe
(1901-1981)
おまけ: Thue-Morse sequenceとチェス
1935-1937 年度
チェス世界王者
千日手ルールを「同手順が3回
連続したら」に緩めた場合は?
おまけ: Thue-Morse sequenceとチェス
= 0 1 1 0 · · · a · · · a ¯a · · · .
Figure 1.1: The Thue-Morse word t. Here a ∈ {0, 1}.
mple. Here are the first forty letters of the Thue–Morse word,
t = 0110100110010110100101100110100110010110 · · ·
Our first characterization of the Thue-Morse word is in terms of b
ansions of nonnegative integers. For every n ∈ N, let d2(n) denot
of the digits in the binary expansion of n.
position 1.2. For all n ∈ N, we have tn = d2(n) mod 2.
83
Thue-Morse sequence
に対して, の時
OTHER SEMI-OPEN GAM
They start:
1. e2-e4
XABCDEFGH
8rsnlwqkvlntr(
7zppzppzppzpp'
6-+-+-+-+&
5+-+-+-+-%
4-+-+P+-+$
3+-+-+-+-#
2PzPPzP-zPPzP"
1tRNvLQmKLsNR!
Xabcdefgh
WHITE SAYS:
Nb1-c3 Nb8-c6 Nc3-b1 Nc6-b8
 の時
Ng1-f3 Ng8-f6 Nf3-g1 Nf6-g8
と進めれば同一手順を
3回以上繰り返さずに
無限手数ゲームが可能!
おまけ: Thue-Morse sequenceとチェス
= 0 1 1 0 · · · a · · · a ¯a · · · .
Figure 1.1: The Thue-Morse word t. Here a ∈ {0, 1}.
mple. Here are the first forty letters of the Thue–Morse word,
t = 0110100110010110100101100110100110010110 · · ·
Our first characterization of the Thue-Morse word is in terms of b
ansions of nonnegative integers. For every n ∈ N, let d2(n) denot
of the digits in the binary expansion of n.
position 1.2. For all n ∈ N, we have tn = d2(n) mod 2.
83
Thue-Morse sequence
に対して, の時
OTHER SEMI-OPEN GAM
They start:
1. e2-e4
XABCDEFGH
8rsnlwqkvlntr(
7zppzppzppzpp'
6-+-+-+-+&
5+-+-+-+-%
4-+-+P+-+$
3+-+-+-+-#
2PzPPzP-zPPzP"
1tRNvLQmKLsNR!
Xabcdefgh
WHITE SAYS:
Nb1-c3 Nb8-c6 Nc3-b1 Nc6-b8
 の時
Ng1-f3 Ng8-f6 Nf3-g1 Nf6-g8
と進めれば同一手順を
3回以上繰り返さずに
無限手数ゲームが可能!
Thue-Morse sequence は
cube-free という性質を
使っている(証明略).
遍在する Thue-Morse sequence
この章で扱った Thue-Morse sequence の紹介
は主に Shallit 先生による解説スライド
“The Ubiquitous Thue-Morse Sequence” から.
https://cs.uwaterloo.ca/~shallit/Talks/green3.pdf
遍在する Thue-Morse sequence
この章で扱った Thue-Morse sequence の紹介
は主に Shallit 先生による解説スライド
“The Ubiquitous Thue-Morse Sequence” から.
ここからようやくAutomatic Sequences の話
https://cs.uwaterloo.ca/~shallit/Talks/green3.pdf
Introduction to Thue-Morse
sequence
Automatic Sequences?
無限列 “Sequence” に対するクラス
形式言語理論は有限長文字列の(無限)
集合,つまり“言語”が元々の対象
Automatic sequenceは無限長文字列に対
する興味から始まった.
形式言語理論における言語の階層
Regular
Context free
Context sensitive
Recursively enumerable
形式言語理論における言語の階層
Automaton
Pushdown
automaton
Linear-bounded
Turing machine
Turing machine
形式言語理論における言語の階層
Automaton
Pushdown
automaton
Linear-bounded
Turing machine
Turing machine
「言語には計算モデルが色々ある.Sequenceは?」
Definition
Sequenceを特徴付ける: k-morphic
A morphism is a function satisfying
for all
A morphism is prolongable on if there exists a letter
such that for some
In this case, the infinite sequence
is the unique infinite fixed point of starting with
Definition
Sequenceを特徴付ける: k-morphic
A morphism is a function satisfying
for all
A morphism is prolongable on if there exists a letter
such that for some
In this case, the infinite sequence
is the unique infinite fixed point of starting with
このように,ある morphism の不動点とな
る sequence を morphic sequence と呼ぶ.
Definition
Sequenceを特徴付ける: k-morphic
A morphism is k-uniform if for all
An infinite sequence is k-morphic if there exists a
k-uniform morphism that has as a fixed point.
Thue-Morse sequence は 2-morphic.
となるmorphismに対し,
Definition
Sequenceを特徴付ける: k-automatic
An infinite sequence is k-automatic if there exists a
k-DFAO such that for all the output of the automaton
when reading the word is ,with the base-k
expansion of
ホワイトボードで!
DFAOとか説明が面倒なので
Mix-Automatic Sequences 263
q0/a q1/b
0 1
1
0
ating the Thue–Morse sequence abbabaabbaababba· · ·
Sequenceを特徴付ける: k-automatic
Thue-Morse sequence は 2-automatic.
Mix-Automatic Sequences
q0/a q1/b
0 1
1
0
1. DFAO generating the Thue–Morse sequence abbabaabbaababba· · ·
of n. For example, for input (3)2 = 11 the automaton ends in sta
ut a, and for input (4)2 = 100 in state q1 with output b.
tomaton of Figure 1 is called a deterministic finite-state automaton
FAO). For k ≥ 2, a k-DFAO is an automaton over the input alph
0, 1, . . ., k − 1}. An infinite sequence w ∈ ∆ω
is called k-automat
Sequenceを特徴付ける: k-automatic
Thue-Morse sequence は 2-automatic.
Mix-Automatic Sequences
q0/a q1/b
0 1
1
0
1. DFAO generating the Thue–Morse sequence abbabaabbaababba· · ·
of n. For example, for input (3)2 = 11 the automaton ends in sta
ut a, and for input (4)2 = 100 in state q1 with output b.
tomaton of Figure 1 is called a deterministic finite-state automaton
FAO). For k ≥ 2, a k-DFAO is an automaton over the input alph
0, 1, . . ., k − 1}. An infinite sequence w ∈ ∆ω
is called k-automat
Sequenceを特徴付ける: k-automatic
Thue-Morse sequence は 2-automatic.
Mix-Automatic Sequences
q0/a q1/b
0 1
1
0
1. DFAO generating the Thue–Morse sequence abbabaabbaababba· · ·
of n. For example, for input (3)2 = 11 the automaton ends in sta
ut a, and for input (4)2 = 100 in state q1 with output b.
tomaton of Figure 1 is called a deterministic finite-state automaton
FAO). For k ≥ 2, a k-DFAO is an automaton over the input alph
0, 1, . . ., k − 1}. An infinite sequence w ∈ ∆ω
is called k-automat
Sequenceを特徴付ける: k-automatic
Thue-Morse sequence は 2-automatic.
Mix-Automatic Sequences
q0/a q1/b
0 1
1
0
1. DFAO generating the Thue–Morse sequence abbabaabbaababba· · ·
of n. For example, for input (3)2 = 11 the automaton ends in sta
ut a, and for input (4)2 = 100 in state q1 with output b.
tomaton of Figure 1 is called a deterministic finite-state automaton
FAO). For k ≥ 2, a k-DFAO is an automaton over the input alph
0, 1, . . ., k − 1}. An infinite sequence w ∈ ∆ω
is called k-automat
注意: この資料ではDFAOは常に右から左に文字列を読み進める!!
k-automatic = k-morphic
ホワイトボードで!
Theorem (Cobham)
Let . Then a sequence is k-automatic if and only if
is k-morphic.
Automatic Sequences and
Zip Specificatinos (LICS’12)
Automatic Sequences and Zip-Specifications
Clemens Grabmayer
Utrecht University, Dept. of Philosophy
Janskerkhof 13a, 3512 BL Utrecht, The Netherlands
Email: clemens@phil.uu.nl
J¨org Endrullis
VU University Amsterdam, Dept. of Computer Science
De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands
Email: j.endrullis@vu.nl
Dimitri Hendriks
VU University Amsterdam, Dept. of Computer Science
De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands
Email: r.d.a.hendriks@vu.nl
Jan Willem Klop
VU University Amsterdam, Dept. of Computer Science
De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands
Email: j.w.klop@vu.nl
Lawrence S. Moss
Indiana University, Dept. of Mathematics
831 East Third Street, Bloomington, IN 47405-7106 USA
Email: lsm@cs.indiana.edu
Abstract—We consider infinite sequences of symbols, also
known as streams, and the decidability question for equality of
streams defined in a restricted format. (Some formats lead to un-
decidable equivalence problems.) This restricted format consists
of prefixing a symbol at the head of a stream, of the stream
function ‘zip’, and recursion variables. Here ‘zip’ interleaves
the elements of two streams alternatingly. The celebrated Thue–
I. INTRODUCTION
Infinite sequences of symbols, also called ‘streams’, are a
playground of common interest for logic, computer science
(functional programming, formal languages, combinatorics on
infinite words), mathematics (numerations and number theory,
Zip-k specification
Definition
For , the function is defined by the
following rewriting rule:
Thus interleaves its argument sequences:
ホワイトボードで!
Specificationの説明が面倒なので
Zip specification and Thue-Morse sequence
Thue-Morse sequence は zip-2 specified
という zip-2 specification について,開始記号
MからThue-Morse sequenceが生成される.
Zip specification and Thue-Morse sequence
Thue-Morse sequence は zip-2 specified
という zip-2 specification について,開始記号
MからThue-Morse sequenceが生成される.
Zip specification and Thue-Morse sequence
Thue-Morse sequence は zip-2 specified
という zip-2 specification について,開始記号
MからThue-Morse sequenceが生成される.
Zip specification and Thue-Morse sequence
Thue-Morse sequence は zip-2 specified
という zip-2 specification について,開始記号
MからThue-Morse sequenceが生成される.
Zip specification and Thue-Morse sequence
Thue-Morse sequence は zip-2 specified
という zip-2 specification について,開始記号
MからThue-Morse sequenceが生成される.
Unziping
zip-2 に対する destructor: even と odd.
Unziping
zip-2 に対する destructor: even と odd.
これをzipに対して使うと:
のように “unzip” できる.
zip-k specification = k-automatic
“Automatic Sequences and Zip Specifications”
  (LICS’12)での成果(簡略化して紹介).
Theorem
A sequence is k-automatic if and only if is
zip-k specified.
証明にはObservation-graph なるものを使う
説明が面倒くさいのでホワイトボードで!
paperfolding: (even/odd)-observation graph of zip-spec
(even/odd)-observation graph
Fold / ^odd Tyrol / ^
Peaks / ^
Valleys / _
even
even
odd
even, odd
even, odd
Folds = zip(Tyrol, Folds)
Tyrol = zip(Peaks, Valleys)
Peaks = ^ : Peaks
Valleys = _ : Valleys
Folds !!
^ : ^ : _ : ^ : ^ : _ : _ : ^ : ^ : ^ : _ : _ : ^ : _ : _ : ^ . . .
証明にはObservation-graph なるものを使う
説明が面倒くさいのでホワイトボードで!
zip-k specification = k-automatic
LICS’12 の論文.
arxiv版は証明とかでページ数が多い(32p).
coalgebra とか cobasisとか bisimulation とか出て
くる(困惑).
このzip-k specificationを一般化したものが
次章のMix-Automatic Sequencesに繋がる!
“Automatic Sequences and Zip-Specifications”
Mix-Automatic Sequences
(LATA’13)
Mix-Automatic Sequences
J¨org Endrullis1
, Clemens Grabmayer2
, and Dimitri Hendriks1
1
VU University Amsterdam, The Netherlands
2
Utrecht University, The Netherlands
Abstract. Mix-automatic sequences form a proper extension of the
class of automatic sequences, and arise from a generalization of finite
state automata where the input alphabet is state-dependent. In this pa-
per we compare the class of mix-automatic sequences with the class of
zip-k specification はk引数のzipのみを使う.
(kは固定)
「1つの specification に任意引数の zip を使
えるようにしたらどうなる?」        
→ Zip-mix specification
Zip-k specification の一般化
zip-k specification には DFAOが対応した.
  では zip-mix specificationには何が対応?
Zip-mix specification and mix-DFAO
ホワイトボードで!
mix-DFAOとか説明が面倒なので
e state q0 has two outgoing edges, reflecting the inp
has three outgoing edges, reflecting the input alpha
q0/a q1/b
0
1
0, 1
2
Fig. 2. An example of a mix-DFAO
Numeration Systems. Clearly, the numeration sys
-DFAOs cannot be the standard base-k representat
epresentation that we let these automata operate on
mix-DFAOでは dynamic numeration system
という特殊な記数法を使う!
numeration system used for
ase-k representation. Instead,
mata operate on, the base for
digits that have already been
to the most significant digit
left). We write (n)M for the
or the automaton M. For M
of the first eight numbers are
0202 (6)M = 131202
12 (7)M = 130312
sentation) in db indicates the
example (17)M = 12022312.
264 J. Endrullis, C. Grabmayer, and D. Hendriks
Knowing the base for each digit, we can reconstru
tion as follows: 17 = 1·2·3·2+0·3·2+2·2+1 wher
the product of the bases of the lower digits. Given
the base of each of the digits is determined by the
the automaton reading the digit. The states q0 and
{0, 1} and {0, 1, 2} and thus expect the input in ba
zip-mix specified = mix-automatic sequence
実はここまで “Automatic Sequences and Zip
Specifications” (LICS’12)での成果.
Theorem
A sequence is mix-automatic if and only if is
zip-mix specified.
では,“Mix-Automatic Sequences” (LATA’13)
での成果は?
Mix-Automatic Sequences での成果は三つ
Mix-automatic sequence に対して 「mix-kernelが
有限」 という別の特徴づけをした(超マニアック)
Mix-Automatic Sequences での成果は三つ
Mix-automatic sequence に対して 「mix-kernelが
有限」 という別の特徴づけをした(超マニアック)
任意の多項式 f に対して subword complexity が
Ω(f(n)) の mix-automatic sequence となる具体的構
成法を与えた.系として「morphic sequence でな
い mix-automatic sequence」の存在を示した.
Mix-Automatic Sequences での成果は三つ
Mix-automatic sequence に対して 「mix-kernelが
有限」 という別の特徴づけをした(超マニアック)
任意の多項式 f に対して subword complexity が
Ω(f(n)) の mix-automatic sequence となる具体的構
成法を与えた.系として「morphic sequence でな
い mix-automatic sequence」の存在を示した.
「mix-automatic sequence でない morphic sequence」
の存在(構成法)を示した.
Mix-Automatic Sequences での成果は三つ
任意の多項式 f に対して subword complexity が
Ω(f(n)) の mix-automatic sequence となる具体的構
成法を与えた.系として「morphic sequence でな
い mix-automatic sequence」の存在を示した.
僕が疲れてない∧皆が疲れてない
∧時間がある ⇒ ホワイトボードで!
Mix-Automatic Sequences での成果は三つ
「mix-automatic sequence でない morphic sequence」
の存在(構成法)を示した.
僕が疲れてない∧皆が疲れてない
∧時間がある ⇒ ホワイトボードで!
形式言語理論における言語の階層(再)
Regular
Context free
Context sensitive
Recursively enumerable
Sequenceの階層
k-automatic sequence,
k-morphic sequence
zip-k specified sequence,morphic
sequence
mix
automatic
sequence
論文で紹介されてる未解決問題
(ii) For every polynomial ϕ there is a mix-automatic sequence whose subword
complexity exceeds ϕ. As a consequence there are mix-automatic sequences
that are not morphic, since morphic sequences have quadratic subword
complexity at most.
(iii) A morphic sequence that is not mix-automatic, showing that the class of
morphic sequences is not contained in the class of mix-automatic sequences.
All of these concepts are very recent, and many interesting questions remain.
We highlight three particularly intriguing, and challenging questions:
(1) (J.-P. Allouche) Characterize the intersection of mix-automatic and morphic
sequences. (Note that at least all automatic sequences are in.)
(2) Is the following problem decidable: Given two mix-DFAOs, do they generate
the same sequence?
(3) Can Cobham’s Theorem (below) be generalized to mix-automatic sequences?
Cobham’s Theorem ([3]). Let k, ≥ 2 be multiplicatively independent (i.e.,
ka
= b
, for all a, b > 0), and let w ∈ ∆ω
be both k- and -automatic. Then w is
ultimately periodic.
In order to generalize this theorem to mix-automatic sequences, one could look
for a suitable notion of multiplicative independence for base determiners. Recall
that base determiners are themselves finite automata with output.

Weitere ähnliche Inhalte

Was ist angesagt?

社内機械学習勉強会 #5
社内機械学習勉強会 #5社内機械学習勉強会 #5
社内機械学習勉強会 #5shingo suzuki
 
2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)
2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)
2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)Akira Asano
 
PRML ベイズロジスティック回帰
PRML ベイズロジスティック回帰PRML ベイズロジスティック回帰
PRML ベイズロジスティック回帰hagino 3000
 
続分かりやすいパターン認識 4章後半(4.7以降)
続分かりやすいパターン認識 4章後半(4.7以降)続分かりやすいパターン認識 4章後半(4.7以降)
続分かりやすいパターン認識 4章後半(4.7以降)Motoya Wakiyama
 
有限モデル理論入門:MSOとオートマトン
有限モデル理論入門:MSOとオートマトン有限モデル理論入門:MSOとオートマトン
有限モデル理論入門:MSOとオートマトンRyoma Sin'ya
 
正則化項について
正則化項について正則化項について
正則化項についてArata Honda
 
とぽろじー入門(画像なし版)
とぽろじー入門(画像なし版)とぽろじー入門(画像なし版)
とぽろじー入門(画像なし版)Katsuya Ito
 
Prml4.4 ラプラス近似~ベイズロジスティック回帰
Prml4.4 ラプラス近似~ベイズロジスティック回帰Prml4.4 ラプラス近似~ベイズロジスティック回帰
Prml4.4 ラプラス近似~ベイズロジスティック回帰Yuki Matsubara
 
2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)
2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)
2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)Akira Asano
 
2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)
2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)
2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)Akira Asano
 
2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29)
2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29) 2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29)
2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29) Akira Asano
 
内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文
内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文
内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文doboncho
 
Newtsulideprint
NewtsulideprintNewtsulideprint
Newtsulideprinttononro
 
2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)
2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)
2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)Akira Asano
 
PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2
PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2
PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2Hiroyuki Kato
 
Introduction to Algorithms#24 Shortest-Paths Problem
Introduction to Algorithms#24 Shortest-Paths ProblemIntroduction to Algorithms#24 Shortest-Paths Problem
Introduction to Algorithms#24 Shortest-Paths ProblemNaoya Ito
 
アルゴリズムのお勉強 ダイクストラ
アルゴリズムのお勉強 ダイクストラアルゴリズムのお勉強 ダイクストラ
アルゴリズムのお勉強 ダイクストラhixi365
 
グラフィカル Lasso を用いた異常検知
グラフィカル Lasso を用いた異常検知グラフィカル Lasso を用いた異常検知
グラフィカル Lasso を用いた異常検知Yuya Takashina
 

Was ist angesagt? (20)

社内機械学習勉強会 #5
社内機械学習勉強会 #5社内機械学習勉強会 #5
社内機械学習勉強会 #5
 
2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)
2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)
2014年度秋学期 応用数学(解析) 第3部・微分方程式に関する話題 / 第10回 生存時間分布と半減期 (2014. 12. 4)
 
PRML ベイズロジスティック回帰
PRML ベイズロジスティック回帰PRML ベイズロジスティック回帰
PRML ベイズロジスティック回帰
 
続分かりやすいパターン認識 4章後半(4.7以降)
続分かりやすいパターン認識 4章後半(4.7以降)続分かりやすいパターン認識 4章後半(4.7以降)
続分かりやすいパターン認識 4章後半(4.7以降)
 
Sparse models
Sparse modelsSparse models
Sparse models
 
有限モデル理論入門:MSOとオートマトン
有限モデル理論入門:MSOとオートマトン有限モデル理論入門:MSOとオートマトン
有限モデル理論入門:MSOとオートマトン
 
正則化項について
正則化項について正則化項について
正則化項について
 
とぽろじー入門(画像なし版)
とぽろじー入門(画像なし版)とぽろじー入門(画像なし版)
とぽろじー入門(画像なし版)
 
Prml4.4 ラプラス近似~ベイズロジスティック回帰
Prml4.4 ラプラス近似~ベイズロジスティック回帰Prml4.4 ラプラス近似~ベイズロジスティック回帰
Prml4.4 ラプラス近似~ベイズロジスティック回帰
 
PRML 第14章
PRML 第14章PRML 第14章
PRML 第14章
 
2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)
2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)
2015年度秋学期 応用数学(解析) 第7回 2階線形微分方程式(1) (2015. 11. 12)
 
2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)
2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)
2015年度秋学期 応用数学(解析) 第8回 2階線形微分方程式(2) (2015. 11. 19)
 
2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29)
2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29) 2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29)
2015年度秋学期 応用数学(解析) 第5回 微分方程式とは・変数分離形 (2015. 10. 29)
 
内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文
内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文
内部拘束を持つ3 次元運動の最適計算法と幾何学的モデル選択への応用ViEW2012論文
 
Newtsulideprint
NewtsulideprintNewtsulideprint
Newtsulideprint
 
2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)
2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)
2014年度秋学期 応用数学(解析) 第2部・基本的な微分方程式 / 第8回 2階線形微分方程式(2) (2014. 11. 13)
 
PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2
PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2
PRML上巻勉強会 at 東京大学 資料 第4章4.3.1 〜 4.5.2
 
Introduction to Algorithms#24 Shortest-Paths Problem
Introduction to Algorithms#24 Shortest-Paths ProblemIntroduction to Algorithms#24 Shortest-Paths Problem
Introduction to Algorithms#24 Shortest-Paths Problem
 
アルゴリズムのお勉強 ダイクストラ
アルゴリズムのお勉強 ダイクストラアルゴリズムのお勉強 ダイクストラ
アルゴリズムのお勉強 ダイクストラ
 
グラフィカル Lasso を用いた異常検知
グラフィカル Lasso を用いた異常検知グラフィカル Lasso を用いた異常検知
グラフィカル Lasso を用いた異常検知
 

Andere mochten auch

正規表現++
正規表現++正規表現++
正規表現++Ryoma Sin'ya
 
萩野服部研究室 スキー合宿 2012 自己紹介(酒井)
萩野服部研究室 スキー合宿 2012 自己紹介(酒井)萩野服部研究室 スキー合宿 2012 自己紹介(酒井)
萩野服部研究室 スキー合宿 2012 自己紹介(酒井)Masahiro Sakai
 
A new technique for proving non regularity based on the measure of a language
A new technique for proving non regularity based on the measure of a languageA new technique for proving non regularity based on the measure of a language
A new technique for proving non regularity based on the measure of a languageRyoma Sin'ya
 
正規表現に潜む対称性 〜等式公理による等価性判定〜
正規表現に潜む対称性 〜等式公理による等価性判定〜正規表現に潜む対称性 〜等式公理による等価性判定〜
正規表現に潜む対称性 〜等式公理による等価性判定〜Ryoma Sin'ya
 
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety TheoremRyoma Sin'ya
 
AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜
AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜
AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜Ryoma Sin'ya
 
正規言語でプログラミング
正規言語でプログラミング正規言語でプログラミング
正規言語でプログラミングRyoma Sin'ya
 
世界最速の正規表現JITエンジンの実装
世界最速の正規表現JITエンジンの実装世界最速の正規表現JITエンジンの実装
世界最速の正規表現JITエンジンの実装Ryoma Sin'ya
 
正規表現入門 星の高さを求めて
正規表現入門 星の高さを求めて正規表現入門 星の高さを求めて
正規表現入門 星の高さを求めてRyoma Sin'ya
 
GoogleのSHA-1のはなし
GoogleのSHA-1のはなしGoogleのSHA-1のはなし
GoogleのSHA-1のはなしMITSUNARI Shigeo
 
野良ビッグデータへのお誘い
野良ビッグデータへのお誘い野良ビッグデータへのお誘い
野良ビッグデータへのお誘いMasanori Takano
 

Andere mochten auch (12)

正規表現++
正規表現++正規表現++
正規表現++
 
萩野服部研究室 スキー合宿 2012 自己紹介(酒井)
萩野服部研究室 スキー合宿 2012 自己紹介(酒井)萩野服部研究室 スキー合宿 2012 自己紹介(酒井)
萩野服部研究室 スキー合宿 2012 自己紹介(酒井)
 
A new technique for proving non regularity based on the measure of a language
A new technique for proving non regularity based on the measure of a languageA new technique for proving non regularity based on the measure of a language
A new technique for proving non regularity based on the measure of a language
 
ゼロピッチ: MOOC
ゼロピッチ: MOOCゼロピッチ: MOOC
ゼロピッチ: MOOC
 
正規表現に潜む対称性 〜等式公理による等価性判定〜
正規表現に潜む対称性 〜等式公理による等価性判定〜正規表現に潜む対称性 〜等式公理による等価性判定〜
正規表現に潜む対称性 〜等式公理による等価性判定〜
 
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
正規言語と代数と論理の対応:An Introduction to Eilenberg’s Variety Theorem
 
AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜
AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜
AVX2時代の正規表現マッチング 〜半群でぐんぐん!〜
 
正規言語でプログラミング
正規言語でプログラミング正規言語でプログラミング
正規言語でプログラミング
 
世界最速の正規表現JITエンジンの実装
世界最速の正規表現JITエンジンの実装世界最速の正規表現JITエンジンの実装
世界最速の正規表現JITエンジンの実装
 
正規表現入門 星の高さを求めて
正規表現入門 星の高さを求めて正規表現入門 星の高さを求めて
正規表現入門 星の高さを求めて
 
GoogleのSHA-1のはなし
GoogleのSHA-1のはなしGoogleのSHA-1のはなし
GoogleのSHA-1のはなし
 
野良ビッグデータへのお誘い
野良ビッグデータへのお誘い野良ビッグデータへのお誘い
野良ビッグデータへのお誘い
 

Kürzlich hochgeladen

Establishment and operation of medical corporations.pdf
Establishment and operation of medical corporations.pdfEstablishment and operation of medical corporations.pdf
Establishment and operation of medical corporations.pdfoganekyokoi
 
リアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライド
リアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライドリアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライド
リアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライドKen Fukui
 
【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slide
【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slide【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slide
【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slidessusere0a682
 
リアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライド
リアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライドリアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライド
リアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライドKen Fukui
 
リアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライド
リアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライドリアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライド
リアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライドKen Fukui
 
リアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライド
リアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライドリアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライド
リアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライドKen Fukui
 
My Inspire High Award 2024「他者と自分、対立を防ぐには?」
My Inspire High Award 2024「他者と自分、対立を防ぐには?」My Inspire High Award 2024「他者と自分、対立を防ぐには?」
My Inspire High Award 2024「他者と自分、対立を防ぐには?」inspirehighstaff03
 
What I did before opening my business..pdf
What I did before opening my business..pdfWhat I did before opening my business..pdf
What I did before opening my business..pdfoganekyokoi
 
Divorce agreements in administrative work.pdf
Divorce agreements in administrative work.pdfDivorce agreements in administrative work.pdf
Divorce agreements in administrative work.pdfoganekyokoi
 
My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」
My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」
My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」inspirehighstaff03
 
My Inspire High Award 2024「老いることは不幸なこと?」
My Inspire High Award 2024「老いることは不幸なこと?」My Inspire High Award 2024「老いることは不幸なこと?」
My Inspire High Award 2024「老いることは不幸なこと?」inspirehighstaff03
 
My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」
My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」
My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」inspirehighstaff03
 
My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」
My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」
My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」inspirehighstaff03
 
My Inspire High Award 2024 「本当の『悪者』って何?」
My Inspire High Award 2024 「本当の『悪者』って何?」My Inspire High Award 2024 「本当の『悪者』って何?」
My Inspire High Award 2024 「本当の『悪者』って何?」inspirehighstaff03
 
My Inspire High Award 2024「なぜ議会への関心が低いのか?」
My Inspire High Award 2024「なぜ議会への関心が低いのか?」My Inspire High Award 2024「なぜ議会への関心が低いのか?」
My Inspire High Award 2024「なぜ議会への関心が低いのか?」inspirehighstaff03
 
My Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdf
My Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdfMy Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdf
My Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdfinspirehighstaff03
 
My Inspire High Award 2024    「孤独は敵なのか?」
My Inspire High Award 2024    「孤独は敵なのか?」My Inspire High Award 2024    「孤独は敵なのか?」
My Inspire High Award 2024    「孤独は敵なのか?」inspirehighstaff03
 
My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」
My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」
My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」inspirehighstaff03
 
リアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライド
リアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライドリアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライド
リアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライドKen Fukui
 
TEAMIN Service overview for customer_20240422.pdf
TEAMIN Service overview for customer_20240422.pdfTEAMIN Service overview for customer_20240422.pdf
TEAMIN Service overview for customer_20240422.pdfyukisuga3
 

Kürzlich hochgeladen (20)

Establishment and operation of medical corporations.pdf
Establishment and operation of medical corporations.pdfEstablishment and operation of medical corporations.pdf
Establishment and operation of medical corporations.pdf
 
リアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライド
リアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライドリアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライド
リアル戦国探究in米沢 事前講座1スライド(スタッフ共有用)『川中島の謎』についてのスライド
 
【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slide
【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slide【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slide
【ゲーム理論入門】ChatGPTが作成した ゲーム理論の問題を解く #3 Slide
 
リアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライド
リアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライドリアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライド
リアル戦国探究in米沢 当日講座2スライド(スタッフ共有用)『人を致すも人に致されず』についてのスライド
 
リアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライド
リアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライドリアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライド
リアル戦国探究in米沢 当日講座1(スタッフ共有用)『兵は詐をもって立つ』についてのスライド
 
リアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライド
リアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライドリアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライド
リアル戦国探究in米沢 事前講座2スライド(スタッフ共有用)『両雄の強さの秘密』についてのスライド
 
My Inspire High Award 2024「他者と自分、対立を防ぐには?」
My Inspire High Award 2024「他者と自分、対立を防ぐには?」My Inspire High Award 2024「他者と自分、対立を防ぐには?」
My Inspire High Award 2024「他者と自分、対立を防ぐには?」
 
What I did before opening my business..pdf
What I did before opening my business..pdfWhat I did before opening my business..pdf
What I did before opening my business..pdf
 
Divorce agreements in administrative work.pdf
Divorce agreements in administrative work.pdfDivorce agreements in administrative work.pdf
Divorce agreements in administrative work.pdf
 
My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」
My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」
My Inspire High Award2024「外国人が日本のテーブルマナーに驚く理由は?」
 
My Inspire High Award 2024「老いることは不幸なこと?」
My Inspire High Award 2024「老いることは不幸なこと?」My Inspire High Award 2024「老いることは不幸なこと?」
My Inspire High Award 2024「老いることは不幸なこと?」
 
My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」
My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」
My Inspire High Award 2024「世の中の流行はどのようにして生まれるのか」
 
My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」
My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」
My Inspire High Award 2024「スーパーマーケットで回収されたキャベツ外葉は廃棄されているの?」
 
My Inspire High Award 2024 「本当の『悪者』って何?」
My Inspire High Award 2024 「本当の『悪者』って何?」My Inspire High Award 2024 「本当の『悪者』って何?」
My Inspire High Award 2024 「本当の『悪者』って何?」
 
My Inspire High Award 2024「なぜ議会への関心が低いのか?」
My Inspire High Award 2024「なぜ議会への関心が低いのか?」My Inspire High Award 2024「なぜ議会への関心が低いのか?」
My Inspire High Award 2024「なぜ議会への関心が低いのか?」
 
My Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdf
My Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdfMy Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdf
My Inspire High Award 2024「Yakushima Islandってなんか変じゃない?」.pdf
 
My Inspire High Award 2024    「孤独は敵なのか?」
My Inspire High Award 2024    「孤独は敵なのか?」My Inspire High Award 2024    「孤独は敵なのか?」
My Inspire High Award 2024    「孤独は敵なのか?」
 
My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」
My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」
My Inspire High Award 2024「なぜ、好きなことにいつかは飽きるの」
 
リアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライド
リアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライドリアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライド
リアル戦国探究in米沢 当日講座3スライド(スタッフ共有用)『糧は三度はさいせず』についてのスライド
 
TEAMIN Service overview for customer_20240422.pdf
TEAMIN Service overview for customer_20240422.pdfTEAMIN Service overview for customer_20240422.pdf
TEAMIN Service overview for customer_20240422.pdf
 

"Mix Automatic Sequences"(LATA'13) の紹介