Skip to content

Commit

Permalink
[Usa1998Q3] golf
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Aug 22, 2023
1 parent b9016a1 commit 95c53e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MathPuzzles/Usa1998Q3.lean
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ theorem usa1998_q3

have h10 : Set.Icc (-Real.pi / 4) (Real.pi / 4) ⊆
Set.Ioo (-(Real.pi / 2)) (Real.pi/2) := by
intros a ha
cases ha
constructor
· linarith
· linarith
intros a ha; exact ⟨by linarith[ha.1], by linarith[ha.2]⟩

have h6 : StrictMonoOn y' (Set.Icc 0 (Real.pi / 2)) := by
apply StrictMonoOn.comp (g := Real.tan) (f := y1)
Expand Down

0 comments on commit 95c53e1

Please sign in to comment.