Step
*
1
1
of Lemma
involution-with-unique-fixpoint
1. n : ℕ
2. T : Type
3. T ~ ℕn
4. f : T ⟶ T
5. ∀x:T. ((f (f x)) = x ∈ T)
6. ∀x,y:T.  (((f x) = x ∈ T) 
⇒ ((f y) = y ∈ T) 
⇒ (x = y ∈ T))
7. x : T
8. (f x) = x ∈ T
9. orbits : T List List
10. (∀o∈orbits.orbit(T;f;o))
11. ∀a:T. (∃o∈orbits. (a ∈ o))
12. (∀o1,o2∈orbits.  l_disjoint(T;o1;o2))
13. no_repeats(T List;orbits)
14. n = l_sum(map(λo.||o||;orbits)) ∈ ℤ
15. ∀o:T List. (||o|| = 1 ∈ ℤ) ∨ (||o|| = 2 ∈ ℤ) supposing orbit(T;f;o)
⊢ (n rem 2) = 1 ∈ ℤ
BY
{ ((RWO "l_sum-sum" (-2) THENA Auto) THEN Reduce -2) }
1
1. n : ℕ
2. T : Type
3. T ~ ℕn
4. f : T ⟶ T
5. ∀x:T. ((f (f x)) = x ∈ T)
6. ∀x,y:T.  (((f x) = x ∈ T) 
⇒ ((f y) = y ∈ T) 
⇒ (x = y ∈ T))
7. x : T
8. (f x) = x ∈ T
9. orbits : T List List
10. (∀o∈orbits.orbit(T;f;o))
11. ∀a:T. (∃o∈orbits. (a ∈ o))
12. (∀o1,o2∈orbits.  l_disjoint(T;o1;o2))
13. no_repeats(T List;orbits)
14. n = Σ(||orbits[i]|| | i < ||orbits||) ∈ ℤ
15. ∀o:T List. (||o|| = 1 ∈ ℤ) ∨ (||o|| = 2 ∈ ℤ) supposing orbit(T;f;o)
⊢ (n rem 2) = 1 ∈ ℤ
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  T  :  Type
3.  T  \msim{}  \mBbbN{}n
4.  f  :  T  {}\mrightarrow{}  T
5.  \mforall{}x:T.  ((f  (f  x))  =  x)
6.  \mforall{}x,y:T.    (((f  x)  =  x)  {}\mRightarrow{}  ((f  y)  =  y)  {}\mRightarrow{}  (x  =  y))
7.  x  :  T
8.  (f  x)  =  x
9.  orbits  :  T  List  List
10.  (\mforall{}o\mmember{}orbits.orbit(T;f;o))
11.  \mforall{}a:T.  (\mexists{}o\mmember{}orbits.  (a  \mmember{}  o))
12.  (\mforall{}o1,o2\mmember{}orbits.    l\_disjoint(T;o1;o2))
13.  no\_repeats(T  List;orbits)
14.  n  =  l\_sum(map(\mlambda{}o.||o||;orbits))
15.  \mforall{}o:T  List.  (||o||  =  1)  \mvee{}  (||o||  =  2)  supposing  orbit(T;f;o)
\mvdash{}  (n  rem  2)  =  1
By
Latex:
((RWO  "l\_sum-sum"  (-2)  THENA  Auto)  THEN  Reduce  -2)
Home
Index