diff -r 3e3e7a68cd80 -r 6ad2c917dd2e src/HOL/Algebra/Indexed_Polynomials.thy --- a/src/HOL/Algebra/Indexed_Polynomials.thy Wed Oct 09 22:01:33 2024 +0200 +++ b/src/HOL/Algebra/Indexed_Polynomials.thy Wed Oct 09 23:38:29 2024 +0200 @@ -38,7 +38,8 @@ definition (in ring) carrier_coeff :: "('c multiset \ 'a) \ bool" where "carrier_coeff P \ (\m. P m \ carrier R)" -inductive_set (in ring) indexed_pset :: "'c set \ 'a set \ ('c multiset \ 'a) set" (\_ [\\]\ 80) +inductive_set (in ring) indexed_pset :: "'c set \ 'a set \ ('c multiset \ 'a) set" + (\(\open_block notation=\postfix \\\_ [\\])\ 80) for I and K where indexed_const: "k \ K \ indexed_const k \ (K[\\<^bsub>I\<^esub>])" | indexed_padd: "\ P \ (K[\\<^bsub>I\<^esub>]); Q \ (K[\\<^bsub>I\<^esub>]) \ \ P \ Q \ (K[\\<^bsub>I\<^esub>])"