Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
ds2-notes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
datovky
ds2-notes
Commits
f8a6a966
Commit
f8a6a966
authored
3 years ago
by
Filip Stedronsky
Browse files
Options
Downloads
Patches
Plain Diff
Succinct: SOLE: proof
parent
c52f9aac
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs-succinct/succinct.tex
+10
-1
10 additions, 1 deletion
fs-succinct/succinct.tex
with
10 additions
and
1 deletion
fs-succinct/succinct.tex
+
10
−
1
View file @
f8a6a966
...
@@ -187,11 +187,20 @@ on a RAM, so we can do constant-time arithmetic on the blocks.
...
@@ -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
Note that this representation is locally decodable and modifiable -- each input
block affects at most 4 output blocks.
block affects at most 4 output blocks.
Now we must check that all the alphabet transformations are valid, i.e., the
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
output universe of each transformation is always at least as big as the input
universe.
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
}
\section
{
Succinct representation of arbitrary-alphabet strings
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment