---
date: '2024-12-13'
description: also known as multiset.
id: bags
modified: 2026-06-05 15:08:22 GMT-04:00
noindex: true
tags:
  - math
title: bags
created: '2024-12-13'
published: '2024-12-13'
pageLayout: default
slug: thoughts/bags
permalink: https://aarnphm.xyz/thoughts/bags.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
> \[!abstract\] definition
>
> modification of a set that allows repetition of elements

Think of $\{1,2,3,1,1\}$ is a bags, whereas $\{1,2,3\}$ is also considered a bag.

> in a sense, $\{1,2,3\}$ happens to also be a set.

