Skip to content

Commit

Permalink
[Usa2019Q1] baby step
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 16, 2023
1 parent 28aa17a commit 2908474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MathPuzzles/Usa2019Q1.lean
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,12 @@ lemma lemma_2
have h2 : f^[2] k = k := by dsimp; rw[h1]

-- f^2(k) · f^{f(k)}(k) = k^2.
have h3 : f^[f k] k * f^[2] k = k^2 := hf k
rw[h2] at h3

-- Since k≠0, f^{f(k)}(k)=k.
have h4 : f^[f k] k = k := by sorry

-- ⇒ f^m(k)=k
-- ⇒ f^{gcd(m, 2)}(k)=k
-- ⇒ f(k)=k
Expand Down

0 comments on commit 2908474

Please sign in to comment.