We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff24cb commit 2a750a7Copy full SHA for 2a750a7
1 file changed
theories/showcase/pnt.v
@@ -183,7 +183,7 @@ have: finset.trivIset (Parts i).
183
rewrite -setI_eq0 -finset.subset0.
184
apply/fintype.subsetP => x0.
185
rewrite finset.in_setI !inE => /andP[] /mapP[]/= x1 x1x -> /mapP[]/= x2 x2y.
186
- move=> /(congr1 val). rewrite !val_insubd. move: x1x x2y.
+ move=> /(congr1 val); rewrite !val_insubd; move: x1x x2y.
187
rewrite !mem_iota !addnCB (Eigtpi x) // (Eigtpi y) // !addn0 !ltnS.
188
have xiN (a : 'I_N.+1) (b : nat) : b <= a -> b <= N.
189
by rewrite -![b <= _]ltnS; move=> /leq_trans; apply.
0 commit comments