LeanPool.FriezePatterns.Chapter1 #
Imported Lean Pool material for LeanPool.FriezePatterns.Chapter1.
A field-valued frieze pattern of height n: a function f : ℕ × ℕ → F with 0s on
the row i = 0, 1s on rows i = 1 and i = n, 0s on rows i ≥ n + 1, satisfying the
diamond (or unimodular) relation f (i + 1, m) * f (i + 1, m + 1) - 1 = f (i + 2, m) * f (i, m + 1)
for i ≤ n - 1.
Instances
A frieze pattern is non-zero if it never vanishes on the interior rows 1 ≤ i ≤ n.