Step
*
of Lemma
three-intersecting-wait-set
∀t:ℕ. ∀A:Id List.
  ({a:Id| (a ∈ A)}  ~ ℕ(3 * t) + 1
  
⇒ (∀W:{a:Id| (a ∈ A)}  List List
        ((∀ws:{a:Id| (a ∈ A)}  List. ((ws ∈ W) 
⇐⇒ (||ws|| = ((2 * t) + 1) ∈ ℤ) ∧ no_repeats({a:Id| (a ∈ A)} ws)))
        
⇒ three-intersection(A;W))))
BY
{ (Auto THEN (InstLemma `combinations-n-intersecting` [⌈3⌉;⌈t⌉;⌈{a:Id| (a ∈ A)} ⌉]⋅ THENA Auto)) }
1
1. t : ℕ@i
2. A : Id List@i
3. {a:Id| (a ∈ A)}  ~ ℕ(3 * t) + 1@i
4. W : {a:Id| (a ∈ A)}  List List@i
5. ∀ws:{a:Id| (a ∈ A)}  List. ((ws ∈ W) 
⇐⇒ (||ws|| = ((2 * t) + 1) ∈ ℤ) ∧ no_repeats({a:Id| (a ∈ A)} ws))@i
6. n-intersecting({a:Id| (a ∈ A)} Combination(((3 - 1) * t) + 1;{a:Id| (a ∈ A)} );3)
⊢ three-intersection(A;W)
Latex:
\mforall{}t:\mBbbN{}.  \mforall{}A:Id  List.
    (\{a:Id|  (a  \mmember{}  A)\}    \msim{}  \mBbbN{}(3  *  t)  +  1
    {}\mRightarrow{}  (\mforall{}W:\{a:Id|  (a  \mmember{}  A)\}    List  List
                ((\mforall{}ws:\{a:Id|  (a  \mmember{}  A)\}    List
                        ((ws  \mmember{}  W)  \mLeftarrow{}{}\mRightarrow{}  (||ws||  =  ((2  *  t)  +  1))  \mwedge{}  no\_repeats(\{a:Id|  (a  \mmember{}  A)\}  ;ws)))
                {}\mRightarrow{}  three-intersection(A;W))))
By
(Auto  THEN  (InstLemma  `combinations-n-intersecting`  [\mkleeneopen{}3\mkleeneclose{};\mkleeneopen{}t\mkleeneclose{};\mkleeneopen{}\{a:Id|  (a  \mmember{}  A)\}  \mkleeneclose{}]\mcdot{}  THENA  Auto))
Home
Index