File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ open Computability Dependence RegularExpression Trace Independence
1010
1111variable {α : Type } {I : Independence α}
1212
13- /-- Main component of Theorem 4.1 (ii) => (iii).
13+ /-
14+ Main component of Theorem 4.1 (ii) => (iii).
1415
1516 For a rational expression X, if every iterative factor of L(X) is connected,
1617 then X' is star-connected (for some rational expression X' with L(X) = L(X')).
@@ -28,7 +29,7 @@ lemma exists_starConnected_of_connectedIterativeFactors_aux
2829 induction X with
2930 | zero => use zero, trivial
3031 | epsilon => use epsilon, trivial
31- | char a => use char a, trivial
32+ | char a => use . char a, trivial
3233 | plus P Q ihP ihQ =>
3334 have condP : ∀ s, IsIterativeFactor P.matches' s → Trace.IsConnected I ⟦s⟧ := by
3435 intro s ⟨u, v, h⟩
You can’t perform that action at this time.
0 commit comments