Skip to content

Commit 2a750a7

Browse files
authored
Apply suggestion from @affeldt-aist
1 parent bff24cb commit 2a750a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theories/showcase/pnt.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ have: finset.trivIset (Parts i).
183183
rewrite -setI_eq0 -finset.subset0.
184184
apply/fintype.subsetP => x0.
185185
rewrite finset.in_setI !inE => /andP[] /mapP[]/= x1 x1x -> /mapP[]/= x2 x2y.
186-
move=> /(congr1 val). rewrite !val_insubd. move: x1x x2y.
186+
move=> /(congr1 val); rewrite !val_insubd; move: x1x x2y.
187187
rewrite !mem_iota !addnCB (Eigtpi x) // (Eigtpi y) // !addn0 !ltnS.
188188
have xiN (a : 'I_N.+1) (b : nat) : b <= a -> b <= N.
189189
by rewrite -![b <= _]ltnS; move=> /leq_trans; apply.

0 commit comments

Comments
 (0)