Step * of Lemma cycle-transitive

n:ℕ. ∀L:ℕList.  ∀a,b:ℕ||L||.  ∃m:ℕ||L||. ((cycle(L)^m L[a]) L[b] ∈ ℕn) supposing no_repeats(ℕn;L)
BY
(Auto THEN (Decide a ≤ THENA Auto)) }

1
1. : ℕ
2. : ℕList
3. no_repeats(ℕn;L)
4. : ℕ||L||
5. : ℕ||L||
6. a ≤ b
⊢ ∃m:ℕ||L||. ((cycle(L)^m L[a]) L[b] ∈ ℕn)

2
1. : ℕ
2. : ℕList
3. no_repeats(ℕn;L)
4. : ℕ||L||
5. : ℕ||L||
6. ¬(a ≤ b)
⊢ ∃m:ℕ||L||. ((cycle(L)^m L[a]) L[b] ∈ ℕn)


Latex:


Latex:
\mforall{}n:\mBbbN{}.  \mforall{}L:\mBbbN{}n  List.    \mforall{}a,b:\mBbbN{}||L||.    \mexists{}m:\mBbbN{}||L||.  ((cycle(L)\^{}m  L[a])  =  L[b])  supposing  no\_repeats(\mBbbN{}n;L)


By


Latex:
(Auto  THEN  (Decide  a  \mleq{}  b  THENA  Auto))




Home Index