Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine-dSG committed Jul 24, 2024
1 parent bcb713e commit e5c073a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FriezePatterns/chapter1.lean
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ def set_1_to_n (n : Nat) : Set Nat :=
{ i | 1 ≤ i ∧ i ≤ n }

-- The class below looks a bit dubious to me
class closedFrieze (f : ℕ × ℕ → ℚ) (n : ℕ) extends closedPattern f where
positive_n : ∀m, ∀ i ∈ (set_1_to_n n), f (i,m) > 0
--class closedFrieze (f : ℕ × ℕ → ℚ) (n : ℕ) extends closedPattern f where
-- positive_n : ∀m, ∀ i ∈ (set_1_to_n n), f (i,m) > 0

0 comments on commit e5c073a

Please sign in to comment.