Skip to content

Commit

Permalink
Remove fIMAGE_MAP (redundant)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Oct 16, 2024
1 parent be2ef4c commit df655ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pred_set/src/more_theories/finite_setScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,11 +1241,4 @@ Proof
rw[fBIGUNION_fset_ABS_FOLDL_aux]
QED

Theorem fIMAGE_MAP:
fIMAGE f s = fset_ABS (MAP f (fset_REP s))
Proof
rw[EXTENSION, fIN_fset_ABS, MEM_MAP, MEM_fset_REP]
\\ metis_tac[]
QED

val _ = export_theory();

0 comments on commit df655ec

Please sign in to comment.