Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
datovky
ds2-notes
Commits
f8a6a966
Commit
f8a6a966
authored
Aug 29, 2021
by
Filip Stedronsky
Browse files
Succinct: SOLE: proof
parent
c52f9aac
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs-succinct/succinct.tex
View file @
f8a6a966
...
...
@@ -187,11 +187,20 @@ on a RAM, so we can do constant-time arithmetic on the blocks.
Note that this representation is locally decodable and modifiable -- each input
block affects at most 4 output blocks.
Now we must check that all the alphabet transformations are valid, i.e., the
output universe of each transformation is always at least as big as the input
universe.
For the first pass, we want:
$$
\eqalign
{
(
B
+
1
)
^
2
&
\le
(
B
-
3
i
)(
B
+
3
i
+
3
)
\cr
B
^
2
+
2
B
+
1
&
\le
B
^
2
+
3
B
-
9
i
^
2
-
9
i
\cr
B
&
\ge
9
i
^
2
+
9
i
+
1
\cr
}$$
We know
$
B
\ge
4
n
^
2
$
and
$
i
\le
{
n
+
1
\over
2
}$
. By plugging
$
i
=
{
n
+
1
\over
2
}$
and doing some algebraic manipulation, we can verify that the inequality holds.
For the second pass, this is trivial, as
$
(
B
+
i
)(
B
-
i
)
=
B
^
2
-
i
^
2
\le
B
^
2
$
.
\section
{
Succinct representation of arbitrary-alphabet strings
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment