Step * of Lemma rotate-by-is-id

[n,i:ℕ].  rotate-by(n;i) x.x) ∈ (ℕn ⟶ ℕn) supposing i
BY
(Auto THEN BLemma `rotate-by-id` THEN Auto) }

1
1. : ℕ
2. : ℕ
3. i
4. 0 < n
⊢ (i rem n) 0 ∈ ℤ


Latex:


Latex:
\mforall{}[n,i:\mBbbN{}].    rotate-by(n;i)  =  (\mlambda{}x.x)  supposing  n  |  i


By


Latex:
(Auto  THEN  BLemma  `rotate-by-id`  THEN  Auto)




Home Index