|
|
|
|
|
by dkarl
1123 days ago
|
|
The periodic table groups atoms by the number of protons they have and ignores other differences. Uranium 235 and Uranium 238 have the same "natural key" according to the periodic table. The periodic table is useful for solving a lot of problems, and for other problems where it doesn't work to treat U-235 and U-238 as the same, we (and other intelligences) use other ways of categorizing atoms. |
|
Things with 92 protons in them behave chemically in similar ways. They form the same crystals and molecules.
If you were building a table of isotopes you’d put a column for ‘proton count’, and you’d find lots of the properties of the isotopes depend on the proton count not the atomic mass. So you could normalize that table structure out and create another table with the atomic number as the key, and put all the properties that are common to all isotopes of a given element in that table.
You would have made a table of elements and it would have the same primary key as the periodic table.
That’s what a natural key is. One that emerges naturally when you normalize data you have collected.
I suppose similarly ‘electrons in outer shell’ might emerge as a natural key by that process.