albertqjiang / miniF2F

An updated version of miniF2F with problems fixed
0 stars 0 forks source link

[Lean, Metamath Fix] amc12_2000_p1 #17

Closed DyeKuu closed 2 years ago

DyeKuu commented 2 years ago

Note:

The condition i =/= 0, m =/= 0, k =/= 0 should become i =/= m, m =/= k, k =/= i. The Metamath version still enforce the non-zero assumption, which could be deduced by other assumptions.