--- a/src/Sequents/LK0.thy Sun Sep 22 16:12:15 2024 +0200
+++ b/src/Sequents/LK0.thy Sun Sep 22 16:18:49 2024 +0200
@@ -45,7 +45,7 @@
axiomatization where
- (*Structural rules: contraction, thinning, exchange [Soren Heilmann] *)
+ (*Structural rules: contraction, thinning, exchange [Søren Heilmann] *)
contRS: "$H \<turnstile> $E, $S, $S, $F \<Longrightarrow> $H \<turnstile> $E, $S, $F" and
contLS: "$H, $S, $S, $G \<turnstile> $E \<Longrightarrow> $H, $S, $G \<turnstile> $E" and
--- a/src/Sequents/simpdata.ML Sun Sep 22 16:12:15 2024 +0200
+++ b/src/Sequents/simpdata.ML Sun Sep 22 16:18:49 2024 +0200
@@ -4,7 +4,7 @@
Instantiation of the generic simplifier for LK.
-Borrows from the DC simplifier of Soren Heilmann.
+Borrows from the DC simplifier of Søren Heilmann (see http://www.sth.dk/sth).
*)