isabelle/valid/amc12a_2020_p22.thy (12 lines of code) (raw):
(*
Authors: Wenda Li
*)
theory amc12a_2020_p22
imports Complex_Main "HOL-Computational_Algebra.Computational_Algebra"
"HOL-Number_Theory.Number_Theory"
begin
theorem amc12a_2020_p22:
"card {n :: nat. 5 dvd n \<and> lcm (fact 5) n
= 5 * gcd (fact 10) n} = 1"
sorry
end