Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Jan 15, 2025
1 parent 19aa505 commit d9079c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcm/unionmap.v
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ have [k H3] : exists k, k \in supp fx.
- case: (supp fx) {E1 E} E2=>[|k s _] //.
by exists k; rewrite inE eqxx.
suff : k \in supp (fcat fx fy) by rewrite E1.
by rewrite supp_fcat inE H3.
by rewrite supp_fcat inE /= H3.
Qed.

HB.instance Definition _ := isPCMC.Build T union_map_is_conical.
Expand Down

0 comments on commit d9079c3

Please sign in to comment.