prove a lemma sum of all elements of a list l is equal to n, (sortascend n) is equal to n

后端 未结 0 949
情歌与酒
情歌与酒 2021-01-08 01:01

following is the one I\'m having trouble with.

Lemma  sum_asc_dec_eq : forall k1 n , 
 addmem_list( k1) = n -> 
 addmem_list( sort_des k1) = n 
->  addm         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题