Results about pointwise operations on sets and big operators. #
Equations
- Set.image_list_sum.match_1 motive x h_1 h_2 = List.casesOn x (h_1 ()) fun head tail => h_2 head tail
Instances For
The n-ary version of Set.mem_add
.
Equations
- Set.mem_finset_sum.match_1 f a motive x h_1 = Exists.casesOn x fun w h => Exists.casesOn h fun w_1 h => h_1 w w_1 h
Instances For
The n-ary version of Set.mem_mul
.
A version of Set.mem_finset_sum
with a simpler RHS for sums over a Fintype.
A version of Set.mem_finset_prod
with a simpler RHS for products over a Fintype.
An n-ary version of Set.add_mem_add
.
An n-ary version of Set.mul_mem_mul
.
An n-ary version of Set.add_mem_add
.
An n-ary version of Set.mul_mem_mul
.
An n-ary version of Set.add_subset_add
.
An n-ary version of Set.mul_subset_mul
.
An n-ary version of Set.add_mem_add
.
An n-ary version of Set.mul_mem_mul
.
An n-ary version of Set.add_subset_add
.
An n-ary version of Set.mul_subset_mul
.
The n-ary version of Set.add_image_prod
.
The n-ary version of Set.image_mul_prod
.
A special case of Set.image_finset_sum_pi
for Finset.univ
.
A special case of Set.image_finset_prod_pi
for Finset.univ
.
TODO: define decidable_mem_finset_prod
and decidable_mem_finset_sum
.