Skip to content

Commit

Permalink
Update DSL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linsyking authored Apr 5, 2023
1 parent 9aba642 commit 8dbb0a8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/DSL.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Double Substitution Lemma

$[x/y]([y/x]y)=\begin{cases}
y, x\subset y\\
x, \text{otherwise}
\end{cases}$

Similar result:
$[x/yy]([yy/x]y)=y$
If X, Y are non-empty strings, and $X \subset Y$, then $[X/Y][Y/X]Z=Z$.

0 comments on commit 8dbb0a8

Please sign in to comment.