Helper

sum_split_last

Section fiber_nd
Type Lemma
Proof Lines 4

Signature

Lemma sum_split_last (F : 'I_n.+1 -> msg) : \sum_(i < n.+1) F i = F ord_max + \sum_(j < n) F (lift ord_max j).

Uses (0)

This lemma does not use any other lemmas from the stats.

Used By (0)

No lemmas in the stats use this lemma.

Coq Source Code

View on GitHub
Loading source code...
← Back to Stats