commit 92e5c4920c4b97c8d3a50dddca075e5e371475ab
parent 67809748508aacf3de3ebfb96b8318ce60d6ca3e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Thu, 12 Jun 2025 16:53:33 +0200
commit with codex
Diffstat:
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/running_intersection_property b/running_intersection_property
@@ -0,0 +1,11 @@
+# Running intersection property
+
+The *running intersection property* on a set of [hyperedges] means that we can write them in an order e_1, ..., e_m such that, for any k > 1, there is j < k with p_k cap (cup_{i<k} p_i) included in p_j
+
+In other words, the elements of p_k that were already seen before are all witnessed in a single predecessor
+
+Defined in [beeri1983desirability], equivalent to being [alpha_acyclic]
+
+See also: [alpha_acyclic]
+
+Up: [hypergraph]
diff --git a/separating_automaton b/separating_automaton
@@ -0,0 +1,5 @@
+# Separating automaton
+
+cf https://en.wikipedia.org/wiki/Separating_words_problem
+
+Up: [automata]