Documentation
Acmoi
.
Exercise5_1
Search
Google site search
return to top
source
Imports
Init
Mathlib.Data.Vector.Basic
Imported by
Lookback
source
def
Lookback
(m :
ℕ
)
(k :
ℕ
)
(t :
ℕ
)
{n :
ℕ
}
(x :
Mathlib.Vector
(
Fin
2
)
n
)
:
Prop
Equations
Lookback
m
k
t
x
=
∀
u
<
t
,
(↑
x
)
.getI
(
m
+
u
)
=
(↑
x
)
.getI
(
m
+
u
-
k
)
Instances For