Skip to content

Commit af4592e

Browse files
committed
Delta is countable
1 parent 43607db commit af4592e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • database/data/004_property-assignments

database/data/004_property-assignments/Delta.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ VALUES
1111
TRUE,
1212
'If $[n] \to [m]$ is a bijection, then $n+1 = m+1$ by comparing the sizes, hence $n=m$.'
1313
),
14+
(
15+
'Delta',
16+
'countable',
17+
TRUE,
18+
'This is obvious.'
19+
),
1420
(
1521
'Delta',
1622
'small',

0 commit comments

Comments
 (0)