Skip to content

Commit

Permalink
[Usa2019Q1] lemma_3 is all that remains
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 18, 2023
1 parent 42ee1c4 commit 199ebb6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion MathPuzzles/Usa2019Q1.lean
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,13 @@ problem usa2019Q1 (m : ℕ+) :
rw[Function.iterate_fixed hn]
exact (sq n).symm
· exact hmeq
· sorry
· intro h
obtain ⟨f, hf1, hf2⟩ := h
suffices h : Even m.val by exact h
by_contra H
have h1 : Odd m.val := Nat.odd_iff_not_even.mpr H
have h2 := lemma_3 f hf1 m h1
rw[hf2] at h2
have h3 := f_injective f hf1 h2
rw[hf2, h3] at h1
simp only at h1

0 comments on commit 199ebb6

Please sign in to comment.