Skip to content

Make all quantified variables non-subscript.#744

Merged
acoglio merged 1 commit intoethereum:masterfrom
acoglio:quantifiers
May 6, 2019
Merged

Make all quantified variables non-subscript.#744
acoglio merged 1 commit intoethereum:masterfrom
acoglio:quantifiers

Conversation

@acoglio
Copy link
Member

@acoglio acoglio commented May 3, 2019

The paper was mixing the two forms

\forall x : ...
\forall_{x} ...

(where x sometimes was not just a variable but also included a constraint,
e.g. \forall i \in {...}: ... or \forall_{i \in {...}} ...).

The first form is more customary. Now all the quantifications in the paper
consistently use the first form.

For example, this commit changes
old
to
new

Unless there are objections, I'll merge this PR in a few days.

The paper was mixing the two forms

\forall x : ...
\forall_{x} ...

(where x sometimes was not just a variable but also included a constraint,
e.g. \forall i \in \{...\}: ... or \forall_{i \in \{...\}} ...).

The first form is more customary. Now all the quantifications in the paper
consistently use the first form.
@acoglio acoglio merged commit 321fc07 into ethereum:master May 6, 2019
@acoglio acoglio deleted the quantifiers branch May 6, 2019 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants