Skip to content

Commit b15bcd1

Browse files
authored
Merge pull request #620 from stepchowfun/admissibility-wordsmithing
Make a sentence more clear in the admissibility graphs README
2 parents f00d517 + cd4772c commit b15bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofs/admissibility_graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To make those informal descriptions more precise, the following axioms determine
2222

2323
This development contains verified proofs of the following theorems:
2424

25-
**Theorem (reflection).** Given two admissibility graphs with the same nodes that have matching edges between all pairs of *distinct* nodes, then they allow the same dependencies. On other words, it doesn't matter if a node trusts or exports itself.
25+
**Theorem (reflection).** Given two admissibility graphs with the same nodes that have matching edges between all pairs of *distinct* nodes, then they allow the same dependencies. On other words, nothing is gained by having a node trust or export itself.
2626

2727
**Theorem (admission).** `X` is allowed to depend on `Y` [iff](https://en.wikipedia.org/wiki/If_and_only_if) there is a path of `trusts` edges from some `U` to `X` and a path of `exports` edges from some `V` to `Y` and `U` = `V` or there is an edge `U trusts V` or `V exports U`.
2828

0 commit comments

Comments
 (0)